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

all: sync with upstream #1138

Merged
merged 10 commits into from
Oct 28, 2022
Merged

Commits on Oct 16, 2022

  1. core: use less memory during reorgs (#24616)

    This PR significantly reduces the memory consumption of a long reorg
    MariusVanDerWijden authored and qinglin89 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    3d0f7f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72fbc91 View commit details
    Browse the repository at this point in the history
  3. core/vm: optimize jumpdest analysis (#23500)

    core/vm: optimize PUSH opcode discrimination
    chfast authored and qinglin89 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    5d2a844 View commit details
    Browse the repository at this point in the history
  4. trie: move locking into trieDB insert method (#25030)

    Move locking into trieDB insert function
    aaronbuchwald authored and qinglin89 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    867b227 View commit details
    Browse the repository at this point in the history
  5. eth/filters: fix getLogs for pending block (#24949)

    * eth/filters: fix pending for getLogs
    
    * add pending method to test backend
    
    * fix block range validation
    s1na authored and qinglin89 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    5c4a811 View commit details
    Browse the repository at this point in the history
  6. p2p/discover: fix panicky test (#25038)

    holiman authored and qinglin89 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    469f67c View commit details
    Browse the repository at this point in the history
  7. accounts: increase parseURL test coverage (#25033)

    accounts/url: add test logic what check null string to parseURL()
    dbadoy authored and qinglin89 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b5c3459 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e8df78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e7a37f View commit details
    Browse the repository at this point in the history
  10. common: improve pretty duration regex (#25073)

    * common: improve pretty duration regex
    
    * common: improve pretty duration regex
    MariusVanDerWijden authored and qinglin89 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    cf8d85d View commit details
    Browse the repository at this point in the history