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

Releases: ETCDEVTeam/emerald-vault-archive

Version v0.25.6

26 Apr 19:45
4a4f1e5
Compare
Choose a tag to compare

Changes:

  • Fix for transaction signatures which are less that 32 bytes long

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 at https://emeraldwallet.io/security.

Version 0.25.5

09 Apr 15:06
5cc40e2
Compare
Choose a tag to compare

Changes:

  • --chain parameter removed for server mode, requires it for each request instead
  • Fix invalid signatures when Ledger Nano is used with ETH and EIP-155

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 at https://emeraldwallet.io/security.

Version v0.25.3

22 Mar 04:20
878528b
Compare
Choose a tag to compare

Binary release which mostly includes v0.23 and v0.24 changes. Now supports Ethereum ETH network, Ropsten, Rinkeby testnets and Rootstock testnet and main network.

RELEASE v0.25.0 IS DEPRECATED, PLEASE UPGRADE TO v0.25.3


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 at https://emeraldwallet.io/security.

Version v0.25.0 - DEPRECATED

21 Mar 00:31
4a7771a
Compare
Choose a tag to compare

Binary release which mostly includes v0.23 and v0.24 changes. Now supports Ethereum ETH network, Ropsten, Rinkeby testnets and Rootstock testnet and main network

RELEASE IS DEPRECATED, PLEASE UPGRADE TO v0.25.3


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 at https://emeraldwallet.io/security.

v0.24.0

31 Oct 14:14
Compare
Choose a tag to compare
Update README

v0.23.0

10 Oct 12:56
ba2ae6a
Compare
Choose a tag to compare
v0.23.0 Pre-release
Pre-release

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.

v0.22.0

30 Apr 09:18
5dbb148
Compare
Choose a tag to compare

Added

  • Addressbook JSON-RPC API - emerald_importAddress, emerald_listAddresses, emerald_deleteAddress

v0.21.0

03 Apr 10:38
15573d6
Compare
Choose a tag to compare

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.

v0.20.0: Update versions (#72)

26 Jan 09:07
39e70ba
Compare
Choose a tag to compare
* Update AppVeyor badge

* Update version

* Remove MacOS builds

* Move to stable formatter

emerald-cli v0.19.0

01 Jan 11:57
113a3e3
Compare
Choose a tag to compare

Fixed

  • HD Path parsing error