v0.14.0
BREAKING CHANGES
https://github.com/irisnet/irishub/blob/v0.14.0/docs/light-client/CHANGELOG.md
LCD (REST API)
- #1245 Follow best-practice URI naming guide
- #1416 Drop three useless distribution queries
- #1444 Fix
/bank/token-stats
output format - #1374 Use
Querier
pattern to improve query implementation - #1426 Add query for community tax
- #1386 Fix
memo
support bug in LCD
CLI
- #1245 Move
sign
andbroadcast
subcmd undertx
cmd - #1375 Unify the output formats of return data
- #1411 Fix incorrect json indent output for
keys
commands - #1419 Fix incorrect decimal output in plain-text format
- #1443 Allow users to generate send tx offline
Application
- #1383 Improve result tags for unbond and redelegate
- #1409 Fix validation bug for
community_tax
parameter - #1422 Replace dep with Go Module
Tendermint
- Update to irisnet/tendermint v0.28.0
- #1408 [mempool] Fix
broadcastTxRoutine
leak - #1428 [rpc] Fix
/tx_search
bug when results are empty - #1429 [privval] Retry
RemoteSigner
connections on error - #1430 [privval] Memorize pubkey on startup
- #1431 [p2p] Make
SecretConnection
thread safe - #1434 [consensus] Log
peerID
on ignored votes - #1435 [rpc] Include peer's remote IP in
/net_info
- #1436 [crypto] Update btcd fork for rare signRFC6979 bug
- #1438 [privval] Fix race between sign and ping requests
- #1439 [p2p] Fix MITM bug on
SecretConnection
- #1440 [node] Start
EventBus
andIndexerService
before first block
- #1408 [mempool] Fix
Documentation
- #1376 Improve v0.13.1 docs