Update transactions, receipts and logs queries #173

Merged
prathamesh0 merged 10 commits from pm-schema-changes into sharding 2022-07-12 08:10:46 +00:00
prathamesh0 commented 2022-07-06 11:13:13 +00:00 (Migrated from github.com)

Part of https://github.com/vulcanize/ipld-eth-server/issues/170 and https://github.com/vulcanize/ipld-eth-server/issues/174
Requires https://github.com/vulcanize/ipld-eth-db/pull/100 and https://github.com/vulcanize/go-ethereum/pull/256

  • Update queries according to schema changes
  • Fix eth_getTransactionByHash implementation
  • Avoid using LIMIT 1 in queries where we expect a single row result
  • Fetch IPLD data in a separate query when retrieving latest account data or storage value
Part of https://github.com/vulcanize/ipld-eth-server/issues/170 and https://github.com/vulcanize/ipld-eth-server/issues/174 Requires https://github.com/vulcanize/ipld-eth-db/pull/100 and https://github.com/vulcanize/go-ethereum/pull/256 - Update queries according to schema changes - Fix `eth_getTransactionByHash` implementation - Avoid using `LIMIT 1` in queries where we expect a single row result - Fetch IPLD data in a separate query when retrieving latest account data or storage value
i-norden reviewed 2022-07-06 11:13:13 +00:00
ashwinphatak (Migrated from github.com) approved these changes 2022-07-12 08:10:37 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#173
No description provided.