You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(sdk-coin-sui): cover MPCv2 recovery for token transfers
Add an MPCv2-signed recovery test under the token recovery describe
block, mirroring the native-transfer MPCv2 test added in the prior
commit. Asserts getTSSSignature is not called and the resulting
signature is wrapped in SUI's 0x00-flag envelope.
The prior commit wired signRecoveryTransaction()'s MPCv2 dispatch
into both recover() and recoverSuiToken(), but only exercised the
native-transfer path in tests. The ticket explicitly calls out that
token recovery (getTokenTransferBuilder) must also handle MPCv2, so
this closes that coverage gap found during review.
Ticket: WCI-1224
Session-Id: 0c067bc3-368d-4c82-9e68-8d08c89766d5
Task-Id: 8c5b0392-4a96-4479-a83b-8ba80cd2428d
0 commit comments