2.0 KiB
2.0 KiB
PENDING CHANGELOG
BREAKING CHANGES
Gaia REST API
- [#3641] Remove the ability to use a Keybase from the REST API client:
passwordandgenerate_onlyhave been removed from thebase_reqobject- All txs that used to sign or use the Keybase now only generate the tx
keysroutes completely removed
Gaia CLI
Gaia
SDK
- [#3669] Ensure consistency in message naming, codec registration, and JSON tags.
Tendermint
FEATURES
Gaia REST API
Gaia CLI
Gaia
SDK
Tendermint
IMPROVEMENTS
Gaia REST API
- Update the
TxResponsetype allowing for theLogsresult to be JSON decoded automatically.
Gaia CLI
- [#3670] CLI support for showing bech32 addresses in Ledger devices
- [#3711] Update
tx signto use--frominstead of the deprecated--nameCLI flag.
Gaia
SDK
- #3679 Consistent operators across Coins, DecCoins, Int, Dec replaced: Minus->Sub Plus->Add Div->Quo
- [#3665] Overhaul sdk.Uint type in preparation for Coins Int -> Uint migration.
- #3691 Cleanup error messages
- #3456 Integrate in the Int.ToDec() convenience function
- [#3300] Update the spec-spec, spec file reorg, and TOC updates.
- [#3694] Push tagged docker images on docker hub when tag is created.
Tendermint
- [#3699] Upgrade to Tendermint 0.30.1
BUG FIXES
Gaia REST API
Gaia CLI
Gaia
SDK
- #3559 fix occasional failing due to non-determinism in lcd test TestBonding where validator is unexpectedly slashed throwing off test calculations
- [#3411] Include the
RequestInitChain.Timein the block header init duringInitChain.