You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.5 KiB

v0.34.0-rc3

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES

  • Blockchain Protocol

    • #5193 Header hashes are no longer empty for empty inputs, notably DataHash, EvidenceHash, and LastResultsHash (@erikgrinaker)
  • Go API

    • [evidence] #5181 Phantom validator evidence was removed (also from abci) (@cmwaters)
    • [merkle] #5193 HashFromByteSlices and ProofsFromByteSlices now return a hash for empty inputs, following RFC6962 (@erikgrinaker)
    • [crypto] [#5214] Change GenPrivKeySecp256k1 to GenPrivKeyFromSecret to be consistent with other keys

FEATURES:

  • [abci] #5174 Add amnesia evidence and remove mock and potential amnesia evidence from abci (@cmwaters)

BUG FIXES:

  • [evidence] #5170 change abci evidence time to the time the infraction happened not the time the evidence was committed on the block (@cmwaters)
  • [node] Don't attempt fast sync when the ABCI application specifies ourself as the only validator via InitChain (@erikgrinaker)
  • [libs/rand] #5215 Fix out-of-memory error on unexpected argument of Str() (@SadPencil)