mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-07 04:20:44 +00:00
* more minor cleanup of libs Remove unused `version.go`, `assert.go` and `libs/circle.yml` * Update types/vote_set_test.go Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com> * spelling change
1.7 KiB
1.7 KiB
v0.32.1
**
Special thanks to external contributors on this release:
Friendly reminder, we have a bug bounty program.
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps
-
Go API
- [abci] #2127 ABCI / mempool: Add a "Recheck Tx" indicator. Breaks the ABCI
client interface (
abcicli.Client) to allow for supplying the ABCItypes.RequestCheckTxandtypes.RequestDeliverTxstructs, and lets the mempool indicate to the ABCI app whether a CheckTx request is a recheck or not. - [libs] Remove unused
db/debugDBandcommon/colors.go&errors/errors.gofiles (@marbar3778) - [libs] #2432 Remove unused
common/heap.gofile (@marbar3778) - [libs] Remove unused
date.go,io.go. RemoveGoPath(),Prompt()andIsDirEmpty()functions fromos.go(@marbar3778) - [libs] Remove unused
version.go,assert.goandlibs/circle.yml - [libs] Remove unused
FailRand()func and minor clean up tofail.go(@marbar3778)
- [abci] #2127 ABCI / mempool: Add a "Recheck Tx" indicator. Breaks the ABCI
client interface (
-
Blockchain Protocol
-
P2P Protocol
FEATURES:
- [node] Refactor
NewNodeto use functional options to make it more flexible and extensible in the future. - [node]#3730 Add
CustomReactorsoption toNewNodeallowing caller to pass custom reactors to run inside Tendermint node (@ParthDesai)
IMPROVEMENTS:
- [rpc] #3700 Make possible to set absolute paths for TLS cert and key (@climber73)
BUG FIXES:
- [p2p] #3338 Prevent "sent next PEX request too soon" errors by not calling ensurePeers outside of ensurePeersRoutine
- [behaviour] Return correct reason in MessageOutOfOrder (@jim380)
- [config] #3723 Add consensus_params to testnet config generation; document time_iota_ms (@ashleyvega)