plugeth/cmd/evm/internal/t8ntool
Guruprasad Kamath bed07cd590
cmd/evm: use correct parent number for t8n base fee calculation (#27032)
Currently the t8n tool uses the same block number for the current block and its parent while calculating the base fee. This causes incorrect base fee calculation for the london fork block. This commit sets the parent block number to be one less than the current block number
2023-04-03 03:33:17 -04:00
..
block.go all: use unified emptyRootHash and emptyCodeHash (#26718) 2023-02-21 06:12:27 -05:00
execution.go core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
flags.go all: implement withdrawals (EIP-4895) (#26484) 2023-01-25 15:32:25 +01:00
gen_header.go all: implement withdrawals (EIP-4895) (#26484) 2023-01-25 15:32:25 +01:00
gen_stenv.go all: implement withdrawals (EIP-4895) (#26484) 2023-01-25 15:32:25 +01:00
transaction.go all: make timestamp-based fork checks based on uint64 (#26474) 2023-01-25 12:12:28 +01:00
transition.go cmd/evm: use correct parent number for t8n base fee calculation (#27032) 2023-04-03 03:33:17 -04:00
utils.go cmd: migrate to urfave/cli/v2 (#24751) 2022-06-27 18:22:36 +02:00