-
Notifications
You must be signed in to change notification settings - Fork 27
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
Upgrading the registration factory #54
Comments
So, having gone through the summary for this enhancement and the registration contract and related code, my understanding is(correct me if I'm wrong): Understanding of current implementationIn the current implementation, DAOs without a daoURI can
Solution for use-case 1My understanding is that the registry that we are talking about here is the daostar subgraph. If this is correct, the task here to enable use-case 1 (Existing DAO with daoURI asks to get verified and added to the registry) would be:
Am I going in the right direction with this? |
@MrUtsavG To summarize from the discussion yesterday, for DAOs with an existing daoURI embedded in their own contract (rather than in a registration contract), we have at least two options:
|
From discussion today with @ipatka : we discussed the need to add a standard event for updating daoURI. This already exists in the standard, but only within the registration contract, not as mandatory for all implementations of daoURI. The rationale is better indexing. We also discussed an alternate path to daoURI adoption (following's Aragons request for an on-chain registry) would be to set a TXT record in ENS, assuming the DAO owns an ENS record. This would create some fragmentation and potential for contradictory daoURIs, so we may want to define a DAO's own daoURI as the canonical registration source, followed by a registration contract's daoURI, followed by a TXT record on an ENS owned & pointing to a DAO. In general, we want to promote different pathways for a DAO to publish daoURI. It doesn't matter how they publish it, we just want to promote adoption of daoURI. |
@ipatka have we completed this task / deployed the updated registration factories? |
Josh will meet with @ipatka and Jake from DAODAO to deploy this super fast and make sure everything is working with the anticipated flow. |
Isaac will send Noah @ DAODAO the request + schema for the query that needs to go into the explorer. |
Closing since the only outstanding issue is getting the DAODAO queries / in documenting where the updated registration factories have been deployed. Will create a new issue for deploying NEW registration factories on other chains. |
tldr: we need to upgrade the registration factory contract at the canonical DAOstar address
Simple summary
The existing use-case for the registration factory is this:
We need to upgrade the registration factory contract to enable two additional use-cases:
2. Existing DAO with daoURI asks to get verified and added to the registry, [but how would we track further events emitted by the DAO? they need to have the same events]
3. A factory contract deploying DAOs with daoURI asks to get all additional DAOs tracked to the registry
This issue constitutes a specification of the upgraded registration factory.
Questions
Motivation
The new Aragon OSx, DAODAO, Kali, Superdao, etc. all have daoURI embedded in the DAO contract, so they are technically 4824-compatible. But this presents an indexing problem.
Aragon, in conversations, would prefer something like an ENS for DAOs, i.e. a centralized and possibly on-chain registry, something that people can easily verify. We need to write a quick spec of what this "ENS for DAOs" would need to do.
The text was updated successfully, but these errors were encountered: