-
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
Recovery v1 #8687
Recovery v1 #8687
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (96)
|
I need status-go method that takes mnemonic string and returns [address, pubkey] back. To show this screen: Similar to https://github.com/status-im/status-go/blob/476240fbd107fe193096350f5181c32c0539eff0/account/accounts.go#L134 but we don't need to provide password at this point. @gravityblast do we have such method or it needs to be implemented? |
aedb27b
to
d3bd59d
Compare
@dmitryn you can use the account generator, here is the documentation: https://github.com/status-im/status-go/blob/develop/account/generator/README.md |
@gravityblast let me describe flow i should be using, please correct me if i'm wrong as docs are not very clear on methods API:
This will get me the address , how to get public key? |
@gravityblast nevermind, i'm actually seeing public key in method response. |
@dmitryn is it ready or still WIP? last builds are failed so e2e can't be executed |
@asemiankevich it's ready. Just fixed tests, next build should be ready for e2e. |
64% of end-end tests have passed
Failed tests (16)Click to expand
Passed tests (28)Click to expand |
@hesterbruikman i don't see way to add shadow to tooltip triangle on Android as it doesn't support |
You might find something useful here, Roman looked into the same issue recently: #8471 |
@dmitryn we don't use svg on mobile |
I don't see shadow on tooltip there. |
SVG icon is used for error tooltip - do you mean we should remove it? |
i believe we just didn't rename it, it uses pngs |
@flexsurfer right, now i see what you mean, there is an image used instead of SVG. I will try to create PNG with shadow then. |
@hesterbruikman how can i export tooltip triangle png with shadow from Figma? |
Can you check if this works? png in 3 sizes. Find it a bit difficult to tell as the image is white. |
Also took a look at the spacing, the text boxes were overlapping in Figma, which probably threw off the spec overlay. With the spacing on the right image below, the Next button should be able to stay above the keybord without conflicting with the hint text.
|
@hesterbruikman there is no shadow. Also, even having shadow, i don't think triangle could perfectly match upper box with elevation property – it will overlap box bottom border line. Maybe we can remove triangle from tooltip box? |
@hesterbruikman @dmitryn @asemiankevich this PR is a blocker for other PRs, could we merge it and fix small issues separately? |
Let's merge without; I'll create a bounty to add it later 👍 |
36e1e8d
to
7241fd7
Compare
issue with account recovery is already fixed in @flexsurfer PR |
@dmitryn please resolve conflicts |
7241fd7
to
c5a384d
Compare
429820d
to
b06a90c
Compare
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
b06a90c
to
b635691
Compare
Summary
Recovery v1 flow
https://www.figma.com/file/dEIljL7UPbXgsZUA0Q4qlE5E/Onboarding?node-id=927%3A14702&viewport=494%2C241%2C0.17914098501205444
status: ready