Skip to content

Releases: ThalaLabs/surf

v0.0.13

14 Aug 15:46
e088e51
Compare
Choose a tag to compare

Patch Changes

  • 75d0420: make aptos wallet library optional, resolve a build error when the wallet library is missing.

v0.0.12

12 Jul 13:28
a1a441e
Compare
Choose a tag to compare

Patch Changes

  • a0b7dc2: Support 0x1::option::Option as function inputs, and add some tests

v0.0.11

11 Jul 09:49
0d4f585
Compare
Choose a tag to compare

Patch Changes

  • 64ea383: Support 0x1::object::Object

v0.0.10

07 Jul 09:53
fa45705
Compare
Choose a tag to compare

Patch Changes

  • d4d702d: Support 0x1::option::Option<T> type.

v0.0.9

05 Jul 10:47
8ec8661
Compare
Choose a tag to compare

Patch Changes

  • 030d907: Support vector of struct in get account resource

v0.0.8

04 Jul 13:13
76aa0ee
Compare
Choose a tag to compare

Patch Changes

  • b15264f: Support customize ABITable

v0.0.7

03 Jul 14:04
730b5a8
Compare
Choose a tag to compare

Patch Changes

  • 5d6d75b: Bug fix: abi files are missing in the package

v0.0.6

03 Jul 10:47
f563379
Compare
Choose a tag to compare

Patch Changes

  • 2618838: Add a getAccountResource API in useABI client
  • 4609afb: Add some builtin 0x1 types for getting account resource

v0.0.5

18 Jun 13:40
Compare
Choose a tag to compare

Patch Changes

  • ab1d8a5: fix a problem when decode vector\<u64>, vector\<u128>, vector\<u256>

v0.0.4

15 Jun 05:05
adf578b
Compare
Choose a tag to compare

Patch Changes

  • 2fb3cfc: Enforce the import syntax to include the file extension. So that Surf could be more compatible with some NodeJS settings.