GQL API for getStorageAt and getLogs #77
No reviewers
Labels
No Label
bug
critical
documentation
duplicate
enhancement
Epic
good first issue
help wanted
Integration tests
invalid
question
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/ipld-eth-server#77
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ashwinp-gql-get-storage-n-logs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of https://github.com/vulcanize/ipld-eth-server/issues/68. Supersedes https://github.com/vulcanize/ipld-eth-server/pull/69
LGTM. Only issue is in regards to handling the decoding of 2718 typed transactions, which could perhaps be handled as part of https://github.com/vulcanize/ipld-eth-server/issues/78 instead of here.
For compatibility with EIP-2718 enveloped transactions and receipts (EIP-2930 access list and EIP-1559 dynamic fee) we can no longer use RLP encoding/decoding, we instead need to use the
MarshalBinary
andUnmarshalBinary
methods for receipts and transactions.Related issue and more info here: https://github.com/vulcanize/ipld-eth-server/issues/78#issuecomment-873616604.