changelog

This commit is contained in:
rigelrozanski 2018-07-19 01:46:32 -04:00
parent c1af6c53d8
commit dd453b3143
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
BREAKING CHANGES BREAKING CHANGES
* [baseapp] Msgs are no longer run on CheckTx, removed `ctx.IsCheckTx()` * [baseapp] Msgs are no longer run on CheckTx, removed `ctx.IsCheckTx()`
* [x/stake] Fixed the period check for the inflation calculation * [x/stake] Fixed the period check for the inflation calculation
* [x/stake] Inflation doesn't use rationals in calculation (performance boost)
FEATURES FEATURES
* [lcd] Can now query governance proposals by ProposalStatus * [lcd] Can now query governance proposals by ProposalStatus