go-ethereum/cmd/evm/internal/t8ntool
Delweng f404a2d0f1
cmd/evm: set ExcessBlobGas from env ()
Sets the `currentExcessBlobGas` from env, alternatively calculates it based on `parentExcessBlobGas` and `parentBlobGasUsed`. It then emits the `currentExcessBlobGas` and `currentBlobGasUsed` into the output, to be used as parent-values for a future iteration. 

Closes 
Closes 

---------

Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
2023-08-01 07:58:26 -04:00
..
block.go accounts, cmd/evm: fix docstrings () 2023-07-12 06:01:55 -04:00
execution.go cmd/evm: set ExcessBlobGas from env () 2023-08-01 07:58:26 -04:00
flags.go all: remove ethash pow, only retain shims needed for consensus and tests () 2023-05-03 12:58:39 +03:00
gen_header.go all: implement withdrawals (EIP-4895) () 2023-01-25 15:32:25 +01:00
gen_stenv.go cmd/evm: set ExcessBlobGas from env () 2023-08-01 07:58:26 -04:00
transaction.go all: tie timestamp based forks to the passage of London () 2023-05-19 11:27:19 +03:00
transition.go consensus/misc: move eip1559 into a package () 2023-08-01 12:58:45 +03:00
utils.go cmd: migrate to urfave/cli/v2 () 2022-06-27 18:22:36 +02:00