Browse Source

Update CHANGELOG.md for release v0.34.13. (#6935)

Fixes #6933. I forgot to update master after I did the v0.34.13 release.
pull/6936/head
M. J. Fromberger 3 years ago
committed by GitHub
parent
commit
e4feb56813
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      CHANGELOG.md

+ 13
- 0
CHANGELOG.md View File

@ -156,6 +156,19 @@ Special thanks to external contributors on this release: @JayT106, @bipulprasad,
- [statesync] \#6463 Adds Reverse Sync feature to fetch historical light blocks after state sync in order to verify any evidence (@cmwaters)
- [blocksync] \#6590 Update the metrics during blocksync (@JayT106)
## v0.34.13
*September 6, 2021*
This release backports improvements to state synchronization and ABCI
performance under concurrent load, and the PostgreSQL event indexer.
### IMPROVEMENTS
- [statesync] [\#6881](https://github.com/tendermint/tendermint/issues/6881) improvements to stateprovider logic (@cmwaters)
- [ABCI] [\#6873](https://github.com/tendermint/tendermint/issues/6873) change client to use multi-reader mutexes (@tychoish)
- [indexing] [\#6906](https://github.com/tendermint/tendermint/issues/6906) enable the PostgreSQL indexer sink (@creachadair)
## v0.34.12
*August 17, 2021*


Loading…
Cancel
Save