Skip to content

Bump github.com/ethereum/go-ethereum from 1.9.15 to 1.9.17#1

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.17
Closed

Bump github.com/ethereum/go-ethereum from 1.9.15 to 1.9.17#1
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.17

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 26, 2020

Bumps github.com/ethereum/go-ethereum from 1.9.15 to 1.9.17.

Release notes

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

Mount Milgrom (v1.9.17)

Geth v1.9.17 is a small maintenance release (trying to get back onto the biweekly schedule), though it does pack a few punches as well!

  • Enable historical garbage collection for light clients (#19570).
  • Apply --rpc.txfeecap to a few missed endpoints (#21231).
  • Drastically reduce allocations in the transaction pool (#21328).
  • Drastically reduce allocations on certain EVM opcodes (#21222).
  • Raise the default gas limit in --dev mode to 12 million (#21323).
  • Fix ethstats reconnect issue and fix constant Görli drops (#21347).
  • Fix gas estimation if balance / price overflown uint64 (#21346).

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


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

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 the --passwordfile option with the ethkey 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)
Commits
  • 748f22c params: release Geth v1.9.17
  • 43e2e58 accounts, internal: fix funding check when estimating gas (#21346)
  • 35ddf36 Merge pull request #21347 from karalabe/ethstats-fixes
  • 0fef66c ethstats: fix reconnection issue, implement primus pings
  • 9e88224 core: raise gas limit in --dev mode, seed blake precompile (#21323)
  • 2956937 core/vm: less allocations for various call variants (#21222)
  • 240d185 trie: quell linter in commiter.go (#21329)
  • 6c9f040 core: transaction pool optimizations (#21328)
  • 5b081ab cmd/clef: change --rpcport to --http.port and update flags in docs (#21318)
  • 6ef4495 p2p/discover: require table nodes to have an IP (#21330)
  • 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.15 to 1.9.17.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.9.15...v1.9.17)

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

dependabot Bot commented on behalf of github Jul 28, 2020

Superseded by #3.

@dependabot dependabot Bot closed this Jul 28, 2020
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.17 branch July 28, 2020 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants