Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2020

Bumps github.com/ethereum/go-ethereum from 1.9.20 to 1.9.21.

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Tavum (v1.9.21)

Geth v1.9.21 is a regular maintenance release, the highlights being the removal of whisper, better call tracing and multiple memory stability fixes during fast sync to both stabilize usage as well as to fix a memory leak that lead to crashers before.

  • Remove Whisper as promised a couple months ago (#21487, #21526, #21527)!
  • Minor user experience polishes around legacy Ledger derivation paths (#21517).
  • Implement arbitrary call tracing via debug_traceCall on top of arbitrary blocks (#21338).
  • Expose internal transaction revertals and revert reason in the call_tracer tracer (#21387).
  • Cap the number of in-memory trie nodes during fast sync, fix crasher memory leak (#21491).
  • Prepare the trie syncer for path-based operation to support the upcoming snap sync (#21504).
  • Limit the cached data in the downloader more aggressively to avoid memory fluctuations (#21366).
  • Fix the simulated chain to not allow changing block timestamps if transactions were included (#21334).
  • Fix an ABI parser issue around tuples (#21501).

For a full rundown of the changes please consult the Geth 1.9.21 release milestone


As with all our previous releases, you can find the:

Commits
  • 0287d54 params: release Geth v1.9.21
  • 24562d9 Merge pull request #21534 from karalabe/cht-1.9.21
  • dc681fc params: update CHTs for v1.9.21 release
  • 86bcbb0 .github: remove whisper from CODEOWNERS (#21527)
  • 066c755 build: remove wnode from the list of packages binaries (#21526)
  • 8327d1f accounts/usbwallet, signer/core: show accounts from ledger legacy derivation ...
  • d54f2f2 whisper: remove whisper (#21487)
  • c5d28f0 accounts: abi/bid/backends; cleaned doc errors, camelCase refactors and anony...
  • de971cc eth: added trace_call to trace on top of arbitrary blocks (#21338)
  • f86324e Merge pull request #21504 from karalabe/trie-path-sync
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from fedekunze and noot as code owners September 9, 2020 10:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 9, 2020
@CLAassistant
Copy link

CLAassistant commented Sep 9, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ fedekunze
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@fedekunze
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.21 branch from 8ed5264 to 7ef2f1e Compare September 9, 2020 14:31
….9.21' of github.com:ChainSafe/ethermint into dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.21
@codecov
Copy link

codecov bot commented Sep 9, 2020

Codecov Report

Merging #506 into development will increase coverage by 0.49%.
The diff coverage is 95.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #506      +/-   ##
===============================================
+ Coverage        71.94%   72.43%   +0.49%     
===============================================
  Files               41       41              
  Lines             2709     2714       +5     
===============================================
+ Hits              1949     1966      +17     
+ Misses             619      606      -13     
- Partials           141      142       +1     
Impacted Files Coverage Δ
types/account.go 82.65% <85.71%> (+12.24%) ⬆️
x/evm/types/journal.go 85.95% <100.00%> (+0.23%) ⬆️
x/evm/types/state_object.go 85.10% <100.00%> (+0.16%) ⬆️
x/evm/types/statedb.go 89.73% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6912016...f640d68. Read the comment docs.

@fedekunze fedekunze merged commit 701ca7c into development Sep 9, 2020
@fedekunze fedekunze deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.21 branch September 9, 2020 14:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants