3.4 KiB
3.4 KiB
PENDING
BREAKING CHANGES
-
Gaia REST API (
gaiacli advanced rest-server
)- [x/stake] Validator.Owner renamed to Validator.Operator
-
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
- [cli] #1983 --print-response now defaults to true in commands that create and send a transaction
- [cli] #1983 you can now pass --pubkey or --address to gaiacli keys show to return a plaintext representation of the key's address or public key for use with other commands
- [cli] #2061 changed proposalID in governance REST endpoints to proposal-id
- [cli] #2014
gaiacli advanced
no longer exists - to accessibc
,rest-server
, andvalidator-set
commands usegaiacli ibc
,gaiacli rest-server
, andgaiacli tendermint
, respectively
-
Gaia
- Make the transient store key use a distinct store key. #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.
- [docs] #2001 Update slashing spec for slashing period
- [x/stake, x/slashing] #1305 - Rename "revoked" to "jailed"
-
SDK
- [core] #1807 Switch from use of rational to decimal
- [types] #1901 Validator interface's GetOwner() renamed to GetOperator()
- [types] #2119 Parsed error messages and ABCI log errors to make them more human readable.
-
Tendermint
FEATURES
-
Gaia REST API (
gaiacli advanced rest-server
)- [lcd] Endpoints to query staking pool and params
-
Gaia CLI (
gaiacli
)- [cli] Cmds to query staking pool and params
- [gov][cli] #2062 added
--proposal
flag tosubmit-proposal
that allows a JSON file containing a proposal to be passed in
-
Gaia
-
SDK
- [querier] added custom querier functionality, so ABCI query requests can be handled by keepers
-
Tendermint
IMPROVEMENTS
-
Gaia REST API (
gaiacli advanced rest-server
)- [x/stake] #2000 Added tests for new staking endpoints
-
Gaia CLI (
gaiacli
)- [cli] #2060 removed
--select
fromblock
command
- [cli] #2060 removed
-
Gaia
-
SDK
- [tools] Make get_vendor_deps deletes
.vendor-new
directories, in case scratch files are present. - [spec] Added simple piggy bank distribution spec
- [cli] #1632 Add integration tests to ensure
basecoind init && basecoind
start sequences run successfully for bothdemocoin
andbasecoin
examples.
- [tools] Make get_vendor_deps deletes
-
Tendermint
BUG FIXES
-
Gaia REST API (
gaiacli advanced rest-server
) -
Gaia CLI (
gaiacli
)- [cli] #1997 Handle panics gracefully when
gaiacli stake {delegation,unbond}
fail to unmarshal delegation.
- [cli] #1997 Handle panics gracefully when
-
Gaia
-
SDK
- #1988 Make us compile on OpenBSD (disable ledger) [#1988] (https://github.com/cosmos/cosmos-sdk/issues/1988)
- #2105 Fix DB Iterator leak, which may leak a go routine.
-
Tendermint