add eth_getFilterLogs to docs (#7171)

add eth_getFilterLogs to docs
This commit is contained in:
a 2023-03-23 23:03:01 -05:00 committed by GitHub
parent 89571074c1
commit d3c790c166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,6 +243,7 @@ The following table shows the current implementation status of Erigon's RPC daem
| eth_newFilter | Yes | Added by PR#4253 |
| eth_newBlockFilter | Yes | |
| eth_newPendingTransactionFilter | Yes | |
| eth_getFilterLogs | Yes | Added by PR#6514 |
| eth_getFilterChanges | Yes | |
| eth_uninstallFilter | Yes | |
| eth_getLogs | Yes | |