-
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
Merge/geth v1.13.15.1 #112
Open
philip-morlier
wants to merge
8
commits into
develop
Choose a base branch
from
merge/geth-v1.13.15.1
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Apr 17, 2024
-
eth/protocols/snap: skip retrieval for completed storages (#29378)
* eth/protocols/snap: skip retrieval for completed storages * eth/protocols/snap: address comments from peter * eth/protocols/snap: add comments
Configuration menu - View commit details
-
Copy full SHA for 5dcf503 - Browse repository at this point
Copy the full SHA 5dcf503View commit details -
Configuration menu - View commit details
-
Copy full SHA for e343ddf - Browse repository at this point
Copy the full SHA e343ddfView commit details -
eth/filters: enforce topic-limit early on filter criterias (#29535)
This PR adds a limit of 1000 to the "inner" topics in a filter-criteria
Configuration menu - View commit details
-
Copy full SHA for 7bcb553 - Browse repository at this point
Copy the full SHA 7bcb553View commit details -
core, eth/protocols/snap, trie: fix cause for snap-sync corruption, i…
…mplement gentrie (#29313) This pull request defines a gentrie for snap sync purpose. The stackTrie is used to generate the merkle tree nodes upon receiving a state batch. Several additional options have been added into stackTrie to handle incomplete states (either missing states before or after). In this pull request, these options have been relocated from stackTrie to genTrie, which serves as a wrapper for stackTrie specifically for snap sync purposes. Further, the logic for managing incomplete state has been enhanced in this change. Originally, there are two cases handled: - boundary node filtering - internal (covered by extension node) node clearing This changes adds one more: - Clearing leftover nodes on the boundaries. This feature is necessary if there are leftover trie nodes in database, otherwise node inconsistency may break the state healing.
Configuration menu - View commit details
-
Copy full SHA for 35e0525 - Browse repository at this point
Copy the full SHA 35e0525View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ba367 - Browse repository at this point
Copy the full SHA c5ba367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e75876 - Browse repository at this point
Copy the full SHA 8e75876View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb30e4 - Browse repository at this point
Copy the full SHA cfb30e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e8444 - Browse repository at this point
Copy the full SHA 59e8444View commit details
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.