forked from cerc-io/plugeth
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). |
||
|---|---|---|
| .. | ||
| testdata | ||
| client_example_test.go | ||
| client_test.go | ||
| client.go | ||
| constants_unix_nocgo.go | ||
| constants_unix.go | ||
| doc.go | ||
| endpoints.go | ||
| errors.go | ||
| getRPCcall_test.go | ||
| handler.go | ||
| http_test.go | ||
| http.go | ||
| inproc.go | ||
| ipc_js.go | ||
| ipc_unix.go | ||
| ipc_windows.go | ||
| ipc.go | ||
| json.go | ||
| metrics.go | ||
| plugin_hooks.go | ||
| plugin_subscriptions.go | ||
| server_test.go | ||
| server.go | ||
| service.go | ||
| stdio.go | ||
| subscription_test.go | ||
| subscription.go | ||
| testservice_test.go | ||
| types_test.go | ||
| types.go | ||
| websocket_test.go | ||
| websocket.go | ||