Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Release 3.5.0 Notes

Mr. Is edited this page Jun 5, 2017 · 2 revisions

3.5.0

Changes

Added

  • Option: --index-accounts - use persistent keystore key file indexing (recommended for use with greater than ~10k-100k+ key files)
  • Command: --index-accounts account index - build or rebuild persisent key file index
  • Option: --log-dir - specify directory in which to redirect logs to files
  • Created CHANGELOG.md

Changed

  • Command: dump <blockHash|blockNum>,<|blockHash|blockNum> <|address>,<|address> - specify dump for n block(s) for optionally a address(es)
  • Option_: --chain replaces --chain-config and expects consistent custom external chain config JSON path (datadir/custom/chain.json)

Fixed

  • Hash map exploit opportunity (thanks @karalabe)
  • SIGSEGV crash on malformed ChainID signer for replay-protected blocks.

Removed

  • Option: --chain-config, replaced by --chain