Files
tendermint/CHANGELOG_PENDING.md
yihuang 5c32cfa00e Work around indexing problem for duplicate transactions (#8625)
Port the bug fix terra-money#76 to upstream. This is critical for ethermint json-rpc to work.

fix: prevent duplicate tx index if it succeeded before
fix: use CodeTypeOk instead of 0
fix: handle duplicate txs within the same block
Co-authored-by: jess jesse@soob.co

ref: #5281
2022-06-30 07:53:48 -07:00

583 B

Unreleased Changes

v0.34.20

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

BUG FIXES

  • [blocksync] #8496 validate block against state before persisting it to disk (@cmwaters)
  • (indexer) #8625 Fix overriding tx index of duplicated txs.