Hi list,
Geth v1.14.12 is out. Although no huge features, it's been quite a while since last release and a lot of changes has accumulated. In particular; changes in tracing and account management, optimizations in database, trie and evm, and, as always bugfixes.
This release removes the personal RPC namespace. It
was already previously deprecated, and has not been accessible by
default for nearly two years. We also removed the --unlock
command-line parameter, with a view towards removing key/account
management from the geth binary.
Full release notes available at
https://github.com/ethereum/go-ethereum/releases/tag/v1.14.12
Cheers,
The go-ethereum maintainers