-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix the sync crash due to the mis-accounting of prunable entries #114
Merged
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
JekaMas
approved these changes
Oct 16, 2019
mandrigin
pushed a commit
that referenced
this pull request
Nov 4, 2019
Fix the sync crash due to the mis-accounting of prunable entries
BlinkyStitt
pushed a commit
to llamanodes/erigon
that referenced
this pull request
Jun 8, 2023
battlmonstr
pushed a commit
that referenced
this pull request
Sep 14, 2023
* State aggregator * Compile fix * More * Add * More * More on aggregator * Writes (still incorrect) * Move table names * More * Start of aggregation * Change files instead of db * More on change files * More * More * Dealing with state and change files * More * More * More boilerplate * More * More * Iteration over storage * More boilerplate * More fixes * Insert flag * More * Unit test * Add more to the test * Expand the test a bit * More testing * Keep fixing the test * More fixes to the test * Clean up DB tables upon aggregation * More fixes * Remove update/insert indicator from returned values * Add assertions * close files before deleting * close files before deleting * close files before deleting Co-authored-by: Alexey Sharp <[email protected]> Co-authored-by: Alex Sharp <[email protected]>
revitteth
referenced
this pull request
in 0xPolygonHermez/cdk-erigon
Dec 12, 2023
* send all dynamic gas fix * don't take cold access gas if no transfer * staticcallfix in forkid5 * removed print * removed debug prints
revitteth
referenced
this pull request
in 0xPolygonHermez/cdk-erigon
Dec 14, 2023
* send all dynamic gas fix * don't take cold access gas if no transfer * staticcallfix in forkid5 * removed print * removed debug prints
cffls
pushed a commit
to cffls/erigon
that referenced
this pull request
Feb 14, 2024
* fixed blockinfotree uint convertions * refactor code and sync fixes * fix a uint64 parse * fix debug limit * removed hardcoded values
jyellick
referenced
this pull request
in bobanetwork/op-erigon
Feb 26, 2024
Fix snapshot related params & flag
taratorio
pushed a commit
that referenced
this pull request
Jul 23, 2024
* save * auto-format to remove spaces * auto-format to remove spaces --------- Co-authored-by: alex.sharov <[email protected]>
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.
Fixes issue #108