-
Notifications
You must be signed in to change notification settings - Fork 153
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/foundation release/1.13.15 #627
Merge/foundation release/1.13.15 #627
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 -
Merge branch 'foundation-release/1.13.15' into merge/foundation-relea…
…se/1.13.15 # Conflicts: # params/version.go
Configuration menu - View commit details
-
Copy full SHA for 7178ccb - Browse repository at this point
Copy the full SHA 7178ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7495bb5 - Browse repository at this point
Copy the full SHA 7495bb5View commit details -
.github/workflows,go.mod,go.sum: Merge branch 'merge/foundation-relea…
…se/1.13.14' into merge/foundation-release/1.13.15
Configuration menu - View commit details
-
Copy full SHA for 20e71b6 - Browse repository at this point
Copy the full SHA 20e71b6View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e99404f - Browse repository at this point
Copy the full SHA e99404fView commit details