https://github.com/tendermint/tendermint
Raw File
Tip revision: 817e890754dec4110e037565ec1588c9733569f6 authored by Thane Thomson on 21 December 2022, 22:10:47 UTC
ci: Add manual multi-version E2E workflow to v0.34.x branch
Tip revision: 817e890
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