6.5 KiB
6.5 KiB
PENDING
BREAKING CHANGES
-
Gaia REST API (
gaiacli advanced rest-server) -
Gaia CLI (
gaiacli)- #3399 Add
gaiad validate-genesiscommand to facilitate checking of genesis files - #1894
versionprints out short info by default. Add--longflag. Proper handling of--formatflag introduced. - #3465
gaiacli rest-serverswitched back to insecure mode by default:--insecureflag is removed.--tlsis now used to enable secure layer.
- #3451
gaiaclinow returns transactions in plain text including tags. - #3497
gaiad initnow takes moniker as required arguments, not as parameter.
- #3501 Change validator
address Bech32 encoding to consensus address in
tendermint-validator-set.
- #3399 Add
-
Gaia
- #3457 Changed governance tally validatorGovInfo to use sdk.Int power instead of sdk.Dec
-
SDK
- #2513 Tendermint updates are adjusted by 10^-6 relative to staking tokens,
- #3487 Move HTTP/REST utilities out of client/utils into a new dedicated client/rest package.
- #3490 ReadRESTReq() returns bool to avoid callers to write error responses twice.
- #3502 Fixes issue when comparing genesis states
- #3514 Various clean ups:
- Replace all GetKeyBase* functions family in favor of NewKeyBaseFromDir and NewKeyBaseFromHomeFlag.
- Remove Get prefix from all TxBuilder's getters.
- #3522 Get rid of double negatives: Coins.IsNotNegative() -> Coins.IsAnyNegative().
-
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"
- #3514 Provided a lazy loading implementation of Keybase that locks the underlying storage only for the time needed to perform the required operation. Also added Keybase reference to TxBuilder struct.
-
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
- #3423 Allow simulation (auto gas) to work with generate only.
- #3514 REST server calls to keybase does not lock the underlying storage anymore.
- #3284 Update Gaia Lite
REST service to support the following:
-
Gaia CLI (
gaiacli) -
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-whitelisttogaiad exportto enable testing of complex exports - #3424 Allow generation of gentxs with empty memo field.
- #3418 Add vesting account
genesis validation checks to
-
SDK
-
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 - #3453 The
rest-servercommand didn't respect persistent flags such as--chain-idand--trust-nodeif they were passed on the command line. - #3441 Improved resource management and connection handling (ledger devices). Fixes issue with DER vs BER signatures.
- #3417 Fix
-
Gaia
- #3486 Use AmountOf in vesting accounts instead of zipping/aligning denominations.
-
SDK
-
Tendermint