This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
Ethereum Classic Geth 5.2.1
Added
- implement missing debug_setHead api method (#573)
- implement miner_setExtra API method (#569)
- Information about
include
in chain config files. (#567)
Changed
use deterministic K-value in ECDSA signing algorithm (#565)implement personal_ecRecover API method (#566)
Refactored
- chain config globals -> core/, fix requiredHash check and extensibility (#562)
Fixed
- rpc: honour pending requests before tearing conn down (#578)
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 isaac.ardis@gmail.com
# Verify
$ gpg --verify ./geth-classic-win64-v5.2.1-456053c.zip.sig
gpg: assuming signed data in './geth-classic-win64-v5.2.1-456053c.zip'
gpg: Signature made Wed May 2 21:41:00 2018 JST
gpg: using RSA key B23DC6DC7634399484DEB8A6F36487257419D94C
gpg: Good signature from "Isaac Ardis (ETCDEV Go Developer) <isaac.ardis@gmail.com>" [ultimate]
All tagged and development downloads are also be available at our automated builds website: http://builds.etcdevteam.com.