2.5 KiB
2.5 KiB
PENDING
BREAKING CHANGES
-
Gaia REST API (
gaiacli advanced rest-server)- #3284 Rename the
namefield tofromin thebase_reqbody.
- #3284 Rename the
-
Gaia CLI (
gaiacli) -
Gaia
-
SDK
-
Tendermint
FEATURES
-
Gaia REST API
-
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
-
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
fromfield in thebase_reqbody can be a Keybase name or account address
- #3284 Update Gaia Lite
REST service to support the following:
-
Gaia CLI (
gaiacli) -
Gaia
-
SDK
- #3435 Test that store implementations do not allow nil values
-
Tendermint
BUG FIXES
-
Gaia REST API
-
Gaia CLI (
gaiacli)- #3417 Fix
q slashing signing-infopanic by ensuring safety of user input and properly returning not found error - #3345 Upgrade ledger-cosmos-go dependency to v0.9.3 to pull
ed9aa39ce8in order to fix a derivation path issue that causesgaiacli keys add --recoverto malfunction. - #3419 Fix
q distr slashespanic
- #3417 Fix
-
Gaia
-
SDK
-
Tendermint