Files
tendermint/CHANGELOG_PENDING.md
Thane Thomson 08e5d0bf78 Remove useless whitespace in Websocket output (backport #9720) (#9724)
* Remove useless whitespace in Websocket output (#9720)

* First try at #9696

* Brief explanation

* Removed all prettified JSON RPC responses

* Fixes for failing tests.

Adapted the assertions in
- TestWriteRPCResponseHTTP
- TestWriteRPCResponseHTTPError
to work with non-pretty JSON-RPC output

* Added changelog pending entry

* Update CHANGELOG_PENDING.md

Co-authored-by: Thane Thomson <connect@thanethomson.com>

* Add pending changelog and upgrading entries

Signed-off-by: Thane Thomson <connect@thanethomson.com>

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: Adi Seredinschi <a@seredinschi.net>
2022-11-21 12:05:35 +01:00

360 B

Unreleased Changes

v0.34.24

BREAKING CHANGES

  • CLI/RPC/Config

  • Apps

  • P2P Protocol

  • Go API

  • Blockchain Protocol

FEATURES

IMPROVEMENTS

  • [rpc] #9724 Remove useless whitespace in RPC output (@adizere, @thanethomson)

BUG FIXES

  • [rpc] #9692 Remove Cache-Control header response from /check_tx endpoint (@JayT106)