Activity
Use lastblockhash; use real blocks' real parent
Use lastblockhash; use real blocks' real parent
Check for INVALID_STATE_ROOT
Check for INVALID_STATE_ROOT
Check for INVALID_STATE_ROOT
Check for INVALID_STATE_ROOT
Move checks
Move checks
Make the expected exception a list
Make the expected exception a list
Disable json parsing for block header, transactions and withdrawal; a…
Disable json parsing for block header, transactions and withdrawal; a…
Fix check for GAS_ALLOWANCE_EXCEEDED
Fix check for GAS_ALLOWANCE_EXCEEDED
Read block rlp outside "rlp_decoded"
Read block rlp outside "rlp_decoded"
Put the RLP deserialization in its proper place, after json parsing; …
Put the RLP deserialization in its proper place, after json parsing; …
RLP deserialization for transactions and withdrawals
RLP deserialization for transactions and withdrawals
Remove hash from BlockHeader; deserialize block header
Remove hash from BlockHeader; deserialize block header
Look more carefully into the original state
Look more carefully into the original state
Throw TYPE_3_TX_BLOB_COUNT_EXCEEDED and GASLIMIT_PRICE_PRODUCT_OVERFLOW
Throw TYPE_3_TX_BLOB_COUNT_EXCEEDED and GASLIMIT_PRICE_PRODUCT_OVERFLOW
Throw TYPE_3_TX_CONTRACT_CREATION
Throw TYPE_3_TX_CONTRACT_CREATION
Check if transaction causes block to go over blob gas limit
Check if transaction causes block to go over blob gas limit
Fix SSTORE gas cost. Use checkpoint state, not ostorage
Fix SSTORE gas cost. Use checkpoint state, not ostorage
Fix blockhash (use correct order of arguments for Array.getD)
Fix blockhash (use correct order of arguments for Array.getD)
Fix blockhash (use correct order of arguments for Array.getD)
Fix blockhash (use correct order of arguments for Array.getD)
Don't update createdAccounts set in case of collision
Don't update createdAccounts set in case of collision
Fix expmod input parsing
Fix expmod input parsing
Fix call depth incrementation
Fix call depth incrementation
Check uncle hash
Check uncle hash
Use sender balance value as fuel
Use sender balance value as fuel
Support post state hash
Support post state hash