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
This commit is contained in:
Chase Wright 2020-11-19 08:39:13 -06:00 committed by GitHub
parent 76974c0afa
commit a8b7a59977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 | |