Name
Last commit
Last update
..
client.go rpc: fix client shutdown hang when Close races with Unsubscribe (#17894)
client_example_test.go rpc: fix example typo (#18100)
client_test.go rpc: fix client shutdown hang when Close races with Unsubscribe (#17894)
doc.go rpc: fix package doc typo (#18101)
endpoints.go rpc: make HTTP RPC timeouts configurable, raise defaults (#17240)
errors.go rpc: add new client, use it everywhere
http.go rpc: add application/json-rpc as accepted content type, fixes #18293 (#18310)
http_test.go rpc: enforce the 128KB request limits on websockets too
inproc.go rpc: golint error with context as last parameter (#16657)
ipc.go remove unrelated code
ipc_js.go ethdb, rpc: support building on js/wasm (#17709)
ipc_unix.go rpc: Warn the user when the path name is too long for the Unix ipc endpoint (#18330)
ipc_windows.go all: import "context" instead of "golang.org/x/net/context"
json.go rpc: support returning nil pointer big.Ints (null)
json_test.go all: fix go vet warnings
server.go rpc: clean up check for missing methods/subscriptions on handler (#17145)
server_test.go all: import "context" instead of "golang.org/x/net/context"
stdio.go rpc: fix client shutdown hang when Close races with Unsubscribe (#17894)
subscription.go rpc: fix subscription corner case and speed up tests (#17874)
subscription_test.go rpc: fix subscription corner case and speed up tests (#17874)
types.go all: switch out defunct set library to different one (#16873)
types_test.go all: update license information (#16089)
utils.go rpc: support returning nil pointer big.Ints (null)
utils_test.go rpc: format filter ID according to spec for quantities
websocket.go rpc: enable basic auth for websocket client (#17699)
websocket_test.go Loading commit data...