mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
731 B
731 B
Unreleased Changes
v0.34.22
BREAKING CHANGES
-
CLI/RPC/Config
-
Apps
-
P2P Protocol
-
Go API
-
Blockchain Protocol
FEATURES
- [rpc] support https inside websocket (@RiccardoM, @cmwaters)
IMPROVEMENTS
BUG FIXES
- [config] #9483 Calling
tendermint initwould incorrectly leave out the new[storage]section delimiter in the generated configuration file - this has now been fixed - [p2p] #9500 prevent peers who have errored being added to the peer_set (@jmalicevic)
- [indexer] #9473 fix bug that caused the psql indexer to index empty blocks whenever one of the transactions returned a non zero code. The relevant deduplication logic has been moved within the kv indexer only (@cmwaters)