-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show the contract receiving token allowances on the allowance screen #3692
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
4ee0696
to
aa41782
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor updates required to use locales
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue 1
I get this warning: ERROR Warning: Failed prop type: Invalid prop protectWalletModalVisible of type function supplied to ApproveTransactionReview, expected boolean.
When I attempted to approve a token
to reproduce:
go here while on a test net (because you do not want to use real funds)
connect your wallet
scroll down on the page and tap on create token
after your txn was confirmed tap on “approve token”
notice the confirmation modal appears with the error
Issue 2
after saving the contract address to my contacts I get: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state
see here
to reproduce:
go here while on a test net (because you do not want to use real funds)
connect your wallet
scroll down on the page and tap on create token
after your txn was confirmed tap on “approve token”
notice the confirmation modal appears. Now tap on “Add nickname”
input a nick name then hit save
notice the error appears
Issue 3
On the edit nick name view I am unable to share my address. Tapping on the share icon does nothing. On the other hand tapping on the address does not copy it to my clipboard. I need to carefully tap on the copy icon in order to copy. Even when i do copy my address i see a toast message “shell was pasted from your clipboard”. Maybe it should be “address was copied to your clipboard” ?
see here
Issue 4
the contract i added to my contacts should not appear in recents
to reproduce:
go here while on a test net (because you do not want to use real funds)
connect your wallet
scroll down on the page and tap on create token
after your txn was confirmed tap on “approve token”
notice the confirmation modal appears. Now tap on “Add nickname”
input a nick name then hit save
return to the wallet view then go through the send flow
notice the contract address appears
e178e24
to
7db0f45
Compare
Thank you for catching this, QA issue 1 is now fixed.
Thank you for catching this, QA issue 2 is now fixed.
Thank you for catching this, QA issue 3 is now fixed. We've got approval from Design on the
Thank you for catching this, QA issue 4 is now fixed |
…the approval flow, removed the code
4ccfd30
to
1d5420c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮 🌮 🌮
Description
Contract address naming
Checklist
Issue
Resolves #2723