cmd/evm: calc base fee if parent data is present (#26051)
Currently, in order to chain together sequential valid t8n transitions the caller must manually calculate the block base fee. This PR adds support for the necessary parent fee market data to calculate the base fee for the current transition.
Concretely, env is extended to accept the following:
parentBaseFee
parentGasUsed
parentGasLimit
Example usage can be found in ./cmd/evm/testdata/25.
Co-authored-by:
Martin Holst Swende <martin@swende.se>
Showing
cmd/evm/testdata/25/env.json
0 → 100644
cmd/evm/testdata/25/exp.json
0 → 100644
cmd/evm/testdata/25/txs.json
0 → 100644
Please register or sign in to comment