-
Notifications
You must be signed in to change notification settings - Fork 984
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
[fix 8853] fix change of whisper id in ens registration #9182
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (32)
|
5d772c8
to
15862f8
Compare
61% of end-end tests have passed
Failed tests (38)Click to expand
Passed tests (60)Click to expand |
97% of end-end tests have passed
Failed tests (3)Click to expand
Passed tests (95)Click to expand |
@yenda please, take my commit when squashing, thanks |
100% of end-end tests have passed
Passed tests (3)Click to expand
|
@flexsurfer @siphiuel please review |
3e3374b
to
617b742
Compare
617b742
to
3380ec7
Compare
Tested:
|
A user can type in their existing name in the registration flow. Status can confirm if they own it. After signing a transaction, the user can update the Whisper ID to their new one. Instead of using a hardcoded contract for stateofus, the standard `owner` method is called to find the resolver contract of a ens name. This allows users to set the pubkey even for ens names that are not subdomains of stateofus Signed-off-by: yenda <eric@status.im>
3380ec7
to
7b6dfad
Compare
fix #8853 fix #8484 connect whisper key
fix #8941
A user can type in their existing name in the registration flow. Status can
confirm if they own it. After signing a transaction, the user can update the
Whisper ID to their new one.
Instead of using a hardcoded contract for stateofus, the standard
owner
method is called to find the resolver contract of a ens name.
This allows users to set the pubkey even for ens names that are not
subdomains of stateofus
TODOS
update 14/10/19: only thing left that seems buggy from my POV is when adding a username, the details show pending transaction until relogin. willfix