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

v0.21.0

Compare
Choose a tag to compare
@r8d8 r8d8 released this 03 Apr 10:38
· 84 commits to master since this release
15573d6

Added

  • Subcomands
  • Detailed help per subcomand
  • Docs and examples

Refactored

  • Command line interface (moved from docopt to clap)

For more detailed info refer help:

$ emerald --help

or documentation


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.21.0-Linux-x86_64.tar.gz.sig emerald-cli-v0.21.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.