From d3c790c166e04b7dfc6e22ca1d0ca1ce1c25a1a4 Mon Sep 17 00:00:00 2001 From: a Date: Thu, 23 Mar 2023 23:03:01 -0500 Subject: [PATCH] add eth_getFilterLogs to docs (#7171) add eth_getFilterLogs to docs --- cmd/rpcdaemon/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/rpcdaemon/README.md b/cmd/rpcdaemon/README.md index e1cbc8262..f18bc0021 100644 --- a/cmd/rpcdaemon/README.md +++ b/cmd/rpcdaemon/README.md @@ -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 | |