3.6 KiB
3.6 KiB
PENDING
BREAKING CHANGES
-
Gaia REST API (
gaiacli advanced rest-server)- [gaia-lite] [#2182] Renamed and merged all redelegations endpoints into
/stake/redelegations
- [gaia-lite] [#2182] Renamed and merged all redelegations endpoints into
-
Gaia CLI (
gaiacli)- #810 Don't fallback to any default values for chain ID.
- Users need to supply chain ID either via config file or the
--chain-idflag. - Change
chain_idandtrust_nodeingaiacliconfiguration tochain-idandtrust-noderespectively.
- Users need to supply chain ID either via config file or the
- #3069
--feeflag renamed to--feesto support multiple coins - #3156 Remove unimplemented
gaiacli initcommand
- #810 Don't fallback to any default values for chain ID.
-
Gaia
- https://github.com/cosmos/cosmos-sdk/issues/2838 - Move store keys to constants
- #3162 The
--gasflag now takesautoinstead ofsimulatein order to trigger a simulation of the tx before the actual execution.
-
Gaia REST API
- #3176
tx/signendpoint now expectsBaseReqfields as nested object.
- #3176
-
SDK
- #3064 Sanitize
sdk.Coindenom. Coins denoms are now case insensitive, i.e. 100fooToken equals to 100FOOTOKEN.
- #3064 Sanitize
-
Tendermint
FEATURES
-
Gaia REST API (
gaiacli advanced rest-server) -
Gaia CLI (
gaiacli)- #2399 Implement
paramscommand to query slashing parameters. - #3027 Implement
query gov proposer [proposal-id]to query for a proposal's proposer.
- #2399 Implement
-
Gaia
- [#2182] [x/stake] Added querier for querying a single redelegation
-
SDK
- #2996 Update the
AccountKeeperto contain params used in the context of the ante handler. - #3179 New CodeNoSignatures error code.
- #2996 Update the
-
Tendermint
IMPROVEMENTS
-
Gaia REST API
- #3176 Validate tx/sign endpoint POST body.
-
Gaia CLI (
gaiacli) -
Gaia
-
SDK
-
Tendermint
-
CI
- #2498 Added macos CI job to CircleCI
BUG FIXES
-
Gaia REST API
-
Gaia CLI (
gaiacli)- #3141 Fix the bug in GetAccount when
len(res) == 0anderr == nil
- #3141 Fix the bug in GetAccount when
-
Gaia
- #3148 Fix
gaiad exportby adding a boolean toNewGaiaAppdetermining whether or not to load the latest version - #3181 Correctly reset total accum update height and jailed-validator bond height / unbonding height on export-for-zero-height
- #3172 Fix parsing
gaiad.tomlwhen it already exists.
- #3148 Fix
-
SDK
-
Tendermint