cl++ (#6265)
This commit is contained in:
parent
5b14975732
commit
970e009653
|
@ -136,7 +136,6 @@ types (eg. keys) to the `auth` module internal amino codec.
|
|||
invalid or incomplete requests.
|
||||
* (x/genutil) [\#5938](https://github.com/cosmos/cosmos-sdk/pull/5938) Fix `InitializeNodeValidatorFiles` error handling.
|
||||
* (x/staking) [\#5949](https://github.com/cosmos/cosmos-sdk/pull/5949) Skip staking `HistoricalInfoKey` in simulations as headers are not exported.
|
||||
* (x/auth) [\#5950](https://github.com/cosmos/cosmos-sdk/pull/5950) Fix `IncrementSequenceDecorator` to use is `IsReCheckTx` instead of `IsCheckTx` to allow account sequence incrementing.
|
||||
* (client) [\#5964](https://github.com/cosmos/cosmos-sdk/issues/5964) `--trust-node` is now false by default - for real. Users must ensure it is set to true if they don't want to enable the verifier.
|
||||
|
||||
### State Machine Breaking
|
||||
|
@ -243,6 +242,12 @@ functionality that requires an online connection.
|
|||
* (types) [\#6128](https://github.com/cosmos/cosmos-sdk/pull/6137) Add `String()` method to `GasMeter`.
|
||||
* (types) [\#6195](https://github.com/cosmos/cosmos-sdk/pull/6195) Add codespace to broadcast(sync/async) response.
|
||||
|
||||
## [v0.38.4] - 2020-05-21
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* (x/auth) [\#5950](https://github.com/cosmos/cosmos-sdk/pull/5950) Fix `IncrementSequenceDecorator` to use is `IsReCheckTx` instead of `IsCheckTx` to allow account sequence incrementing.
|
||||
|
||||
## [v0.38.3] - 2020-04-09
|
||||
|
||||
### Improvements
|
||||
|
|
Loading…
Reference in New Issue