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

Ethereum Classic Geth 5.3.0

Compare
Choose a tag to compare
@whilei whilei released this 14 May 00:09
· 342 commits to master since this release
v5.3.0
55fb00b

Added

  • implement personal_ecRecover API method (#566)

Changed

  • use deterministic K-value in ECDSA signing algorithm (#565)
  • use default --cache value 1024mb instead of 128mb (#584)

Fixed

  • possibility for RequireBlockhash nil pointer when using --sputnikvm (#586)
  • failure to build with Golang 1.10.2 because of vendor dependency incompatibility (#582)
  • makes glog tests deterministic (#580)

Removed

  • --add-std flag for Solidity compiler has been deprecated; removed (#589)

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/tomek%40zdybal.lap.pl.pub
$ gpg --import tomek\@zdybal.lap.pl.pub
# Verify
$ gpg --verify ./geth-classic-linux-v5.3.0-55fb00b.tar.gz.sig
gpg: assuming signed data in './geth-classic-linux-v5.3.0-55fb00b.tar.gz'
gpg: Signature made Fri May 11 08:17:05 2018 JST
gpg:                using DSA key 86C9E79D83B626AE95548DC3F157D3BD6E2EED66
gpg: conversion from 'utf-8' to 'US-ASCII' failed: Illegal byte sequence
gpg: Good signature from "Tomasz Zdyba\xc5\x82 (personal) <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.

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