go-ethereum/rpc
Felix Lange 1db978ca6b
rpc: fix unmarshaling of null result in CallContext (#26723)
The change fixes unmarshaling of JSON null results into json.RawMessage.

---------

Co-authored-by: Jason Yuan <jason.yuan@curvegrid.com>
Co-authored-by: Jason Yuan <jason.yuan869@gmail.com>
2023-02-19 14:23:18 -05:00
..
testdata
client.go rpc: fix unmarshaling of null result in CallContext (#26723) 2023-02-19 14:23:18 -05:00
client_example_test.go
client_opt.go
client_opt_test.go
client_test.go rpc: fix unmarshaling of null result in CallContext (#26723) 2023-02-19 14:23:18 -05:00
constants_unix.go
constants_unix_nocgo.go
context_headers.go
doc.go
endpoints.go
errors.go graphql, node, rpc: improve HTTP write timeout handling (#25457) 2022-12-07 14:02:14 +01:00
handler.go graphql, node, rpc: improve HTTP write timeout handling (#25457) 2022-12-07 14:02:14 +01:00
http.go all: use http package to replace http method names (#26535) 2023-01-24 11:12:25 +02:00
http_test.go
inproc.go
ipc.go
ipc_js.go
ipc_unix.go rpc: fix off-by-one in ipc endpoint length check (#26614) 2023-02-06 07:25:42 -05:00
ipc_windows.go
json.go graphql, node, rpc: improve HTTP write timeout handling (#25457) 2022-12-07 14:02:14 +01:00
metrics.go
server.go graphql, node, rpc: improve HTTP write timeout handling (#25457) 2022-12-07 14:02:14 +01:00
server_test.go rpc: fix unmarshaling of null result in CallContext (#26723) 2023-02-19 14:23:18 -05:00
service.go
stdio.go
subscription.go graphql, node, rpc: improve HTTP write timeout handling (#25457) 2022-12-07 14:02:14 +01:00
subscription_test.go
testservice_test.go rpc: fix unmarshaling of null result in CallContext (#26723) 2023-02-19 14:23:18 -05:00
types.go rpc: remove DecimalOrHex type (#26629) 2023-02-07 15:44:27 +01:00
types_test.go
websocket.go graphql, node, rpc: improve HTTP write timeout handling (#25457) 2022-12-07 14:02:14 +01:00
websocket_test.go