-
Notifications
You must be signed in to change notification settings - Fork 188
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
WIP: CW-665 Implement AirGapped Monero Transactions #1535
WIP: CW-665 Implement AirGapped Monero Transactions #1535
Conversation
c53a296
to
5c105f1
Compare
use gsed or otherwise it fails?
useUR is set when we do want to send transaction over qrcodes. |
remove return Container() for non monero wallets
don't handle empty qr codes
display primary address in seed screen
@@ -843,7 +843,7 @@ Future<void> changeDefaultMoneroNode( | |||
} | |||
}); | |||
|
|||
final newCakeWalletNode = Node(uri: newCakeWalletMoneroUri, type: WalletType.monero); | |||
final newCakeWalletNode = Node(uri: newCakeWalletMoneroUri, type: WalletType.monero, trusted: true); |
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.
like this it will be set to trusted for new installs only, can you please add it as a migration step (i.e case 42:) and change it for existing users as well
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.
also let's add to the restore from QR card the Cupcake option
i.e just change the description of the Scan QR code
card in the restore options to be something like
Add a cold wallet or recover a paper wallet or add your read-only wallet from Cupcake
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.
@tuxpizza if you have another idea to show cupcake here please chime in
case 43: | ||
await changeDefaultMoneroNode(nodes, sharedPreferences); | ||
break; |
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.
how is calling this function going to make the node trusted?
like this it will only delete the node and add it back, which will still default trusted
to false
make a new function that would just change the trusted boolean for our node to true
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.
and please resolve the conflicts and change the text of the card
Hey can we move the "Export outputs" option in the menu to the same position that Silent Payments and MWEB settings is at? |
…CW-665-implement-air-gapped-monero-transactions # Conflicts: # ios/Podfile.lock # res/values/strings_ar.arb # res/values/strings_bg.arb # res/values/strings_cs.arb # res/values/strings_de.arb # res/values/strings_en.arb # res/values/strings_es.arb # res/values/strings_fr.arb # res/values/strings_ha.arb # res/values/strings_hi.arb # res/values/strings_hr.arb # res/values/strings_hy.arb # res/values/strings_id.arb # res/values/strings_it.arb # res/values/strings_ja.arb # res/values/strings_ko.arb # res/values/strings_my.arb # res/values/strings_nl.arb # res/values/strings_pl.arb # res/values/strings_pt.arb # res/values/strings_ru.arb # res/values/strings_th.arb # res/values/strings_tl.arb # res/values/strings_tr.arb # res/values/strings_uk.arb # res/values/strings_ur.arb # res/values/strings_vi.arb # res/values/strings_yo.arb # res/values/strings_zh.arb
- update locales - fix conflicts - move menu item
Description
Work in progress for the airgap.
How to test
Pull Request - Checklist