test_exact_coinbase_fee_simple_sstore()¶
Documentation for tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_multi_block.py::test_exact_coinbase_fee_simple_sstore@2119b382.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_multi_block.py::test_exact_coinbase_fee_simple_sstore --fork Amsterdam
Assert exact coinbase balance from a single SSTORE transaction.
Compute tx_gas_used from first principles and verify the
reporter contract reads exactly tx_gas_used as the coinbase
balance (priority fee is 1 wei). Any error in state_gas_left or
refund_counter will produce a different coinbase balance,
causing the state root to diverge.
Motivated by BAL devnet-3 ethrex/besu coinbase balance mismatch
where clients diverged on cumulative receipt_gas_used.
Source code in tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_multi_block.py
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.