forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Enable chain replay #339
Closed
Closed
Enable chain replay #339
Conversation
This file contains 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
…unt tree not a verkle tree (#321)
* add a switch to force proof in blocks * activate switch * fix switch type
* add switch to override the stride of the overlay conversion * set a default stride of 10k
* fix: save and load transition state for block processing * log whether the tree is verkle in LoadTransitionState * fix: ensure the transition is marked as started in insertChain * dump saved address * fix nil pointer panic * remove stacktrace that is no longer useful * fix a panic * fix build * check: copy current account address BEFORE it's saved * mandatory panic fix * Remove debug fmt.Println * more cleanup + comments
jsign
force-pushed
the
jsign-fix-replay
branch
2 times, most recently
from
January 23, 2024 22:07
2a1838e
to
4044d75
Compare
jsign
commented
Jan 23, 2024
gballet
force-pushed
the
verkle-costs-activation-switch
branch
from
January 26, 2024 16:57
49ca31a
to
b2381d3
Compare
* cmd/{geth, utils}: add a command to clear verkle costs fix: boolean issue fix: load finalization state in FinalizeAndAssemble (#340) * Conversion and TransitionTrie fixes (#346) * fixes Signed-off-by: Ignacio Hagopian <[email protected]> * remove old comment Signed-off-by: Ignacio Hagopian <[email protected]> --------- Signed-off-by: Ignacio Hagopian <[email protected]> * trace cleanup --------- Signed-off-by: Ignacio Hagopian <[email protected]> Co-authored-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
Signed-off-by: Ignacio Hagopian <[email protected]>
jsign
force-pushed
the
jsign-fix-replay
branch
from
January 26, 2024 17:08
947d973
to
9fab31f
Compare
jsign
changed the base branch from
verkle-costs-activation-switch
to
transition-post-genesis
January 26, 2024 17:08
Signed-off-by: Ignacio Hagopian <[email protected]>
gballet
force-pushed
the
transition-post-genesis
branch
from
February 22, 2024 14:20
04b0304
to
67335d5
Compare
gballet
force-pushed
the
transition-post-genesis
branch
from
February 22, 2024 15:05
67335d5
to
4adff4b
Compare
* fix precompiles configuration for replay Prague Signed-off-by: Ignacio Hagopian <[email protected]> * fixes for resumable replay after conversion Signed-off-by: Ignacio Hagopian <[email protected]> * extra fixes Signed-off-by: Ignacio Hagopian <[email protected]> * more fixes Signed-off-by: Ignacio Hagopian <[email protected]> * remove blank line Signed-off-by: Ignacio Hagopian <[email protected]> * fix underflow bug Signed-off-by: Ignacio Hagopian <[email protected]> * fix fork ordering for constantinople Signed-off-by: Ignacio Hagopian <[email protected]> * fix precompile switch order Signed-off-by: Ignacio Hagopian <[email protected]> --------- Signed-off-by: Ignacio Hagopian <[email protected]>
jsign
changed the base branch from
transition-post-genesis
to
scwallet-puk-count
February 23, 2024 18:20
jsign
changed the base branch from
scwallet-puk-count
to
transition-post-genesis
February 23, 2024 18:20
gballet
force-pushed
the
transition-post-genesis
branch
from
February 28, 2024 09:46
31f522b
to
009d3e2
Compare
gballet
force-pushed
the
transition-post-genesis
branch
from
March 26, 2024 09:13
ec5b79e
to
bb3a39d
Compare
Superseded by #431 |
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.
The suggested command to run the replay:
Remember to change the datadir and filenames to your corresponding context.