Skip to content

Commit

Permalink
v0.10.0-beta2 (iqlusioninc#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Feb 3, 2021
1 parent f80bf05 commit c57db00
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ protocol_version = "v0.34"
- rpc: add support for protobuf-encoded messages ([#201])
- tx-signer: retry failed transactions up to 3 times ([#213])
- Use `consensus::State` serializers from `tendermint-rs` ([#232])
- Use `tendermint-p2p` crate for secret connection ([#234])
- Bump `tendermint-rs` to v0.17 ([#249])
- Use `tendermint-p2p` crate for secret connection ([#234], [#290])
- Bump `stdtx` to v0.4 ([#249])
- Bump `tendermint-rs` to v0.18 ([#290])
- Bump `tokio` to v1.0 ([#290])
- Bump `yubihsm` crate dependency to v0.38 ([#289])
- MSRV 1.46+ ([#249])

[tendermint v0.34]: https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#v0340
Expand All @@ -39,6 +41,8 @@ protocol_version = "v0.34"
[#232]: https://github.com/iqlusioninc/tmkms/pull/232
[#234]: https://github.com/iqlusioninc/tmkms/pull/234
[#249]: https://github.com/iqlusioninc/tmkms/pull/249
[#289]: https://github.com/iqlusioninc/tmkms/pull/289
[#290]: https://github.com/iqlusioninc/tmkms/pull/290

## 0.9.0 (2020-10-22)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "tmkms"
description = "Tendermint Key Management System"
version = "0.10.0-beta1"
description = """
Tendermint Key Management System: provides isolated, optionally HSM-backed
signing key management for Tendermint applications including validators,
oracles, IBC relayers, and other transaction signing applications
"""
version = "0.10.0-beta2"
authors = ["Tony Arcieri <tony@iqlusion.io>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/iqlusioninc/tmkms/"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
[![Apache 2.0 Licensed][license-image]][license-link]
![MSRV][rustc-image]

Key Management System for [Tendermint] applications, initially targeting
Key Management System for [Tendermint] applications such as
[Cosmos Validators].

Provides isolated, optionally HSM-backed signing key management for Tendermint
applications including validators, oracles, IBC relayers, and other transaction
signing applications.

## About

This repository contains `tmkms`, a key management service intended to be deployed
Expand Down

0 comments on commit c57db00

Please sign in to comment.