mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 14:21:14 +00:00
1.2 KiB
1.2 KiB
Unreleased Changes
vX.X
Special thanks to external contributors on this release:
Friendly reminder, we have a bug bounty program.
BREAKING CHANGES
-
CLI/RPC/Config
- [config] #5598 The
test_fuzzandtest_fuzz_configP2P settings have been removed. (@erikgrinaker)
- [config] #5598 The
-
Apps
-
P2P Protocol
-
Go API
- [p2p] Removed unused function
MakePoWTarget. (@erikgrinaker)
- [p2p] Removed unused function
-
[libs/os] Kill() and {Must,}{Read,Write}File() functions have been removed. (@alessio)
-
Blockchain Protocol
FEATURES
- [libs/math] #5665 Make fractions unsigned integers (uint64) (@cmwaters)
IMPROVEMENTS
- [crypto/ed25519] #5632 Adopt zip215
ed25519verification. (@marbar3778) - [privval] #5603 Add
--keytoinit,gen_validator,testnet&unsafe_reset_priv_validatorfor use in generatingsecp256k1keys.
BUG FIXES
- [rpc] #5660 Set
application/jsonas theContent-Typeheader in RPC responses. - [types] #5523 Change json naming of
PartSetHeaderwithinBlockIDfrompartstopart_set_header(@marbar3778) - [privval] #5638 Increase read/write timeout to 5s and calculate ping interval based on it (@JoeKash)