0.4.0 (2019-03-05)
tendermint
crate v0.3.0 (#200)- yubihsm: Support for exporting/importing wrapped (encrypted) keys (#197)
- yubihsm setup (#180, #186)
- Ledger integration (#176)
0.3.0 (2019-01-23)
0.2.4 (2019-01-18)
- Refactor client/tests to always dial out to tendermint/gaiad (#149, #150)
- Migrate to rust 2018 edition (#138)
0.2.3 (2018-12-08)
- Lower reconnect delay to 1s (#136)
0.2.2 (2018-12-03)
0.2.1 (2018-11-27)
- Encode node (and softwign) private keys as Base64 (#127)
- Add integration tests for yubihsm subcommands (#121)
- Fix
tmkms yubihsm keys import
command (#113)
0.2.0 (2018-11-20)
- Add
tmkms yubihsm keys import
command (#107) - Simplify
tmkms.toml
syntax (#106) - Minor clarifications/fixes (#103)
0.1.0 (2018-11-13)
- Initial validator signing support (#95, #91, #86, #80, #55)
- Extract
tendermint
crate as a reusable Rust library (#82) - Support for Bech32-formatted Cosmos keys/addresses (#71)
- Validator signing via Unix domain socket IPC (#63)
- Initial "preview" release