Merge PR #5224: adding description to changelog

This commit is contained in:
Juan Leni 2019-10-24 15:44:10 +02:00 committed by Alexander Bezobchuk
parent 4cd18bcf35
commit cf8816e46a

View File

@ -126,6 +126,8 @@ that allows for arbitrary vesting periods.
* `SigVerificationDecorator`: Verify each signature is valid, return if there is an error.
* `ValidateSigCountDecorator`: Validate the number of signatures in tx based on app-parameters.
* `IncrementSequenceDecorator`: Increments the account sequence for each signer to prevent replay attacks.
* (cli) [\#5223](https://github.com/cosmos/cosmos-sdk/issues/5223) Cosmos Ledger App v2.0.0 is now supported. The changes are backwards compatible and App v1.5.x is still supported.
### Improvements