good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit a8b7a599 authored by Chase Wright's avatar Chase Wright Committed by GitHub
Browse files

Update rpcdaemon README with eth_(un)subscribe (#1365)

* `eth_subscribe` is supported over WebSocket
* Only `newHeads` is supported at this time
* `eth_unsubscribe is supported
parent 76974c0a
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,9 @@ The following table shows the current implementation status of turbo-geth's RPC
| eth_getWork | - | |
| eth_submitWork | - | |
| | | |
| eth_subscribe | Limited | Websock Only - newHeads |
| eth_unsubscribe | Yes | Websock Only |
| | | |
| debug_accountRange | Yes | Private turbo-geth debug module |
| debug_getModifiedAccountsByNumber | Yes | |
| debug_getModifiedAccountsByHash | Yes | |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment