Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remember to add more query fields and resolvers to graphql api after EIP2718/EIP2930 #606

Closed
jangko opened this issue Apr 29, 2021 · 0 comments · Fixed by #664
Closed

remember to add more query fields and resolvers to graphql api after EIP2718/EIP2930 #606

jangko opened this issue Apr 29, 2021 · 0 comments · Fixed by #664

Comments

@jangko
Copy link
Contributor

jangko commented Apr 29, 2021

with the introduction of EIP2718/EIP2930, the graphql API also need to be updated.

#EIP-2718 
type AccessTuple{
  address: Address!
  storageKeys : [Bytes32!]
}

type Transaction {
  # ... old fields
  
  # new fields
  r: BigInt!
  s: BigInt!
  v: BigInt!
  # Envelope transaction support
  type: Int
  accessList: [AccessTuple!]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant