for swaps, the 'success-tx' view should have a lot more data on it. #63
Reference in New Issue
Block a user
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).