Releases: ETCDEVTeam/emerald-vault-archive
Version v0.25.6
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
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
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
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
v0.23.0
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
v0.21.0
Added
- Subcomands
- Detailed help per subcomand
- Docs and examples
Refactored
For more detailed info refer help
:
$ emerald --help
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)
* Update AppVeyor badge * Update version * Remove MacOS builds * Move to stable formatter
emerald-cli v0.19.0
Fixed
- HD Path parsing error