mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
* rpc/jsonrpc/server: return an error in WriteRPCResponseHTTP(Error) (#6204)
instead of panicking
Closes #5529
(cherry picked from commit 00b9524168)
# Conflicts:
# CHANGELOG_PENDING.md
# rpc/jsonrpc/server/http_json_handler.go
# rpc/jsonrpc/server/http_server.go
# rpc/jsonrpc/server/http_server_test.go
# rpc/jsonrpc/server/http_uri_handler.go
* resolve conflicts
* fix linting
* fix conflict
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Co-authored-by: Marko Baricevic <marbar3778@yahoo.com>
517 B
517 B
Unreleased Changes
v0.34.9
Special thanks to external contributors on this release:
Friendly reminder, we have a bug bounty program.
BREAKING CHANGES
-
CLI/RPC/Config
-
Apps
-
P2P Protocol
-
Go API
- [rpc/jsonrpc/server] #6204 Modify
WriteRPCResponseHTTP(Error)to return an error (@melekes)
- [rpc/jsonrpc/server] #6204 Modify
-
Blockchain Protocol
FEATURES
IMPROVEMENTS
BUG FIXES
- [rpc/jsonrpc/server] #6191 Correctly unmarshal
RPCRequestwhen data isnull(@melekes)