Skip to content

Releases: aptos-labs/Aptos-Unity-SDK

Aptos Unity SDK v1.1.0

11 Sep 06:05
Compare
Choose a tag to compare
  • AIP 40 updates
  • Standalone BCS library
  • TokenClient implementation
  • RESTClient with BCS transaction support
  • Serialization and Deserialization support for all data types
  • Ed25519, Multi Ed25519 and Multi-agent Authenticator support
  • RawTransaction, MultiAgentRawTransaction support
  • Full test coverage on all types

Aptos Unity SDK v1.0.5-alpha.1

20 Feb 21:07
Compare
Choose a tag to compare
  • Add checks for HTTP errors with codes of 400+
  • Remove Latex documentation from the Unity package directory

Aptos Unity SDK v1.0.4-alpha.1

18 Feb 05:58
Compare
Choose a tag to compare
  • Add refresh button to demo wallet app
  • Refactor WaitForTransaction coroutine
  • Change parameter type for OfferToken
  • Update documentation and comments

Aptos Unity SDK v1.0.3-alpha.1

15 Feb 19:46
Compare
Choose a tag to compare
  • Allow PrivateKey constructor to accept 32-byte string representations of a private key instead of requiring a 64-byte string of an extended private key
  • Add tests for PrivateKey generation and signing
  • Add data model for token (NFT) metadata response from tables
  • Handle failed responses and timeouts in faucet client
  • Handle GetSequenceNumber returning 404 or timing out
  • Add tests for utility validation functions
  • Update / Add comments
  • Remove Nuget configs

Aptos Unity SDK v1.0.2-alpha.1

11 Feb 00:07
Compare
Choose a tag to compare

Initial release of the Aptos Unity SDK with the following features:

  • HD Wallet Creation & Recovery
  • Account Management
    • Account Recovery
    • Message Signing
    • Message Verification
    • Transaction Management
    • Single / Multi-signer Authentication
    • Authentication Key Rotation
  • Native BCS Support
  • Faucet Client for Devnet