Conversation
g11tech
reviewed
Sep 29, 2023
fix: add support for ELECTRA_FORK_VERSION
fork version fix: use latest verkle-proofs-with-capella version
Collaborator
Author
|
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? |
dump eth1 block and root hash
fix eth1 hash formatting
use nyota costs
use nyota costs, take #2
protolambda
reviewed
Sep 5, 2024
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 |
Collaborator
Author
There was a problem hiding this comment.
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 <3272758+gballet@users.noreply.github.com>
upgrade to devnet-7 branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.