fix: show decoded swap details on success-tx view (closes #63) #64
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#64
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/63-swap-success-view"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Carries decoded calldata info (action name, description, token details, amounts, addresses) from the approval confirmation view through to the success-tx view.
For swap transactions, this now shows the same decoded details (protocol, action, token symbols, amounts) that appeared on the signing confirmation screen.
Changes
pendingTxDetails.decodedstate.viewData, render with same formatting as approval viewsuccess-tx-decodedcontainer elementCloses #63