1
0
forked from cerc-io/plugeth
Commit Graph

1 Commits

Author SHA1 Message Date
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