feat(sdk-core): pass attestation through pending approvals - #9364
Conversation
Add optional withdrawal intent attestation to pending approval options. Forward the payload through SDK approval requests and Express v1/v2 codecs. Keep preApprove and halfSigned behavior unchanged so multisig approvals still rebuild or sign before the final PUT. Add focused codec, route, and signing tests. TICKET: WCN-541
a761c4e to
a5b6b60
Compare
|
Claude finished @davidkaplanbitgo's task —— View job Code Review CompleteTodo List:
Review SummaryThis PR successfully adds WebAuthn attestation support to pending approvals while preserving existing multisig and transaction signing behavior. The implementation is clean, well-tested, and follows BitGoJS conventions. ✅ Strengths1. Clean Interface Design
2. Consistent Implementation Across Layers
3. Preserved Multisig Behavior
4. Comprehensive Test Coverage
|
Summary
Test plan
WCN-541