Releases: ThalaLabs/surf
Releases · ThalaLabs/surf
v0.0.13
Patch Changes
- 75d0420: make aptos wallet library optional, resolve a build error when the wallet library is missing.
v0.0.12
Patch Changes
- a0b7dc2: Support 0x1::option::Option as function inputs, and add some tests
v0.0.11
Patch Changes
- 64ea383: Support 0x1::object::Object
v0.0.10
Patch Changes
- d4d702d: Support
0x1::option::Option<T>
type.
v0.0.9
Patch Changes
- 030d907: Support vector of struct in get account resource
v0.0.8
Patch Changes
- b15264f: Support customize ABITable
v0.0.7
Patch Changes
- 5d6d75b: Bug fix: abi files are missing in the package
v0.0.6
Patch Changes
- 2618838: Add a getAccountResource API in useABI client
- 4609afb: Add some builtin 0x1 types for getting account resource
v0.0.5
Patch Changes
- ab1d8a5: fix a problem when decode vector\<u64>, vector\<u128>, vector\<u256>
v0.0.4
Patch Changes
- 2fb3cfc: Enforce the import syntax to include the file extension. So that Surf could be more compatible with some NodeJS settings.