Optimize RPC backend for Postgres #23

Closed
opened 2020-10-28 14:12:43 +00:00 by i-norden · 0 comments
Member

Some of the RPC endpoints, particularly eth_call and the ones added in #22, still need to be optimized for using the Postgres db

  • Optimize simple read/lookup endpoints e.g. eth_getTransactionByBlockHashAndIndex

  • Optimized EVM type for use in eth_call, etc

    • This custom EVM type should be able to support #12
  • Optimized eth_getProof backend

Some of the RPC endpoints, particularly `eth_call` and the ones added in #22, still need to be optimized for using the Postgres db - [ ] Optimize simple read/lookup endpoints e.g. `eth_getTransactionByBlockHashAndIndex` - [ ] Optimized EVM type for use in [eth_call](https://github.com/vulcanize/ipld-eth-server/blob/master/pkg/eth/api.go#L738), etc * This custom EVM type should be able to support #12 - [ ] Optimized [eth_getProof](https://github.com/vulcanize/ipld-eth-server/blob/master/pkg/eth/api.go#L651) backend
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#23
No description provided.