changelog
This commit is contained in:
parent
f81b6ec51d
commit
8609c58317
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## unrealease
|
## 0.12.0 (TBD)
|
||||||
|
|
||||||
BREAKING CHANGES
|
BREAKING CHANGES
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ BREAKING CHANGES
|
||||||
* [types] ErrBadNonce -> ErrInvalidSequence
|
* [types] ErrBadNonce -> ErrInvalidSequence
|
||||||
* [types] Replace tx.GetFeePayer with FeePayer(tx) - returns the first signer
|
* [types] Replace tx.GetFeePayer with FeePayer(tx) - returns the first signer
|
||||||
* [types] NewStdTx takes the Fee
|
* [types] NewStdTx takes the Fee
|
||||||
|
* [types] ParseAccount -> AccountDecoder; ErrTxParse -> ErrTxDecoder
|
||||||
* [auth] AnteHandler deducts fees
|
* [auth] AnteHandler deducts fees
|
||||||
* [bank] Move some errors to `types`
|
* [bank] Move some errors to `types`
|
||||||
* [bank] Remove sequence and signature from Input
|
* [bank] Remove sequence and signature from Input
|
||||||
|
@ -24,6 +25,7 @@ FEATURES
|
||||||
* [types] StdFee, and StdTx takes the StdFee
|
* [types] StdFee, and StdTx takes the StdFee
|
||||||
* [specs] Progression of MVPs for IBC
|
* [specs] Progression of MVPs for IBC
|
||||||
* [x/ibc] Initial shell of IBC functionality (no proofs)
|
* [x/ibc] Initial shell of IBC functionality (no proofs)
|
||||||
|
* [x/staking] Simple staking module with bonding/unbonding
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
@ -36,6 +38,7 @@ BUG FIXES
|
||||||
* [auth] Fix setting pubkey on new account
|
* [auth] Fix setting pubkey on new account
|
||||||
* [auth] Require signatures to include the sequences
|
* [auth] Require signatures to include the sequences
|
||||||
* [baseapp] Dont panic on nil handler
|
* [baseapp] Dont panic on nil handler
|
||||||
|
* [basecoin] Check for empty bytes in account and tx
|
||||||
|
|
||||||
## 0.11.0 (March 1, 2017)
|
## 0.11.0 (March 1, 2017)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue