cosmos / ethermint

Ethermint is a scalable and interoperable Ethereum, built on Proof-of-Stake with fast-finality using the Cosmos SDK.
https://ethermint.dev/
Apache License 2.0
409 stars 161 forks source link

build(deps): bump github.com/ethereum/go-ethereum from 1.9.25 to 1.10.11 #952

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/ethereum/go-ethereum from 1.9.25 to 1.10.11.

Release notes

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

Xathorron (v1.10.11)

Geth v1.10.11 is another bug fix release, fixing an issue with sender not being recovered on pending transactions, and fixing a data corruption issue.

Changes in this release

  • For pending transactions returned by RPC, the sender address is again reported correctly. This was broken in the previous release. (#23765)
  • The rlpdump command can now turn structured text into RLP. (#23745)
  • A database corruption issue caused by the snapshot system is resolved. (#23635)
  • The evm tool's t9n mode performs even stricter transaction validation. (#23743)
  • You can now use line editing at the puppeth prompt. (#23718)
  • The geth db subcommands now accept (non-hex) string keys. (#23744)

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


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

Sytau (v1.10.10)

Geth v1.10.10 is another bug fix release.

Geth changes

  • Geth is much less likely to crash during shutdown, especially when mining is active. (#23435, #21992, #22853)
  • The new --rpc.evmtimeout flag allows setting the internal timeout for eth_call. The default timeout is still 5s. (#23645)
  • The geth console supports some ECMAScript 6 features like arrow functions, typed arrays and let bindings (#23721)
  • The console no longer crashes when trying to complete on properties with value 'null' or 'undefined'. (#23701)
  • The evm debugging/testing tool now validates transaction gas limits in 't9n' mode. (#23694)

RPC API changes

  • A regression in the JS-based call tracer is resolved. (#23667)
  • The new debug_getAccessibleState RPC method finds a block number at which full state is available. (#23646)
  • The new debug_getHeaderRlp RPC method fetches RLP-encoded headers from the database. (#23670, #23677)
  • The sender address is once again returned correctly for very old Frontier-era transactions. (#23683)

Go library changes

  • For contract calls using accounts/abi/bind, a regression that could lead to incorrect gas estimation is fixed. (#23719)
  • Package accounts/abi now has basic support for Solidity error types. (#23161)
  • Miner stress test tools work again (they were broken in the previous release) (#23699)
  • The transaction recipient address stored in types.Transaction is now truly independent of the address pointer passed to the constructor. (#23376)
  • The Receipt type now implements encoding.BinaryMarshaler, like Transaction (#22806)
  • TxPool.Pending no longer returns an error (#23720)

... (truncated)

Commits
  • 7231b3e params: release go-ethereum v1.10.11 stable (now with gofmt)
  • da1b6f3 params: begin v1.10.12 release cycle
  • f423290 params: update version
  • 312e02b core/state/snapshot: fix BAD BLOCK error when snapshot is generating (#23635)
  • 0183256 all: fix warning flagging the use of DeepEqual on error (#23624)
  • 84d8eb2 cmd/evm: add 256-bit field validations on transactions (t9n) (#23743)
  • 554b1b9 cmd/utils: update gpo.maxprice flag description (#23758)
  • b97f578 eth/fetcher: remove superfluous nilness-check (#23739)
  • 60d3cc8 cmd/puppeth: use geth's prompt to read input (#23718)
  • c36f8fe trie: fix typos (#23768)
  • 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[bot] commented 2 years ago

Superseded by #956.