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

add more query fields and resolvers to graphql api #664

Merged
merged 1 commit into from
May 18, 2021
Merged

Conversation

jangko
Copy link
Contributor

@jangko jangko commented May 18, 2021

after EIP2718/EIP2930, we have additional fields:

type AccessTuple {
address: Address!
storageKeys : [Bytes32!]
}

type Transaction {
r: BigInt!
s: BigInt!
v: BigInt!

Envelope transaction support

type: Int
accessList: [AccessTuple!]
}

close #606

after EIP2718/EIP2930, we have additional fields:

type AccessTuple {
  address: Address!
  storageKeys : [Bytes32!]
}

type Transaction {
  r: BigInt!
  s: BigInt!
  v: BigInt!
  # Envelope transaction support
  type: Int
  accessList: [AccessTuple!]
}

close #606
@jangko jangko merged commit 0ecf9fe into master May 18, 2021
@jangko jangko deleted the fix_graphql_api branch May 18, 2021 01:56
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 this pull request may close these issues.

remember to add more query fields and resolvers to graphql api after EIP2718/EIP2930
1 participant