https://github.com/tendermint/tendermint
Raw File
Tip revision: 936221e0a8d9d9b7e334df3fb67c745d7cda7c5e authored by Thane Thomson on 21 December 2022, 22:06:20 UTC
e2e: Add multi-version support to generator (backport of #9933 to v0.34) (#9935)
Tip revision: 936221e
CHANGELOG_PENDING.md
# 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

back to top