mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 22:23:11 +00:00
1.2 KiB
1.2 KiB
v0.31.6
**
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps
-
Go API
- [libs/common] Removed
PanicSanity,PanicCrisis,PanicConsensusandPanicQ - [node] Moved
GenesisDocProviderandDefaultGenesisDocProviderFuncto state package
-
Blockchain Protocol
-
P2P Protocol
FEATURES:
IMPROVEMENTS:
- [rpc] #3534 Add support for batched requests/responses in JSON RPC
- [cli] #3585 Add option to not clear address book with unsafe reset (@climber73)
- [cli] #3160 Add
-config=<path-to-config>option totestnetcmd (@gregdhill) - [cs/replay] #3460 check appHash for each block
- [p2p] #3531 Terminate session on nonce wrapping (@climber73)
BUG FIXES:
- [p2p] #3532 limit the number of attempts to connect to a peer in seed mode to 16 (as a result, the node will stop retrying after a 35 hours time window)
- [consensus] #2723, #3451 and #3317 Fix non-deterministic tests
- [consensus] #3067 getBeginBlockValidatorInfo loads validators from stateDB instead of state (@james-ray)
- [pex] #3603 Dial seeds when addrbook needs more addresses (@defunctzombie)