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

release: draft Release v1.1.17 #1164

Merged
merged 27 commits into from
Nov 2, 2022
Merged

release: draft Release v1.1.17 #1164

merged 27 commits into from
Nov 2, 2022

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    816e301 View commit details
    Browse the repository at this point in the history

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

Commits on Oct 28, 2022

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

    This PR significantly reduces the memory consumption of a long reorg
    MariusVanDerWijden authored and brilliant-lx committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f863682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e17e62 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 brilliant-lx committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    2904f20 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 brilliant-lx committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ea52f6c 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 brilliant-lx committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    a429a50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bfcc7e 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 brilliant-lx committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d3f2698 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    978790b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d21a7c 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 brilliant-lx committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    bd79e2d View commit details
    Browse the repository at this point in the history
  11. all: prefer new(big.Int) over big.NewInt(0) (#25087)

    minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
    lmittmann authored and brilliant-lx committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    2003d54 View commit details
    Browse the repository at this point in the history
  12. accounts/abi/bind: fix duplicate field names in the generated go stru…

    …ct (#24924)
    
    * accounts/abi/bind: fix duplicate field names in the generated go struct #24627
    
    * accounts, cmd/abigen: resolve name conflicts
    
    * ci lint, accounts/abi: remove unused function overloadedArgName
    
    Co-authored-by: Gary Rong <garyrong0905@gmail.com>
    2 people authored and brilliant-lx committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c93b905 View commit details
    Browse the repository at this point in the history
  13. p2p: use errors.Is for error comparison (#24882)

    Co-authored-by: Felix Lange <fjl@twurst.com>
    2 people authored and brilliant-lx committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    caf9d0a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    bed1a57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1146 from qinglin89/develop-upstream20

    all: sync with upstream
    unclezoro authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6b83c41 View commit details
    Browse the repository at this point in the history
  3. merge with master branch

    unclezoro committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    4e2f5c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    8b7b87c View commit details
    Browse the repository at this point in the history