Skip to content

Commit c4f5e9a

Browse files
Update README.md
1 parent 804e337 commit c4f5e9a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cmd/rpcdaemon/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,23 @@ The following table shows the current implementation status of Erigon's RPC daem
163163
| | | newPendingTransaction |
164164
| eth_unsubscribe | Yes | Websock Only |
165165
| | | |
166-
| debug_accountRange | Yes | Private Erigon debug module |
167-
| debug_accountAt | Yes | Private Erigon debug module |
166+
| debug_accountRange | Yes | Private Erigon debug module |
167+
| debug_accountAt | Yes | Private Erigon debug module |
168168
| debug_getModifiedAccountsByNumber | Yes | |
169169
| debug_getModifiedAccountsByHash | Yes | |
170170
| debug_storageRangeAt | Yes | |
171-
| debug_traceTransaction | Yes | |
172-
| debug_traceCall | Yes | |
171+
| debug_traceTransaction | Yes | Streaming (can handle huge results) |
172+
| debug_traceCall | Yes | Streaming (can handle huge results) |
173173
| | | |
174174
| trace_call | Yes | |
175175
| trace_callMany | Yes | |
176176
| trace_rawTransaction | - | not yet implemented (come help!) |
177177
| trace_replayBlockTransactions | - | not yet implemented (come help!) |
178178
| trace_replayTransaction | - | not yet implemented (come help!) |
179-
| trace_block | Limited | working - has known issues |
180-
| trace_filter | Limited | working - has known issues |
181-
| trace_get | Limited | working - has known issues |
182-
| trace_transaction | Limited | working - has known issues |
179+
| trace_block | Yes | |
180+
| trace_filter | Yes | no pagination, but streaming |
181+
| trace_get | Yes | |
182+
| trace_transaction | Yes | |
183183
| | | |
184184
| eth_getCompilers | No | deprecated |
185185
| eth_compileLLL | No | deprecated |

0 commit comments

Comments
 (0)