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

GraphQL Provider implementation #54

Merged
merged 42 commits into from
Feb 5, 2024
Merged

GraphQL Provider implementation #54

merged 42 commits into from
Feb 5, 2024

Conversation

MarcoDotIO
Copy link
Member

This PR brings in GraphQL query implementation via the GraphQLSuiProvider class.

The following have been fully implemented so far:

  • getCoins
  • getAllCoins
  • getBalance
  • getAllBalances
  • getCoinMetadata
  • getTotalSupply
  • getMoveFunctionArgTypes
  • getNormalizedMoveFunction
  • getNormalizedMoveModulesByPackage
  • getNormalizedMoveModule
  • getNormalizedMoveStruct
  • getOwnedObjects
  • getObject
  • getTotalTransactionBlocks
  • getReferenceGasPrice
  • getLatestCheckpointSequenceNumber
  • getCheckpoint
  • getCheckpoints
  • getProtocolConfig
  • getValidatorsApy
  • getChainIdentifier
  • tryGetPastObject
  • multiGetObjects

Any other endpoints will be implemented as the development of Sui's GraphQL endpoint continues on.

MarcoDotIO and others added 30 commits December 20, 2023 12:16
@MarcoDotIO MarcoDotIO merged commit 752d1e1 into main Feb 5, 2024
1 check failed
@MarcoDotIO MarcoDotIO deleted the graphql branch February 5, 2024 14:59
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.

1 participant