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

Ethereum Classic Geth 5.4.0

Compare
Choose a tag to compare
@whilei whilei released this 29 May 12:41
· 296 commits to master since this release
v5.4.0
4851b12

Added

  • additional bootnodes for Morden testnet (#602)
  • additional ATXI features and functions: documentation
    • --atxi --atxi.auto-build switch to enable geth atxi-build function to run concurrently with geth
    • API geth_getATXIBuildStatus to return progress of atxi index build process alongside geth instance
    • geth_getAddressTransactions accepts TAG (eg. "latest") param for through block argument
    • alias geth_getTransactionsByAddress for geth_getAddressTransactions for congruence with existing eth_ transaction endpoints

Refactored

  • bats tests to own directory, and to share logic (#593)

Changed

  • use make instructions in README.md instead of adhoc scripts (#601)

Contributors


.zip.sig and .tar.gz.sig files are detached PGP signatures
.zip.asc and .tar.gz.asc files are ascii-armored detached PGP signatures
.zip and .tar.gz are archive (compressed) files 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, if you haven't already, you'll need to import the signing key, which you'll find here. This step is included below.

# Import my signing public key
$ wget https://raw.githubusercontent.com/ethereumproject/volunteer/master/Volunteer-Public-Keys/isaac.ardis%40gmail.com
$ gpg —import [email protected]
# Verify
$ gpg -verify geth-classic-linux-v5.4.0-4851b12.tar.gz.asc
gpg: assuming signed data in 'geth-classic-linux-v5.4.0-4851b12.tar.gz'
gpg: Signature made Tue May 29 11:30:22 2018 CEST
gpg:                using RSA key B23DC6DC7634399484DEB8A6F36487257419D94C
gpg: Good signature from "Isaac Ardis (ETCDEV Go Developer) <[email protected]>" [ultimate]

All tagged and development downloads are also be available at our automated builds website: http://builds.etcdevteam.com.