Revision bf4688b37caaf07d0c07a16df0e579d5222a10ee authored by mergify[bot] on 18 October 2022, 14:35:22 UTC, committed by GitHub on 18 October 2022, 14:35:22 UTC
* fix: header link (#9574)

Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
(cherry picked from commit c8f203293de1ba6f5f6886ccccc277a64ccd5048)

# Conflicts:
#	spec/core/data_structures.md

* fix conflict

Co-authored-by: Rootul P <rootulp@gmail.com>
Co-authored-by: William Banfield <wbanfield@gmail.com>
1 parent dbf22de
Raw File
CHANGELOG_PENDING.md
# Unreleased Changes

## v0.34.22

### BREAKING CHANGES

- CLI/RPC/Config

- Apps

- P2P Protocol

- Go API

- Blockchain Protocol

### FEATURES

- [rpc] support https inside websocket (@RiccardoM, @cmwaters)

### IMPROVEMENTS

### BUG FIXES

- [config] \#9483 Calling `tendermint init` would incorrectly leave out the new
  `[storage]` section delimiter in the generated configuration file - this has
  now been fixed
- [p2p] \#9500 prevent peers who have errored being added to the peer_set (@jmalicevic)
- [indexer] \#9473 fix bug that caused the psql indexer to index empty blocks whenever one of the transactions returned a non zero code. The relevant deduplication logic has been moved within the kv indexer only (@cmwaters)
- [blocksync] \#9518 handle the case when the sending queue is full: retry block request after a timeout
back to top