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

Ethereum Classic Geth 3.5.0

Compare
Choose a tag to compare
@whilei whilei released this 02 Jun 19:30
· 1376 commits to master since this release

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 persistent key file index
  • Command: status - display contextual node, ethereum, and chain configuration
  • 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)
    -- > Usage: --chain=morden, --chain=mainnet (default), --chain=custom
Fixed
  • Hash map exploit opportunity (thanks @karalabe)
  • SIGSEGV crash on malformed ChainID signer for replay-protected blocks.
  • Account commands unable to file path relatively
Removed
  • Option: --chain-config, replaced by --chain

Contributors:


.zip.sig are detached PGP signatures
.zip.asc are "ascii armored" detached PGP signatures
.zip is an archive containing the geth executable

To verify a release with a signature:

First, make sure you have a gpg tool installed, eg. gnupg or gnupg2.

Then, run:

$ gpg --verify geth-classic-win64-v3.5.0.zip.asc geth-classic-win64-v3.5.0.zip
//=> gpg: Signature made Thu Jun 29 09:29:35 2017 CDT using RSA key ID 7419D94C
//=> gpg: Good signature from "Isaac Ardis (ETCDEV Go Developer) <[email protected]>" [ultimate]

Downloads are also available at our CI build archive site.