Files
tendermint/CHANGELOG_PENDING.md
Jasmina Malicevic 94a5fdfb5f state/kvindexer: associate event attributes with events (#9759)
* Updated event sequencing and added query keyword

* code cosmetics

* Documentation update

* Added per event indexing and querying to txindexer

* rpc test fix

* Added support for older versions where event sequencing is not supported

* Added support for old versions to tx indexer

* Added RPC match flag, fixed bugs in tx indexer, added tests

* Removed reference to match.events from the docs

* Openapi update

* Added height deduplication
Co-authored-by: Thane Thomson <connect@thanethomson.com>

Co-authored-by: Anca Zamfir <zamfiranca@gmail.com>
Co-authored-by: Sergio Mena <sergio@informal.systems>
Co-authored-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Thane Thomson <connect@thanethomson.com>
2022-12-14 10:34:38 +01:00

806 B

Unreleased Changes

v0.34.25

BREAKING CHANGES

  • CLI/RPC/Config

  • Apps

  • P2P Protocol

  • Go API

  • Blockchain Protocol

FEATURES

  • [rpc] [#9759] Added match_event query parameter to indicate to Tendermint that the query should match event attributes within events, not only within a height.

IMPROVEMENTS

  • [state/kvindexer] [#9759] Added match.event keyword to support condition evalution based on the event attributes belong to. (@jmalicevic)
  • [crypto] #9250 Update to use btcec v2 and the latest btcutil. (@wcsiu)
  • [consensus] #9760 Save peer LastCommit correctly to achieve 50% reduction in gossiped precommits. (@williambanfield)
  • [metrics] #9733 Add metrics for timing the consensus steps and for the progress of block gossip. (@williambanfield)

BUG FIXES