Special thanks to external contributors on this release:
Friendly reminder, we have a bug bounty program.
CLI/RPC/Config
Apps
P2P Protocol
Go API
ProofofTrialPeriod
from evidence params (@marbar3778)secp256k1
has been removed from the Tendermint repo. (@marbar3778)Blockchain Protocol
chainID
to requests from client. (@marbar3778)--consensus.double_sign_check_height
flag and DoubleSignCheckHeight
config variable. See ADR-51/dial_peers
has added private
and unconditional
as parameters. (@marbar3778)Header.ValidateBasic()
for block protocol version (@marbar3778)[blockchain] #5249 Fix fast sync halt with initial height > 1 (@erikgrinaker)
[statesync] #5302 Fix genesis state propagation to state sync routine (@erikgrinaker)
[statesync] #5320 Broadcast snapshot request to all pre-connected peers on start (@erikgrinaker)
[consensus] #5329 Fix wrong proposer schedule for validators returned by InitChain
(@erikgrinaker)
[light] #5307 Persist correct proposer priority in light client validator sets (@cmwaters)