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 #1146

Merged
merged 9 commits into from
Oct 31, 2022
Merged

Commits on Oct 21, 2022

  1. tests/fuzzers/rlp: avoid very large input (#25109)

    The oss-fuzz engine crashes due to stack overflow decoding a large nested
    structure into a interface{}. This PR limits the size of the input data, so
    should avoid such crashes.
    holiman authored and qinglin89 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    237c318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce9dae2 View commit details
    Browse the repository at this point in the history
  3. trie: fix size accounting in cleaner (#25007)

    Decrease children size instead of dirties size when marking dirties as cleaned up in trie cleaner
    aaronbuchwald authored and qinglin89 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    fafc29f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    660f920 View commit details
    Browse the repository at this point in the history
  5. eth, miner: retrieve mining state from live database (#25139)

    * miner: retrieve mining state from live database
    
    * eth/catalyst: ignore stale fcu events from cl
    rjl493456442 authored and qinglin89 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    aedd5aa View commit details
    Browse the repository at this point in the history
  6. eth/tracers: optimize goja buffer conversion (#25156)

    This changes the []byte <-> Uint8Array conversion to use an
    ArrayBuffer, avoiding inefficient copying of the slice data in Goja.
    
    Co-authored-by: Felix Lange <fjl@twurst.com>
    2 people authored and qinglin89 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0ca5dd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c90dc9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ce9680 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9229e5 View commit details
    Browse the repository at this point in the history