MyGit

v1.10.12

ethereum/go-ethereum

版本发布时间: 2021-11-08 21:45:20

ethereum/go-ethereum最新发布版本:v1.14.11(2024-10-01 21:25:38)

Geth v1.10.12 is a scheduled maintenance release, but also contains some significant features!

The release enables the Arrow Glacier hard-fork, scheduled approximately for the 8th of December. The sole change is to postpone the difficulty-bomb until summer 2022, by which time hopefully The Merge will have happened.

The release also ships support for a new PoW testnet called Sepolia. This testnet was dreamed up during the merge interop in Athens and it's purpose is to replace Ropsten after the merge as the main cross client testnet. You can access it via geth --sepolia. Being a PoW testnet, it's possible to mine it for Ether to use as test funds.

Lastly, the release also contains a brand new call tracer implemented in Go, which should be significantly (2.5x) faster than the one currently used. You can use the new tracer via debug.traceTransaction("0xhash", {tracer: "callTracer"}). The original JavaScript tracer is still available for fallback purposes called callTracerLegacy. The latter will be dropped if nobody reports issues with the native one.

Improvements:

Bug-fixes:

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


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

相关地址:原始地址 下载(tar) 下载(zip)

查看:2021-11-08发行的版本