mirror of https://github.com/ethereum/go-ethereum
core: implement eip-7623 floor data gas (#30946)
This PR builds on #29040 and updates it to the new version of the spec. I filled the EEST tests and they pass. Link to spec: https://eips.ethereum.org/EIPS/eip-7623 --------- Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de> Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> Co-authored-by: lightclient <lightclient@protonmail.com>pull/24729/head
parent
9b9e7ccacf
commit
0e1a19da76
@ -1,18 +1,18 @@ |
||||
{ |
||||
"blobGasPrice": "0x1", |
||||
"blobGasUsed": "0x20000", |
||||
"blockHash": "0x17124e31fb075a301b1d7d4135683b0a09fe4e6d453c54e2e734d5ee00744a49", |
||||
"blockHash": "0x5f58514bcb3b216908f0aff6ced44666c3aa250df06093150ac850a7a7850f3c", |
||||
"blockNumber": "0x6", |
||||
"contractAddress": null, |
||||
"cumulativeGasUsed": "0x5208", |
||||
"effectiveGasPrice": "0x1b09d63b", |
||||
"effectiveGasPrice": "0x1b0a08c4", |
||||
"from": "0x703c4b2bd70c169f5717101caee543299fc946c7", |
||||
"gasUsed": "0x5208", |
||||
"logs": [], |
||||
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", |
||||
"status": "0x1", |
||||
"to": "0x0d3ab14bbad3d99f4203bd7a11acb94882050e7e", |
||||
"transactionHash": "0xb51ee3d2a89ba5d5623c73133c8d7a6ba9fb41194c17f4302c21b30994a1180f", |
||||
"transactionHash": "0x80348f994fb5f3b05bd2e5f58bbdc73485e449c028612a2c0680f9ac6ff70add", |
||||
"transactionIndex": "0x0", |
||||
"type": "0x3" |
||||
} |
||||
} |
||||
|
@ -1,16 +1,16 @@ |
||||
{ |
||||
"blockHash": "0x53bffe54375c0a31fe7bc0db7455db7d48278234c2400efa4d40d1c57cbe868d", |
||||
"blockHash": "0x5bff93f8f94ba7ee52bef1a80062b9fed22c6d1eebb2b0e87a4a003365a7bd66", |
||||
"blockNumber": "0x5", |
||||
"contractAddress": "0xfdaa97661a584d977b4d3abb5370766ff5b86a18", |
||||
"cumulativeGasUsed": "0xe01c", |
||||
"effectiveGasPrice": "0x1ecb3fb4", |
||||
"effectiveGasPrice": "0x1ecb7942", |
||||
"from": "0x703c4b2bd70c169f5717101caee543299fc946c7", |
||||
"gasUsed": "0xe01c", |
||||
"logs": [], |
||||
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", |
||||
"status": "0x1", |
||||
"to": null, |
||||
"transactionHash": "0xb5a1148819cfdfff9bfe70035524fec940eb735d89b76960b97751d01ae2a9f2", |
||||
"transactionHash": "0x173dffc76966c72542560c376ce512a871e31b86988f9169bf021da0937640f9", |
||||
"transactionIndex": "0x0", |
||||
"type": "0x1" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue