for swaps, the 'success-tx' view should have a lot more data on it. #63
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#63
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
it should probably endeavor to have most/all of the data on the transaction signing confirmation view where the user enters the password, in the same format.
PR #64 addresses this. The success-tx view now shows decoded calldata details (action name, description, token symbols, amounts, protocol info) matching the format used on the transaction signing confirmation view. Changes span approval.js (carry decoded data), txStatus.js (render decoded details), and index.html (container element).