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

[Upgrade] Go-Ethereum release v1.9.21 #1211

Merged

Commits on Aug 25, 2020

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

Commits on Aug 26, 2020

  1. accounts/abi/bind/backends: Disallow AdjustTime for non-empty blocks …

    …(#21334)
    
    * accounts/abi/bind/backends: Disallow timeshift for non-empty blocks
    
    * accounts/abi/bind/backends: added tests for adjust time
    
    * accounts/abi/bind/simulated: added comments, fixed test for AdjustTime
    
    * accounts/abi/bind/backends: updated comment
    MariusVanDerWijden committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    92b12ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8da0b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d7eae View commit details
    Browse the repository at this point in the history
  4. go.mod | goleveldb latest update (#21448)

    * go.mod | goleveldb latest update
    
    * go.mod update
    
    * leveldb options
    
    * go.mod: double check
    
    Co-authored-by: Péter Szilágyi <peterke@gmail.com>
    ucwong and karalabe committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    856307d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge pull request #21491 from karalabe/state-sync-leak-fix

    core/state, eth, trie: stabilize memory use, fix memory leak
    karalabe committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    d97e006 View commit details
    Browse the repository at this point in the history
  2. eth/tracers: revert reason in call_tracer + error for failed internal…

    … calls (#21387)
    
    * tests: add testdata of call tracer
    
    * eth/tracers: return revert reason in call_tracer
    
    * eth/tracers: regenerate assets
    
    * eth/tracers: add error message even if no exec occurrs, fixes #21438
    
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    libotony and holiman committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    05280a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

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

Commits on Sep 1, 2020

  1. accounts/abi: fix a bug in getTypeSize method (#21501)

    * accounts/abi: fix a bug in getTypeSize method
    
    e.g. for "Tuple[2]" type, the element of the array is a tuple type and the size of the tuple may not be 32.
    
    * accounts/abi: add unit test of getTypeSize method
    tofudfy committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    12d8570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff23e26 View commit details
    Browse the repository at this point in the history
  3. "Downloader queue stats" is now provided once per minute (#21455)

    * "Downloader queue stats" is now a DEBUG information
    
    I think this info is more a DEBUG related information then an INFO. If it must remains an INFO, maybe it can be slow down to one time every 5 minutes or so.
    
    * Update queue.go
    
    "Downloader queue stats" information is now provided once every minute instead of once every 10 seconds.
    Neurone committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    5cdb476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d90bbce View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. eth/downloader: change intial download size (#21366)

    This changes how the downloader works, a little bit. Previously, when block sync started,
    we immediately started filling up to 8192 blocks. Usually this is fine, blocks are small
    in the early numbers. The threshold then is lowered as we measure the size of the blocks
    that are filled.
    
    However, if the node is shut down and restarts syncing while we're in a heavy segment,
    that might be bad. This PR introduces a more conservative initial threshold of 2K blocks
    instead.
    holiman committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    3010f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeaf191 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21504 from karalabe/trie-path-sync

    core, eth, trie: prepare trie sync for path based operation
    karalabe committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    f86324e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. eth: added trace_call to trace on top of arbitrary blocks (#21338)

    * eth: Added TraceTransactionPending
    
    * eth: Implement Trace_Call, remove traceTxPending
    
    * eth: debug_call -> debug_traceCall, recompute tx environment if pruned
    
    * eth: fix nil panic
    
    * eth: improve block retrieving logic in tracers
    
    * internal/web3ext: add debug_traceCall to console
    MariusVanDerWijden committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    de971cc View commit details
    Browse the repository at this point in the history
  2. accounts: abi/bid/backends; cleaned doc errors, camelCase refactors a…

    …nd anonymous variable assignments (#21514)
    
    Co-authored-by: Osoro Bironga <osoro@doctaroo.com>
    muse254 and Osoro Bironga committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c5d28f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. whisper: remove whisper (#21487)

    * whisper: remove whisper
    
    * Update cmd/geth/config.go
    
    Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
    
    * cmd/geth: warn on enabling whisper + remove more whisper deps
    
    * mobile: remove all whisper references
    
    Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
    Co-authored-by: Martin Holst Swende <martin@swende.se>
    3 people committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d54f2f2 View commit details
    Browse the repository at this point in the history
  2. accounts/usbwallet, signer/core: show accounts from ledger legacy der…

    …ivation paths (#21517)
    
    * accounts/usbwallet, signer/core: un-hide accounts from ledger legacy derivation paths
    
    * Update accounts/usbwallet/wallet.go
    
    * Update signer/core/api.go
    
    * Update signer/core/api.go
    holiman committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    8327d1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    066c755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86bcbb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    dc681fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21534 from karalabe/cht-1.9.21

    params: update CHTs for v1.9.21 release
    karalabe committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    24562d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0287d54 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    4f45465 View commit details
    Browse the repository at this point in the history
  2. fix: adapt new debug_traceCall method so it can handle private contra…

    …cts without any signature change
    baptiste-b-pegasys committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    919c3a7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upgrade/go-ethereum/v1.9.21-2021607125909' into upgrade…

    …/go-ethereum/v1.9.21-2021609142421
    baptiste-b-pegasys committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2dbc5dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a7553e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

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

Commits on Jun 15, 2021

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