fbdeff99ce
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> |
||
---|---|---|
.. | ||
alloc.json | ||
env.json | ||
exp2.json | ||
exp.json | ||
readme.md | ||
signed_txs.rlp | ||
txs.json |
Input transactions in RLP form
This testdata folder is used to examplify how transaction input can be provided in rlp form.
Please see the README in evm
folder for how this is performed.