https://github.com/tendermint/tendermint
Raw File
Tip revision: ff8fd2731dcb8ac2320b8637242dd284ad69d853 authored by Sergio Mena on 04 April 2022, 17:32:01 UTC
Fix execution.go
Tip revision: ff8fd27
CHANGELOG_PENDING.md
# Unreleased Changes

## v0.34.15

Special thanks to external contributors on this release:

Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).

### BREAKING CHANGES

- CLI/RPC/Config

- Apps

- P2P Protocol

- Go API

- Blockchain Protocol

### FEATURES

### IMPROVEMENTS

### BUG FIXES

- [\#7057](https://github.com/tendermint/tendermint/pull/7057) Import Postgres driver support for the psql indexer (@creachadair).
- [\#7106](https://github.com/tendermint/tendermint/pull/7106) Revert mutex change to ABCI Clients (@tychoish).
back to top