1.2.0
GraphQL Implementation
1.2.0 brings in the highly needed GraphQL provider, which allows the developer to leverage the GraphQL endpoints deployed for mainnet, testnet, and as well, localnet. The following functions have been fully implemented, with tests included:
- getCoins
- getAllCoins
- getBalance
- getAllBalances
- getCoinMetadata
- getTotalSupply
- getMoveFunctionArgTypes
- getNormalizedMoveFunction
- getNormalizedMoveModulesByPackage
- getNormalizedMoveModule
- getNormalizedMoveStruct
- getOwnedObjects
- getObject
- getTotalTransactionBlocks
- getReferenceGasPrice
- getLatestCheckpointSequenceNumber
- getCheckpoint
- getCheckpoints
- getProtocolConfig
- getValidatorsApy
- getChainIdentifier
- tryGetPastObject
- multiGetObjects
What's Changed
- GraphQL Provider implementation by @MarcoDotIO in #54
Full Changelog: 1.1.1...1.2.0