4.7 KiB
4.7 KiB
PENDING
BREAKING CHANGES
-
Gaia REST API (
gaiacli advanced rest-server
) -
Gaia CLI (
gaiacli
)- #3399 Add
gaiad validate-genesis
command to facilitate checking of genesis files - #1894
version
prints out short info by default. Add--long
flag. Proper handling of--format
flag introduced. - #3465
gaiacli rest-server
switched back to insecure mode by default:--insecure
flag is removed.--tls
is now used to enable secure layer.
- #3451
gaiacli
now returns transactions in plain text including tags.
- #3399 Add
-
Gaia
- #3457 Changed governance tally validatorGovInfo to use sdk.Int power instead of sdk.Dec
-
SDK
-
Tendermint
FEATURES
-
Gaia REST API
- #2358 Add distribution module REST interface
-
Gaia CLI (
gaiacli
)- #3429 Support querying for all delegator distribution rewards.
- #3449 Proof verification now works with absence proofs
-
Gaia
- #3397 Implement genesis file sanitization to avoid failures at chain init.
- #3428 Run the simulation from a particular genesis state loaded from a file
-
SDK
- #3270 [x/staking] limit number of ongoing unbonding delegations /redelegations per pair/trio
- [#3477][distribution] new query endpoint "delegator_validators"
-
Tendermint
IMPROVEMENTS
-
Gaia REST API
- #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 thebase_req
body can be a Keybase name or account address
- #3423 Allow simulation (auto gas) to work with generate only.
- #3284 Update Gaia Lite
REST service to support the following:
-
Gaia CLI (
gaiacli
)- #3476 New
withdraw-all-rewards
command to withdraw all delegations rewards for delegators.
- #3476 New
-
Gaia
- #3418 Add vesting account
genesis validation checks to
GaiaValidateGenesisState
. - #3420 Added maximum length to governance proposal descriptions and titles
- #3256 Add gas consumption for tx size in the ante handler.
- #3454 Add
--jail-whitelist
togaiad export
to enable testing of complex exports - #3424 Allow generation of gentxs with empty memo field.
- #3418 Add vesting account
genesis validation checks to
-
SDK
- [#2605] x/params add subkey accessing
- #2986 Store Refactor
- #3435 Test that store implementations do not allow nil values
-
Tendermint
BUG FIXES
-
Gaia REST API
-
Gaia CLI (
gaiacli
)- #3417 Fix
q slashing signing-info
panic by ensuring safety of user input and properly returning not found error - #3345 Upgrade ledger-cosmos-go dependency to v0.9.3 to pull
ed9aa39ce8
in order to fix a derivation path issue that causesgaiacli keys add --recover
to malfunction. - #3419 Fix
q distr slashes
panic - #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.
- #3417 Fix
-
Gaia
- #3486 Use AmountOf in vesting accounts instead of zipping/aligning denominations.
-
SDK
-
Tendermint