-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: prevent previously deleted ENS from being used again #4519
Conversation
Functionality wise, it is ready.
|
Doesn't work for me, the page listing the spaces seems buggy. Is this ready? |
Yes, it is ready, what do you see ? If testing with you local hub, it should be on latest version to support deleted domains fetching |
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.
tACK
Summary
Closes: #4516
Prevent an ENS used by a deleted space to be used again for creating a new space.
How to test
With only valid domains, should list the ENS as before
With at least one unavailable ENS domains:
With multiple unavailable ENS domains:
To-Do