plugeth/rpc
Austin Roberts f7307d527d Updates to support blockupdates plugin
This makes several updates to support the blockupdates plugin.

I had to update several hooks that were using the wrong types, and
provide a way to get event.Feed objects into plugins without importing
event.Feed (which I did by having the plugin loader make them
available).
2021-09-16 16:04:36 -05:00
..
testdata
client_example_test.go
client_test.go rpc: tighter shutdown synchronization in client subscription (#22597) 2021-03-30 20:09:30 +02:00
client.go rpc: deprecate Client.ShhSubscribe (#22239) 2021-01-27 10:20:34 +01:00
constants_unix_nocgo.go
constants_unix.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 rpc: add HTTPError type for HTTP error responses (#22677) 2021-04-21 15:51:30 +02:00
getRPCcall_test.go Missing rpc call hook and test 2021-09-16 14:03:50 -07:00
handler.go Further updates to wrappers.go and rpc/handler.go, chaising bugs 2021-09-16 11:55:39 -07:00
http_test.go rpc: add HTTPError type for HTTP error responses (#22677) 2021-04-21 15:51:30 +02:00
http.go rpc: add HTTPError type for HTTP error responses (#22677) 2021-04-21 15:51:30 +02:00
inproc.go
ipc_js.go
ipc_unix.go
ipc_windows.go
ipc.go
json.go
metrics.go
plugin_hooks.go Missing rpc call hook and test 2021-09-16 14:03:50 -07:00
plugin_subscriptions.go Updates to support blockupdates plugin 2021-09-16 16:04:36 -05:00
server_test.go
server.go
service.go Support subscriptions in plugins 2021-09-14 17:44:49 -05:00
stdio.go
subscription_test.go
subscription.go rpc: tighter shutdown synchronization in client subscription (#22597) 2021-03-30 20:09:30 +02:00
testservice_test.go rpc: add separate size limit for websocket (#22385) 2021-02-26 13:40:35 +01:00
types_test.go
types.go rpc: add HTTPError type for HTTP error responses (#22677) 2021-04-21 15:51:30 +02:00
websocket_test.go rpc: tighter shutdown synchronization in client subscription (#22597) 2021-03-30 20:09:30 +02:00
websocket.go rpc: add separate size limit for websocket (#22385) 2021-02-26 13:40:35 +01:00