mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-19 22:42:24 +00:00
309e29c245
Revert the JSON-RPC/WebSocket response serialization format to the standard way (i.e. a single RPC response per WebSocket text message) to avoid breaking clients. Serialization format changes will be discussed in an upcoming ADR. Closes: #5373