-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding verkle genesis command #27
base: master
Are you sure you want to change the base?
Conversation
fix: add support for ELECTRA_FORK_VERSION
fork version fix: use latest verkle-proofs-with-capella version
The genesis tool has been included in: https://github.com/ethpandaops/ethereum-genesis-generator/tree/verkle-genesis The resultant file was used to create the Kaustinen testnet here: https://github.com/ethpandaops/verkle-testnets/blob/master/ansible/inventories/kaustinen-testnet/group_vars/all/all.yaml#L37 Now that verkle looks a bit more mature, could we merge this PR and all the upstream ones so that we can avoid it bitrotting? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
dump eth1 block and root hash
fix eth1 hash formatting
use nyota costs
use nyota costs, take #2
go.mod
Outdated
|
||
// golang | ||
replace github.com/protolambda/zrnt => github.com/gballet/zrnt v0.10.2-0.20231006074444-a610beb530dd | ||
|
||
// is a gigantic | ||
replace github.com/ethereum/go-ethereum => github.com/gballet/go-ethereum v1.12.1-0.20240827145915-9a8672faf4c4 | ||
|
||
// heap | ||
replace github.com/cockroachdb/pebble => github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 | ||
|
||
// of crap | ||
replace golang.org/x/exp => golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This saddens me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, unfortunately because verkle is still undergoing active changes its a bit easier to live in replace hell as opposed to spending time fixing it via some other way. Happy to listen to other ideas ofc :D
Signed-off-by: Guillaume Ballet <[email protected]>
upgrade to devnet-7 branch
No description provided.