Deripors of Ohratuu (v1.6.1)
Geth 1.6.1 is mostly a bugfix release adding various polishes throughout the codebase.
Highlights of the release are the capability to iterate over a contract's storage entries via the RPC; transitioning Whisper to protocol v5 along with bundled diagnostics tools; and shorthand connectivity to the Rinkeby test network.
For a detailed rundown, please consult the 1.6.1 milestone.
New features:
debug_storageRangeAt
RPC supports iterating over contract storage entries (#14350).- Switch Whisper to protocol v5 (#14387), ship diagnostic tool (#14414).
- Add
--rinkeby
flag to quickly connect to the Rinkeby testnet (#14418). - Support disabling USB hardware wallet lookups (#14357).
- GitHub faucet bot protection (#14339) and funding tiers (#14402).
- Add explicit SSH server key management for
puppeth
(#14398). geth init
andgeth removedb
operate on both full and light chains (#14412).
Bugfixes and annoyances:
- Forbid leading zeroes in RPC block numbers (#13886).
- Friendly error if the user tries to reinit its chain with an incompatible genesis (#14358).
- Return
[]
instead ofnull
when listing accounts but none can be found (#14374). - When generating bootnode keys, print and exit, don't start up node (#14372).
- Make network IDs uniform uint64 everywhere (#14377).
- Fix data race in during native dapp node restarts (#14379).
- Support setting flags after sub-commands too (#14388, #14413).
- Fix
clique
miner ugly error log when starting a new network (#14411).
Binaries and mobile libraries are available on our download page.