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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#217