gballet / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
23 stars 13 forks source link

t8n: verkle genesis support #442

Closed jsign closed 3 months ago

jsign commented 6 months ago

This PR has some changes to make t8n work in verkle genesis setups.

The way I used to fill:

$ fill --evm-dump-dir=evmdump --fork Prague -k "6800 and test_contract_creation" --output=fixtures-verkle-0

with the evm in PATH being this branch binary, and the execution-spec-tests branch this branch.

jsign commented 3 months ago

Superseded by https://github.com/gballet/go-ethereum/pull/466