cosmos-sdk/PENDING.md

89 lines
3.6 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`)
* [\#3284](https://github.com/cosmos/cosmos-sdk/issues/3284) Rename the `name`
field to `from` in the `base_req` body.
* [\#3485](https://github.com/cosmos/cosmos-sdk/pull/3485) Error responses are now JSON objects.
2018-08-12 17:10:59 -07:00
* Gaia CLI (`gaiacli`)
2019-01-28 11:46:47 -08:00
- [#3399](https://github.com/cosmos/cosmos-sdk/pull/3399) Add `gaiad validate-genesis` command to facilitate checking of genesis files
- [\#1894](https://github.com/cosmos/cosmos-sdk/issues/1894) `version` prints out short info by default. Add `--long` flag. Proper handling of `--format` flag introduced.
- [\#3465](https://github.com/cosmos/cosmos-sdk/issues/3465) `gaiacli rest-server` switched back to insecure mode by default:
- `--insecure` flag is removed.
- `--tls` is now used to enable secure layer.
2018-08-12 17:10:59 -07:00
* Gaia
* SDK
2019-02-04 07:48:26 -08:00
* [\#3487](https://github.com/cosmos/cosmos-sdk/pull/3487) Move HTTP/REST utilities out of client/utils into a new dedicated client/rest package.
* Tendermint
2019-01-23 03:40:04 -08:00
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
* Gaia CLI (`gaiacli`)
* [\#3429](https://github.com/cosmos/cosmos-sdk/issues/3429) Support querying
for all delegator distribution rewards.
2019-01-30 13:48:20 -08:00
* \#3449 Proof verification now works with absence proofs
2018-11-13 06:55:22 -08:00
2018-08-13 07:42:47 -07:00
* Gaia
- [\#3397](https://github.com/cosmos/cosmos-sdk/pull/3397) Implement genesis file sanitization to avoid failures at chain init.
* \#3428 Run the simulation from a particular genesis state loaded from a file
2018-12-18 13:43:41 -08:00
* SDK
* \#3270 [x/staking] limit number of ongoing unbonding delegations /redelegations per pair/trio
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
* [\#3284](https://github.com/cosmos/cosmos-sdk/issues/3284) Update Gaia Lite
REST service to support the following:
* Automatic account number and sequence population when fields are omitted
* Generate only functionality no longer requires access to a local Keybase
* `from` field in the `base_req` body can be a Keybase name or account address
* [\#3423](https://github.com/cosmos/cosmos-sdk/issues/3423) Allow simulation
(auto gas) to work with generate only.
2018-08-13 07:47:44 -07:00
* Gaia CLI (`gaiacli`)
2018-08-13 07:42:47 -07:00
* Gaia
* [\#3418](https://github.com/cosmos/cosmos-sdk/issues/3418) Add vesting account
genesis validation checks to `GaiaValidateGenesisState`.
* [\#3420](https://github.com/cosmos/cosmos-sdk/issues/3420) Added maximum length to governance proposal descriptions and titles
* [\#3454](https://github.com/cosmos/cosmos-sdk/pull/3454) Add `--jail-whitelist` to `gaiad export` to enable testing of complex exports
* [\#3424](https://github.com/cosmos/cosmos-sdk/issues/3424) Allow generation of gentxs with empty memo field.
2018-11-16 09:12:24 -08:00
* SDK
2019-02-01 17:03:09 -08:00
* [\#2986](https://github.com/cosmos/cosmos-sdk/pull/2986) Store Refactor
* \#3435 Test that store implementations do not allow nil values
* Tendermint
2018-08-13 07:47:44 -07:00
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
2018-08-13 07:42:47 -07:00
* Gaia CLI (`gaiacli`)
2019-01-28 12:40:08 -08:00
- [\#3417](https://github.com/cosmos/cosmos-sdk/pull/3417) Fix `q slashing signing-info` panic by ensuring safety of user input and properly returning not found error
- [\#3345](https://github.com/cosmos/cosmos-sdk/issues/3345) Upgrade ledger-cosmos-go dependency to v0.9.3 to pull
https://github.com/ZondaX/ledger-cosmos-go/commit/ed9aa39ce8df31bad1448c72d3d226bf2cb1a8d1 in order to fix a derivation path issue that causes `gaiacli keys add --recover`
to malfunction.
- [\#3419](https://github.com/cosmos/cosmos-sdk/pull/3419) Fix `q distr slashes` panic
- [\#3453](https://github.com/cosmos/cosmos-sdk/pull/3453) The `rest-server` command didn't respect persistent flags such as `--chain-id` and `--trust-node` if they were
passed on the command line.
2018-08-13 07:42:47 -07:00
* Gaia
* SDK
2018-11-13 06:55:22 -08:00
* Tendermint