Minor Changes
- 52fd0f8: Added StandardHookMetadata utilities:
formatStandardHookMetadata()for building hook metadata,parseStandardHookMetadata()for parsing all fields,extractRefundAddressFromMetadata()andhasValidRefundAddress()for refund address helpers.
Patch Changes
-
a10cfc8: ISM update test coverage was improved by creating a shared test factory that works across AltVM protocols (Cosmos, Aleo, Radix). The factory supports explicit test skipping configuration through a
skipTestsparameter, making protocol-specific limitations clear in test configuration rather than hidden in implementation.Aleo address handling was fixed to properly support ISM unsetting. The
isZeroishAddressregex now matches Aleo null addresses both with and without program ID prefix. ThefromAleoAddresshelper was updated to handle addresses without the '/' separator. ThegetSetTokenIsmTransactionmethod now converts zero addresses toALEO_NULL_ADDRESSbefore processing.