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

tmkms v0.2.1 #126

Merged
merged 1 commit into from
Nov 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 28 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@
## [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])

tarcieri marked this conversation as resolved.
Show resolved Hide resolved
## [0.2.0] (2018-11-20)

- Add `tmkms yubihsm keys import` command (#107)
- Simplify `tmkms.toml` syntax (#106)
- Minor clarifications/fixes (#103)
- 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)
- Support for Bech32-formatted Cosmos keys/addresses (#71)
- Extract `tendermint` crate as a reusable Rust library (#82)
- Validator signing via Unix domain socket IPC (#63)
- 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

[0.2.1]: https://github.com/tendermint/kms/pull/126
[#127]: https://github.com/tendermint/kms/pull/127
[#121]: https://github.com/tendermint/kms/pull/121
[#113]: https://github.com/tendermint/kms/pull/113
[0.2.0]: https://github.com/tendermint/kms/pull/108
[#107]: https://github.com/tendermint/kms/pull/107
[#106]: https://github.com/tendermint/kms/pull/106
[#103]: https://github.com/tendermint/kms/pull/103
[0.1.0]: https://github.com/tendermint/kms/pull/100
[#95]: https://github.com/tendermint/kms/pull/95
[#91]: https://github.com/tendermint/kms/pull/91
[#86]: https://github.com/tendermint/kms/pull/86
[#82]: https://github.com/tendermint/kms/pull/82
[#80]: https://github.com/tendermint/kms/pull/80
[#71]: https://github.com/tendermint/kms/pull/71
[#63]: https://github.com/tendermint/kms/pull/63
[#55]: https://github.com/tendermint/kms/pull/55
17 changes: 9 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tmkms"
description = "Tendermint Key Management System"
version = "0.2.0"
version = "0.2.1"
authors = ["Tony Arcieri <tony@iqlusion.io>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/tendermint/kms/"
Expand Down