cosmos-sdk/PENDING.md

69 lines
2.0 KiB
Markdown
Raw Normal View History

2018-08-13 07:47:44 -07:00
## PENDING
BREAKING CHANGES
2018-08-12 17:10:59 -07:00
* Gaia REST API (`gaiacli advanced rest-server`)
* [x/stake] Validator.Owner renamed to Validator.Operator
2018-08-12 17:10:59 -07:00
* Gaia CLI (`gaiacli`)
* [x/stake] Validator.Owner renamed to Validator.Operator
* [cli] unsafe_reset_all, show_validator, and show_node_id have been renamed to unsafe-reset-all, show-validator, and show-node-id
2018-08-12 17:10:59 -07:00
* Gaia
2018-08-13 18:26:16 -07:00
* Make the transient store key use a distinct store key. [#2013](https://github.com/cosmos/cosmos-sdk/pull/2013)
* [x/stake] \#1901 Validator type's Owner field renamed to Operator; Validator's GetOwner() renamed accordingly to comply with the SDK's Validator interface.
2018-08-12 17:10:59 -07:00
* SDK
* [core] \#1807 Switch from use of rational to decimal
* [types] \#1901 Validator interface's GetOwner() renamed to GetOperator()
* Tendermint
2018-08-13 07:47:44 -07:00
FEATURES
2018-08-13 07:42:47 -07:00
* Gaia REST API (`gaiacli advanced rest-server`)
* [lcd] Endpoints to query staking pool and params
2018-08-13 07:42:47 -07:00
* Gaia CLI (`gaiacli`)
* [cli] Cmds to query staking pool and params
2018-08-13 07:42:47 -07:00
* Gaia
* 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
2018-08-13 07:47:44 -07:00
* Gaia REST API (`gaiacli advanced rest-server`)
* [x/stake] \#2000 Added tests for new staking endpoints
2018-08-13 07:47:44 -07:00
* Gaia CLI (`gaiacli`)
* [cli] #2060 removed `--select` from `block` command
2018-08-13 07:47:44 -07:00
2018-08-13 07:42:47 -07:00
* Gaia
* [x/stake] [#2023](https://github.com/cosmos/cosmos-sdk/pull/2023) Terminate iteration loop in `UpdateBondedValidators` and `UpdateBondedValidatorsFull` when the first revoked validator is encountered and perform a sanity check.
* [x/auth] Signature verification's gas cost now accounts for pubkey type. [#2046](https://github.com/tendermint/tendermint/pull/2046)
2018-08-13 07:42:47 -07:00
* SDK
* [tools] Make get_vendor_deps deletes `.vendor-new` directories, in case scratch files are present.
2018-08-13 07:47:44 -07:00
* Tendermint
2018-08-13 07:47:44 -07:00
BUG FIXES
2018-08-13 07:42:47 -07:00
2018-08-13 07:47:44 -07:00
* Gaia REST API (`gaiacli advanced rest-server`)
2018-08-13 07:42:47 -07:00
* Gaia CLI (`gaiacli`)
* [cli] \#1997 Handle panics gracefully when `gaiacli stake {delegation,unbond}` fail to unmarshal delegation.
2018-08-13 07:42:47 -07:00
* Gaia
* SDK
* \#1988 Make us compile on OpenBSD (disable ledger) [#1988] (https://github.com/cosmos/cosmos-sdk/issues/1988)
2018-08-13 07:42:47 -07:00
* Tendermint