Skip to content

Adding verkle genesis command#27

Open
parithosh wants to merge 31 commits intomasterfrom
add-verkle-gen
Open

Adding verkle genesis command#27
parithosh wants to merge 31 commits intomasterfrom
add-verkle-gen

Conversation

@parithosh
Copy link
Collaborator

No description provided.

@parithosh
Copy link
Collaborator Author

parithosh commented Oct 9, 2023

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?

Copy link

@g11tech g11tech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

Comment on lines +84 to +95

// 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
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This saddens me

Copy link
Collaborator Author

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

gballet and others added 3 commits September 24, 2024 15:54
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants