Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.10.0 #300

Merged
merged 1 commit into from
Feb 16, 2021
Merged

v0.10.0 #300

merged 1 commit into from
Feb 16, 2021

Conversation

tony-iqlusion
Copy link
Member

This release is compatible with tendermint v0.34 or older.

It includes initial support for Stargate, an upgrade to Cosmos Hub which will enable IBC. It also retains backwards compatibility for all older versions of Tendermint via the [validator.protocol_version] setting in tmkms.toml.

For Stargate, configure this value to:

[[validator]]
chain_id = "cosmoshub-4"
protocol_version = "v0.34"
state_file = "/path/to/cosmoshub-4-state.json"

Also make sure to update the state_file with a new filename (e.g. cosmoshub-4-state.json) and retain the old state file for cosmoshub-3. You'll need the old state file if a chain rollback is required!

Added

  • Tendermint v0.34 signing compatibility (#211)

Changed

  • 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, #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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants