-
Notifications
You must be signed in to change notification settings - Fork 987
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
Wallet: finalize kp #18991
Wallet: finalize kp #18991
Conversation
Jenkins BuildsClick to see older builds (54)
|
3b40d67
to
014d665
Compare
:networks [{:network-name :ethereum :short-name "eth"} | ||
{:network-name :optimism :short-name "opt"} | ||
{:network-name :arbitrum :short-name "arb1"}] |
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.
This is temporary. The account networks are not included in the keypair data returned from status-go, so need to read the account networks in another way. Will be address in that issue: #18993
in the video attached there is "Schema Errors" - is it possible to fix these or create issues for them? |
src/status_im/contexts/wallet/create_account/select_keypair/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/select_keypair/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/select_keypair/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/select_keypair/view.cljs
Outdated
Show resolved
Hide resolved
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 @OmarBasem 🚀 . Left some comments.
src/status_im/contexts/wallet/create_account/select_keypair/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/select_keypair/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/select_keypair/view.cljs
Outdated
Show resolved
Hide resolved
a3160b0
to
41837f6
Compare
I will try to find the cause and open an issue Opened an issue: #19026 |
@J-Son89 @smohamedjavid I think all comments are addressed. Can you rereview please |
1a4761d
to
576d73b
Compare
96% of end-end tests have passed
Failed tests (1)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (46)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityMultipleDevicePR:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestDeepLinksOneDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
|
2665786
to
8fc025b
Compare
fixes: #18813
This PR implements the following:
Designs
Selecting an already created keypair to create a new wallet account will be implemented in another issue #18993
Demo:
Screen_Recording_20240226_132554_Status.mp4