Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 3.05 KB

CHANGES.md

File metadata and controls

83 lines (65 loc) · 3.05 KB

0.4.0 (2019-03-05)

0.3.0 (2019-01-23)

  • Add ability to terminate on SIGTERM or SIGINT (#161)
  • Remove PoisonPillMsg (#162)

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)

  • Allow empty BlockIds in validation method (#131, #132)

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)

0.0.1 (2018-10-16)

  • Initial "preview" release