GQL API for getStorageAt and getLogs #68

Closed
opened 2021-05-28 09:09:35 +00:00 by ashwinphatak · 2 comments
ashwinphatak commented 2021-05-28 09:09:35 +00:00 (Migrated from github.com)

Enhance the GQL API to support:

  • getStorageAt - return leaf node value given (block hash, contract address, storage slot)
  • getLogs - return receipt/logs given (block hash, contract address)
Enhance the GQL API to support: * getStorageAt - return leaf node value given (block hash, contract address, storage slot) * getLogs - return receipt/logs given (block hash, contract address)
ashwinphatak commented 2021-06-11 05:38:42 +00:00 (Migrated from github.com)

TODO

  • Update code for same semantics as in the integration test PR/code changes
  • Add integration test for GQL getStorageAt and getLogs
TODO * Update code for same semantics as in the integration test PR/code changes * Add integration test for GQL `getStorageAt` and `getLogs`
arijitAD commented 2021-06-18 07:04:17 +00:00 (Migrated from github.com)

Added tests https://github.com/vulcanize/ipld-eth-server/pull/69
The integration test is failing in CI. We can merge this. Once https://github.com/vulcanize/ipld-eth-server/pull/53 is merged to master we can fix the failing test.

Added tests https://github.com/vulcanize/ipld-eth-server/pull/69 The integration test is failing in CI. We can merge this. Once https://github.com/vulcanize/ipld-eth-server/pull/53 is merged to master we can fix the failing test.
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#68
No description provided.