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

eth, trie: sync with upstream v1.10.26 to solve snap sync issues #1226

Merged
merged 6 commits into from
Dec 13, 2022

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    782d8dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6116a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7bcbd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. eth/filters: change filter block to be by-ref (#26054)

    This PR changes the block field in the filter to be a pointer, to disambiguate between empty hash and no hash
    holiman authored and kyrie-yl committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8b71ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb3b67 View commit details
    Browse the repository at this point in the history
  3. eth/protocols/snap: throttle trie heal requests when peers DoS us (#2…

    …5666)
    
    * eth/protocols/snap: throttle trie heal requests when peers DoS us
    
    * eth/protocols/snap: lower heal throttle log to debug
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    
    * eth/protocols/snap: fix comment
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    2 people authored and kyrie-yl committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ae7512c View commit details
    Browse the repository at this point in the history