v1.10.11
版本发布时间: 2021-10-20 20:16:08
ethereum/go-ethereum最新发布版本:v1.14.11(2024-10-01 21:25:38)
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:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go
. - Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.