mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 04:03:49 +00:00
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:
parent
76974c0afa
commit
a8b7a59977
@ -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 | |
|
||||
|
Loading…
Reference in New Issue
Block a user