swaps show up as sends #3
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#3
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?
On the transaction history on
main,address, and the transaction detail pagetransaction, swaps just show up as "Sent" - they should say "Swap" in the tx lists and the detail page should show all of the swap details (if we are able to decode it). The transaction detail page should in any event indicate that it's an unknown contract call if it's NOT a standard erc20 send/receive, and we don't know how to otherwise decode it. In that case it should show the raw transaction hex in the tx detail view.If we can decode it, make it look the same as it does on the signing confirmation view (it's in a well iirc). Display consistency.
Taking this. Plan:
src/shared/(uniswap.js, etc.) for display-side decoding.Spawning a sub-agent now.