Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Need A Way to Delete (or Disavow) a Community That The Creator No Longer Intends to Maintain #43

Open
gh0stwheel opened this issue Dec 20, 2021 · 2 comments
Assignees

Comments

@gh0stwheel
Copy link
Collaborator

gh0stwheel commented Dec 20, 2021

Reported by: @cloudhead

Priority: Medium

Basically we need some way for the owner to be able to "destroy" a Community, mostly to signal to Members that it will no longer be supported.

The simplest way would be to include something in the IPFS metadata, but I'm wondering if there is something we could do or would want to do at the contract or registry level as well? One possibility would be to point the owner addresss to 0x00000... and then the UI would know that Community had been deleted?

@evvvritt
Copy link
Collaborator

@manuelpolzhofer do you have an idea on how we might signal this on the contract level? Perhaps renounceOwnership()?

@CodeSandwich
Copy link

The problem with calling renounceOwnership is that if any funds are still being being dripped to that community, they'll be basically burned. Nobody will ever be able to claim them unless force-withdrawn from the reserve.

Maybe before renouncing a 100% split should be set up? But where to?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants