Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

v0.23.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@r8d8 r8d8 released this 10 Oct 12:56
· 28 commits to master since this release
ba2ae6a

Refactored

  • Remove rustc-serialize crate from dependencies to support wasm compilation
  • Update docs
  • Minor bug fixes & improvements

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 emerald 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/ckryvomaz%40gmail.com.pub
$ gpg —import [email protected]
# Verify
$ gpg --verify emerald-cli-v0.23.0-Linux-x86_64.tar.gz.sig emerald-cli-v0.23.0-Linux-x86_64.tar.gz
gpg: Signature made Tue 03 Apr 2018 02:32:35 PM EEST
gpg:                using RSA key 32F900E11FACBCC11CE22081563A27DDABAA7893
gpg: Good signature from "Constantine <[email protected]>" [ultimate]

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