-
Notifications
You must be signed in to change notification settings - Fork 985
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
Feature: Implement import missing key pair by private key #20372
Conversation
Jenkins BuildsClick to see older builds (41)
|
02431cc
to
f7e314d
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.
Nice work 🙌 @seanstrom
src/status_im/contexts/settings/wallet/keypairs_and_accounts/import_private_key/view.cljs
Outdated
Show resolved
Hide resolved
f7e314d
to
0faed26
Compare
0faed26
to
a0c29ca
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.
Well done
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.
🚀 🚀
(native-module/create-account-from-private-key) | ||
(promesa/then (fn [result] | ||
(let [{:keys [address emojiHash keyUid | ||
publicKey privateKey]} (transforms/json->clj result)] |
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.
When dealing with primitive values (these are all strings?), it's a bit better to use oops/oget
and then we can skip the json->clj
transformation here.
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.
🚀
operable-key-pair-ids (->> (concat (:fully grouped-keypairs) | ||
(:partially grouped-keypairs)) |
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.
❤️
3ac70ba
to
3f40866
Compare
88% of end-end tests have passed
Not executed tests (1)Failed tests (2)Click to expandClass TestWalletMultipleDevice:
Expected to fail tests (4)Click to expandClass TestWalletOneDevice:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Passed tests (45)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestCommunityOneDeviceMerged:
Class TestDeepLinksOneDevice:
Class TestCommunityMultipleDeviceMerged:
Class TestWalletOneDevice:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestActivityMultipleDevicePRTwo:
|
@status-im/mobile-qa Can you review these E2E results please? |
@seanstrom thanks for the PR. Failed e2e are not PR related. Ready for merge. |
413396e
to
b3dd08f
Compare
b3dd08f
to
43fc248
Compare
43fc248
to
8d0ba95
Compare
Fixes: #20374
Summary
Testing notes
Platforms
Areas that maybe impacted
Functional
Steps to test
Before and after screenshots comparison
Screen.Recording.2024-06-07.at.14.52.22.mov
status: WIP