go-ethereum/rpc
Håvard Anda Estensen e20150f888
rpc: run tests in parallel ()
Continuation of https://github.com/ethereum/go-ethereum/pull/30381
2024-11-19 13:43:33 +01:00
..
testdata rpc: add limit for batch request items and response size () 2023-06-13 13:38:58 +02:00
client.go rpc: add timeout to rpc client Unsubscribe () 2024-08-20 15:54:28 +02:00
client_example_test.go rpc: make ExampleClientSubscription work with the geth API () 2020-04-27 17:25:24 +02:00
client_opt.go eth, rpc: add configurable option for wsMessageSizeLimit () 2023-10-03 03:23:19 -04:00
client_opt_test.go node, rpc: add JWT auth support in client () 2022-09-02 17:40:41 +02:00
client_test.go rpc: run tests in parallel () 2024-11-19 13:43:33 +01:00
context_headers.go rpc: support injecting HTTP headers through context () 2022-11-16 15:22:12 +01:00
doc.go build: upgrade to go 1.19 () 2022-09-10 13:25:40 +02:00
endpoints.go trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes () 2020-11-19 22:50:47 +01:00
errors.go rpc: add method to test for subscription support () 2023-06-14 14:04:41 +02:00
handler.go rpc: truncate call error data logs () 2024-06-28 20:37:58 +02:00
http.go internal/build, rpc: add missing HTTP response body Close() calls () 2024-03-12 12:12:37 +01:00
http_test.go rpc: run tests in parallel () 2024-11-19 13:43:33 +01:00
inproc.go rpc: add limit for batch request items and response size () 2023-06-13 13:38:58 +02:00
ipc.go rpc: add limit for batch request items and response size () 2023-06-13 13:38:58 +02:00
ipc_js.go all: add go:build lines () 2021-08-25 18:46:29 +02:00
ipc_unix.go rpc: fix ipc max path size () 2024-04-02 11:25:19 +02:00
ipc_windows.go rpc: use go-winio for named pipes () 2023-08-23 04:39:01 +02:00
json.go all: fix mismatched names in comments () 2024-03-26 21:01:28 +01:00
metrics.go rpc: fix ns/µs mismatch in metrics () 2023-12-08 09:40:50 +01:00
server.go rpc: show more error detail for `invalidMessageError` () 2024-07-23 11:55:56 +02:00
server_test.go rpc: run tests in parallel () 2024-11-19 13:43:33 +01:00
service.go all: fix various typos () 2024-04-16 15:44:00 +03:00
stdio.go rpc: add limit for batch request items and response size () 2023-06-13 13:38:58 +02:00
subscription.go rpc: add timeout to rpc client Unsubscribe () 2024-08-20 15:54:28 +02:00
subscription_test.go rpc: run tests in parallel () 2024-11-19 13:43:33 +01:00
testservice_test.go rpc: remove deprecated method "Notifier.Closed" () 2024-03-05 14:44:23 +01:00
types.go all: fix various typos () 2024-04-23 13:09:42 +03:00
types_test.go rpc: run tests in parallel () 2024-11-19 13:43:33 +01:00
websocket.go rpc: implement Unwrap() for wsHandshakeError () 2024-04-16 10:37:18 +02:00
websocket_test.go rpc: run tests in parallel () 2024-11-19 13:43:33 +01:00