Releases: ThalaLabs/surf
Releases · ThalaLabs/surf
v1.7.2
Patch Changes
- fa03792: support 0x1::object::Object and 0x1::option::Option for view function returns
- 6113067: support 0x1::object::Object type in struct
v1.7.1
Patch Changes
- df5280a: Fix failed to override resource abi address
v1.7.0
Minor Changes
- 8fad9b9: add "private" in ABI visibility field
- 8fad9b9: Fix Aptos Move optional type
v1.6.0
Minor Changes
- d7b62ed: Change ABITable to an array type instead of a map
v1.5.0
Minor Changes
- 0a16c3f: Support override address of the contract in ABI
v1.4.1
Patch Changes
- 4b6f32c: change abi param to optional
v1.4.0
Minor Changes
- 2b84c87: improve createViewPayload to includes abi object, so that aptos ts-sdk can avoid to fetch the abi again.