mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
Adds ClinkInteropTest with bech32 pointer strings generated by the reference TypeScript SDK (clink-sdk 1.5.5) for noffer/ndebit/nmanage. Asserts our parser decodes the SDK's bytes into the expected fields and that re-encoding round-trips. TLV is order-independent on decode, so interop is functional (not byte-identical: we emit fields ascending, the SDK descending); the reverse direction (SDK decoding our output) was verified out-of-band against decodeBech32.