Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
ledgertm
cargo feature has been renamed toledger
protocol_version
field of[[validator]]
is now mandatory. Please set it tolegacy
if it was omitted before.tx-signer
has changed. Please seeREADME.txsigner.md
.Added
tx-signer
: JSONRPC request params (#170)Changed
ledgertm
Cargo feature toledger
(#186)signatory-ledger-tm
crate into the tmkms app (#186)tx-signer
: logging improvements (#146, #152, #154, #167, #177)tx-signer
: usebroadcast_tx_commit
instead ofbroadcast_tx_sync
(#165)tx-signer
: include signer's public key in transaction (#148)Fixed
tx-signer
: error and sequence number handling (#181, #178, #168)