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.9.0 #195

Merged
merged 1 commit into from
Oct 22, 2020
Merged

v0.9.0 #195

merged 1 commit into from
Oct 22, 2020

Conversation

tony-iqlusion
Copy link
Member

@tony-iqlusion tony-iqlusion commented Oct 22, 2020

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

It's primarily a maintenance release containing dependency upgrades as well as a small number of breaking changes.

While it contains preliminary work to support newer versions (e.g. Stargate), this work is in a partial/incomplete state and it is NOT yet compatible. We intend to have full Stargate (Tendermint v0.34) support in the next release (v0.10).

Notable breaking changes:

  • The ledgertm cargo feature has been renamed to ledger
  • The protocol_version field of [[validator]] is now mandatory. Please set it to legacy if it was omitted before.
  • The JSONRPC format used by tx-signer has changed. Please see README.txsigner.md.

Added

  • HTTPS support (#188)
  • tx-signer: JSONRPC request params (#170)

Changed

  • Rename ledgertm Cargo feature to ledger (#186)
  • Vendor the signatory-ledger-tm crate into the tmkms app (#186)
  • Bump dependencies (#104, #115, #121, #122, #183, #184
  • tx-signer: logging improvements (#146, #152, #154, #167, #177)
  • tx-signer: use broadcast_tx_commit instead of broadcast_tx_sync (#165)
  • tx-signer: include signer's public key in transaction (#148)

Fixed

  • tx-signer: error and sequence number handling (#181, #178, #168)
  • Bogus secret connection identity key handling - non-security-critical bug (#164)

@tony-iqlusion tony-iqlusion merged commit a62227c into develop Oct 22, 2020
@tony-iqlusion tony-iqlusion deleted the v0.9.0 branch October 22, 2020 16:57
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.

1 participant