go-ethereum/rpc
Guillaume Ballet 2e5d141708
rpc: deprecate Client.ShhSubscribe (#22239)
It never worked, whisper uses polling.

Co-authored-by: Felix Lange <fjl@twurst.com>
2021-01-27 10:20:34 +01:00
..
testdata rpc: fix issue with null JSON-RPC messages (#21497) 2020-08-28 16:27:58 +02:00
client.go rpc: deprecate Client.ShhSubscribe (#22239) 2021-01-27 10:20:34 +01:00
client_example_test.go
client_test.go rpc: add SetHeader method to Client (#21392) 2020-08-03 14:08:42 +02:00
constants_unix.go
constants_unix_nocgo.go
doc.go
endpoints.go trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes (#21871) 2020-11-19 22:50:47 +01:00
errors.go
handler.go
http.go rpc: add SetHeader method to Client (#21392) 2020-08-03 14:08:42 +02:00
http_test.go
inproc.go
ipc.go
ipc_js.go
ipc_unix.go
ipc_windows.go
json.go rpc: fix issue with null JSON-RPC messages (#21497) 2020-08-28 16:27:58 +02:00
metrics.go
server.go
server_test.go
service.go
stdio.go
subscription.go rpc: remove silly use of ReadVarint in subscription ID generator (#21391) 2020-07-31 16:20:31 +02:00
subscription_test.go
testservice_test.go
types.go
types_test.go
websocket.go node: support expressive origin rules in ws.origins (#21481) 2020-11-19 14:54:49 +01:00
websocket_test.go