Add support for filter endpoints (???) #217

Closed
opened 2022-12-30 19:48:02 +00:00 by i-norden · 1 comment
Member
  • eth_newBlockFilter
  • eth_newFilter
  • eth_newPendingTransactionFilter
  • eth_uninstallFilter
  • eth_getFilterChanges
  • eth_getFilterLogs

This (like most endpoints) would probably be better handled on-top of our Postgres database using GraphQL (filtered subscription in this case).

- [ ] eth_newBlockFilter - [ ] eth_newFilter - [ ] eth_newPendingTransactionFilter - [ ] eth_uninstallFilter - [ ] eth_getFilterChanges - [ ] eth_getFilterLogs This (like most endpoints) would probably be better handled on-top of our Postgres database using GraphQL (filtered subscription in this case).
Author
Member

Closing since RPC as service is not currently a priority

Closing since RPC as service is not currently a priority
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#217
No description provided.