feat(widget): normalize ton transactions to raw for external providers#549
Conversation
Convert default TON seqno/message payloads into raw transaction arrays before forwarding to external wallet providers. Remove the unused preferredTransactionFormat setting and its domain type re-export.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
💤 Files with no reviewable changes (3)
📝 WalkthroughWalkthroughThe PR removes the widget’s preferred transaction format setting, adds TON transaction normalization from decoded messages to raw entries, and updates the SK wallet TON signing path and tests to use the raw transaction flow. ChangesTON raw transaction flow and settings cleanup
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Convert default TON seqno/message payloads into raw transaction arrays before forwarding to external wallet providers. Remove the unused preferredTransactionFormat setting and its domain type re-export.
Summary by CodeRabbit
Bug Fixes
Documentation
Chores