Skip to content

Releases: emeraldpay/emerald-vault

v0.20.0: Update versions (#258)

26 Jan 09:08
7357ce5
Compare
Choose a tag to compare
* Update version to v0.18.0

* Refactor module interface
Move `mnemonic` to public`

* Fix linter warnings
Add docs

* Fix source code formatting

* Remove 32bit builds for Appveyor

* Update rocksdb version

* FIx travis config for rustfmt

* Remove rust beta channel from travis CI

* Move to stable formatter

* TravisCI: allow failures on nightly

* Remove MacOS & update version for rocksdb

v0.19.0

03 Jan 11:29
Compare
Choose a tag to compare
  • HD path parsing fixes
  • Minor upgrades

v0.18.1

06 Dec 14:06
249bda7
Compare
Choose a tag to compare
  • Public mnemonic module
  • Linter warning fixes
  • Refactored module structure

v0.18.0

28 Nov 15:43
1207b8e
Compare
Choose a tag to compare
  • Added support for BIP32 key derivation functionality,
    to provide private key generatiionnn from mnemonic passphrase
  • Minor fixes and improvements

Added support for BIP39 mnemonics

20 Nov 10:38
518d6d6
Compare
Choose a tag to compare

Mnemonic generation based on BIP39

Add support for contract storage

25 Oct 06:44
Compare
Choose a tag to compare
  • Add support for contract storage
  • Minor bug fixes

Fixes for JSON RPC calls to support Ledger HD wallet

28 Jul 12:15
Compare
Choose a tag to compare

Fixed functionality for JSON-RPC to support Ledger HD wallet keyfile operations (import/export, list, shake, update)

Support for Ledger HD wallet

21 Jul 10:11
Compare
Choose a tag to compare
  • Added signing of transaction with Ledger through JSON-RPC
  • Import/export of keyfiles for HD wallet

Minor fixes for RPC mechanism

04 Jul 07:58
Compare
Choose a tag to compare
Merge pull request #178 from r8d8/issue/add_tests

"Morden" as chain name produces incorrect rlp of transaction

Emerald Vault 0.9 (Beta Release)

27 Jun 06:01
Compare
Choose a tag to compare

Switch back to offline cold storage mode, redesign from scratch JSON-RPC and CLI interfaces (more details).