- 00e316b: bump ts-sdk packages
- fa03792: support 0x1::object::Object and 0x1::option::Option for view function returns
- 6113067: support 0x1::object::Object type in struct
- df5280a: Fix failed to override resource abi address
- 8fad9b9: add "private" in ABI visibility field
- 8fad9b9: Fix Aptos Move optional type
- a6e1081: upgrade Aptos libraries
- d7b62ed: Change ABITable to an array type instead of a map
- 09f70fb: upgrade dependencies
- 0a16c3f: Support override address of the contract in ABI
- 4b6f32c: change abi param to optional
- 2b84c87: improve createViewPayload to includes abi object, so that aptos ts-sdk can avoid to fetch the abi again.
- a0f3563: fix aptos ts-sdk breaking change in wallet hooks
- b65034e: upgrade aptos packages and fix breaking changes
- 6c51b22: upgrade @aptos-labs/ts-sdk to 1.2.0 which includes some breaking change
- 3095b48: Upgrade aptos libraries which includes some breaking change
- da4253c: re-throw exception from useSubmitTransaction
- 67ab47a: Upgrade @aptos-labs/ts-sdk to 1.0.0
- da2d29f: Use Aptos ts-sdk v2
- ade995a: export a util type function to declare types of struct
- ccfd874: add string and Uint8Array support for vector as input type
- 661f925: Add ledger version arguments for view and resource functions
- 75d0420: make aptos wallet library optional, resolve a build error when the wallet library is missing.
- a0b7dc2: Support 0x1::option::Option as function inputs, and add some tests
- 64ea383: Support 0x1::object::Object
- d4d702d: Support
0x1::option::Option<T>
type.
- 030d907: Support vector of struct in get account resource
- b15264f: Support customize ABITable
- 5d6d75b: Bug fix: abi files are missing in the package
- 2618838: Add a getAccountResource API in useABI client
- 4609afb: Add some builtin 0x1 types for getting account resource
- ab1d8a5: fix a problem when decode vector<u64>, vector<u128>, vector<u256>
- 2fb3cfc: Enforce the import syntax to include the file extension. So that Surf could be more compatible with some NodeJS settings.
- 5d3395d: Add changeset as devDependency and use it to manage the versioning and releasing.