Skip to content
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

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Adding verkle genesis command #27

wants to merge 31 commits into from

Conversation

parithosh
Copy link
Collaborator

No description provided.

verkle.go Show resolved Hide resolved
@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

go.mod Outdated
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