Skip to content

1.2.0

Compare
Choose a tag to compare
@MarcoDotIO MarcoDotIO released this 05 Feb 15:02
· 40 commits to main since this release
752d1e1

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

Full Changelog: 1.1.1...1.2.0