Skip to content
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/v1.13.15 #175

Merged
merged 7 commits into from
May 9, 2024
Merged

Merge/v1.13.15 #175

merged 7 commits into from
May 9, 2024

Commits on Apr 17, 2024

  1. eth/protocols/snap: skip retrieval for completed storages (ethereum#2…

    …9378)
    
    * eth/protocols/snap: skip retrieval for completed storages
    
    * eth/protocols/snap: address comments from peter
    
    * eth/protocols/snap: add comments
    rjl493456442 authored and holiman committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5dcf503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e343ddf View commit details
    Browse the repository at this point in the history
  3. eth/filters: enforce topic-limit early on filter criterias (ethereum#…

    …29535)
    
    This PR adds a limit of 1000 to the "inner" topics in a filter-criteria
    holiman committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7bcb553 View commit details
    Browse the repository at this point in the history
  4. core, eth/protocols/snap, trie: fix cause for snap-sync corruption, i…

    …mplement gentrie (ethereum#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.
    rjl493456442 authored and holiman committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    35e0525 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5ba367 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge tag 'v1.13.15' into merge/v1.13.15

    Austin Roberts committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ed1f7ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75b5452 View commit details
    Browse the repository at this point in the history