mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
654 B
654 B
Unreleased Changes
v0.34.0-rc5
Special thanks to external contributors on this release:
Friendly reminder, we have a bug bounty program.
BREAKING CHANGES
-
CLI/RPC/Config
-
Apps
-
P2P Protocol
-
Go API
-
Blockchain Protocol
FEATURES
IMPROVEMENTS
-
[privval] #5434
NewSignerDialerEndpointcan now be givenSignerServiceEndpointOption(@erikgrinaker) -
[config] #5433
statesync.rpc_serversis now properly set when writing the configuration file (@erikgrinaker)
BUG FIXES
- [privval] #5441 Fix faulty ping message encoding causing nil message errors in logs (@erikgrinaker)