Releases: aptos-labs/Aptos-Unity-SDK
Releases · aptos-labs/Aptos-Unity-SDK
Aptos Unity SDK v1.1.0
- 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
- 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
- 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
- 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
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