You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
This is one step in moving username registrations away from Zcash. (Part of #787.)
In this step, we check that username registration messages are signed by our node, by using a hardcoded public key.
Acceptance criteria: if a message is signed, the username registration is treated as valid, and appears. If it is not, it is invalid, hidden, and cannot be used.
Note: I'm not sure what to do with old accounts here. We could exempt account before a certain block from this check, or we could resend all registration messages but sign them this time. .
The text was updated successfully, but these errors were encountered:
This is one step in moving username registrations away from Zcash. (Part of #787.)
In this step, we check that username registration messages are signed by our node, by using a hardcoded public key.
Acceptance criteria: if a message is signed, the username registration is treated as valid, and appears. If it is not, it is invalid, hidden, and cannot be used.
Note: I'm not sure what to do with old accounts here. We could exempt account before a certain block from this check, or we could resend all registration messages but sign them this time. .
The text was updated successfully, but these errors were encountered: