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.

19 lines
730 B

  1. ## v0.34.1
  2. Special thanks to external contributors on this release:
  3. Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
  4. ### BREAKING CHANGES
  5. - Go API
  6. - [evidence] [\#5181](https://github.com/tendermint/tendermint/pull/5181) Phantom validator evidence was removed (also from abci) (@cmwaters)
  7. ### FEATURES:
  8. - [abci] [\#5174](https://github.com/tendermint/tendermint/pull/5174) Add amnesia evidence and remove mock and potential amnesia evidence from abci (@cmwaters)
  9. ### BUG FIXES:
  10. - [evidence] [\#5170](https://github.com/tendermint/tendermint/pull/5170) change abci evidence time to the time the infraction happened not the time the evidence was committed on the block (@cmwaters)