mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
* 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>
806 B
806 B
Unreleased Changes
v0.34.25
BREAKING CHANGES
-
CLI/RPC/Config
-
Apps
-
P2P Protocol
-
Go API
-
Blockchain Protocol
FEATURES
[rpc][#9759] Addedmatch_eventquery parameter to indicate to Tendermint that the query should match event attributes within events, not only within a height.
IMPROVEMENTS
[state/kvindexer][#9759] Addedmatch.eventkeyword 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)