Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

chore(deps): bump github.com/ethereum/go-ethereum from 1.9.13 to 1.9.16 #53

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2020

Bumps github.com/ethereum/go-ethereum from 1.9.13 to 1.9.16.

Release notes

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

Ryncol (v1.9.16)

Geth v1.9.16 is another maintenance release containing a couple minor new features, bug fixes, and block processing optimizations.

This release adds the --rpc.txfeecap geth option, which limits transaction fees to a set value. This limit applies to transactions sent via eth_sendTransaction. The default limit is 1 ether. (#21212)

The default value for --rpc.gascap is now 25M gas. It previously defaulted to unlimited gas. This applies to eth_call and will reject calls which request more gas than the cap. (#21229)

Minor new features:

  • You can now run the metrics HTTP server on a separate endpoint. (#21290)
  • Protocol message metrics now count the number of messages in addition to bandwidth. (#21256)
  • The geth import command now exits with status 1 if errors have occurred. (#21244)
  • The debug_traceTransaction RPC method now includes read storage entries in structlog output. (#21204)
  • cmd/evm: add state transition tool for testing (#20958)
  • cmd/devp2p: the devp2p tool now contains a test suite for Discovery v4 (#21163)
  • cmd/devp2p: the new devp2p key command family provides node key management tools (#21202)
  • cmd/ethkey: you can now use use the --passwordfile option with the generate command (#21183)

Optimizations:

  • The EVM now uses the 'uint256' library, improving the performance of math-heavy calls. (#20787, #21206)
  • The LES server no longer queries the checkpoint contract for every peer connection, reducing CPU usage. (#21285)
  • The gas price oracle now requires significantly less bandwidth when using the light client. (#20409)
  • The RLP encoder allocates a lot less, especially for big.Int, [N]byte and list-heavy data structures. (#21291, #21274)
  • The github.com/golang/snappy dependency has been updated and includes a couple new new optimizations, including an assembly language implementation for arm64. (#21237, #21304)
  • crypto, core/types: less allocations when hashing and tx handling (#21265)
  • trie: reduce allocations in insertPreimage (#21261)
  • crypto/secp256k1: enable 128-bit int code and endomorphism optimization (#21203)
  • core/state: avoid escape analysis fault when accessing cached state (#21192)

Bug fixes:

  • A long standing bug in related to internal fast sync restarts is resolved. (#21260)
  • Account management methods no longer crash when the external signer is enabled. (#21279)
  • eth_call now defaults to the gas cap value instead of MaxInt64. This avoids warnings for calls with unspecified gas. (#21284)
  • Geth now builds and runs on DragonflyBSD (#21275, #21241)
  • Package ethclient and the accounts/* package tree no longer depend on the RPC API. (#21319)
  • eth/downloader: fixes data race between synchronize and other methods (#21201)
  • utils: fix ineffectual miner config flags (#21271)
  • eth: returned revert reason in traceTx (#21195)
  • core/vm: fix incorrect computation of BLS discount (#21253)
  • eth: don't block if transaction broadcast loop fails (#21255)
  • core/rawdb: fix high memory usage in freezer (#21243)
  • core/rawdb: swap tailId and itemOffset for deleted items in freezer (#21220)
  • cmd, node: dump empty value config (#21296)
  • internal/web3ext: add missing params to debug.accountRange (#21208)
  • accounts/abi: make GetType public again (#21157)

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

Commits
  • ea3b00a params: go-ethereum v1.9.16 stable
  • feb40e3 accounts/external: remove dependency on internal/ethapi (#21319)
  • beabf95 cmd/geth, cmd/puppeth: replace deprecated rpc and ws flags in tests and docs ...
  • 6ccce09 common/math: use math/bits intrinsics for Safe* (#21316)
  • bcb3087 Revert "core, txpool: less allocations when handling transactions (#21232)"
  • 967d8de eth/downloader: fix peer idleness tracking when restarting state sync (#21260)
  • 7a556ab go.mod: upgrade to github.com/golang/snappy with arm64 asm (#21304)
  • 5b1cfde eth: increase timeout in TestBroadcastBlock (#21299)
  • c16967c cmd/clef: Fix broken link in README and other minor fixes (#21303)
  • 6a48ae3 cmd/devp2p: add discv4 test suite (#21163)
  • 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)

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.13 to 1.9.16.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.9.13...v1.9.16)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2020

Superseded by #54.

@dependabot dependabot bot closed this Aug 1, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.16 branch August 1, 2020 07:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants