cosmos-sdk/PENDING.md

70 lines
1.5 KiB
Markdown
Raw Normal View History

2018-08-13 07:47:44 -07:00
## PENDING
BREAKING CHANGES
2019-02-08 17:19:42 -08:00
* Gaia REST API
2019-02-15 08:00:41 -08:00
* [\#3642](https://github.com/cosmos/cosmos-sdk/pull/3642) `GET /tx/{hash}` now returns `404` instead of `500` if the transaction is not found
2019-02-08 17:19:42 -08:00
* Gaia CLI
2018-08-12 17:10:59 -07:00
* Gaia
* SDK
* \#3580 Migrate HTTP request/response types and utilities to types/rest.
* \#3592 Drop deprecated keybase implementation's New() constructor in
favor of a new crypto/keys.New(string, string) implementation that
returns a lazy keybase instance. Remove client.MockKeyBase,
superseded by crypto/keys.NewInMemory()
* \#3621 staking.GenesisState.Bonds -> Delegations
2019-02-08 15:54:40 -08:00
* Tendermint
2018-08-13 07:47:44 -07:00
FEATURES
2018-08-13 07:42:47 -07:00
* Gaia REST API
2018-08-13 07:42:47 -07:00
2019-02-08 17:19:42 -08:00
* Gaia CLI
2018-11-13 06:55:22 -08:00
2018-08-13 07:42:47 -07:00
* Gaia
2018-12-18 13:43:41 -08:00
* SDK
2018-08-13 07:47:44 -07:00
* Tendermint
2018-08-13 07:47:44 -07:00
IMPROVEMENTS
2018-08-13 07:42:47 -07:00
* Gaia REST API
2019-02-08 17:19:42 -08:00
* Gaia CLI
2018-08-13 07:47:44 -07:00
2018-08-13 07:42:47 -07:00
* Gaia
2018-11-16 09:12:24 -08:00
* SDK
* [\#3311] Reconcile the `DecCoin/s` API with the `Coin/s` API.
* [\#3614] Add coin denom length checks to the coins constructors.
* \#3621 remove many inter-module dependancies
* [\#3601] JSON-stringify the ABCI log response which includes the log and message
index.
* [\#3604] Improve SDK funds related error messages and allow for unicode in
JSON ABCI log.
* [\#3620](https://github.com/cosmos/cosmos-sdk/pull/3620) Version command shows build tags
* [\#3638] Add Bcrypt benchmarks & justification of security parameter choice
* [\#3648] Add JSON struct tags to vesting accounts.
2019-02-13 06:26:43 -08:00
* Tendermint
2019-02-12 01:37:39 -08:00
* [\#3618] Upgrade to Tendermint 0.30.03
2018-10-24 06:38:34 -07:00
BUG FIXES
2018-08-13 07:42:47 -07:00
* Gaia REST API
2018-08-13 07:47:44 -07:00
2019-02-08 17:19:42 -08:00
* Gaia CLI
2018-08-13 07:42:47 -07:00
* Gaia
* SDK
* \#3646 `x/mint` now uses total token supply instead of total bonded tokens to calculate inflation
2018-11-13 06:55:22 -08:00
* Tendermint