Skip to content
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

Add support for multiple registry types #510

Open
4 tasks
auryn-macmillan opened this issue Jun 17, 2022 · 0 comments · Fixed by #538
Open
4 tasks

Add support for multiple registry types #510

auryn-macmillan opened this issue Jun 17, 2022 · 0 comments · Fixed by #538
Assignees
Labels
contracts enhancement New feature or request

Comments

@auryn-macmillan
Copy link
Member

auryn-macmillan commented Jun 17, 2022

#473 details and addresses some of the issues in the app if a deployment is using something other than the optimistic recipient registry. Ideally, we should generalized the app so that it supports the optimistic, simple, and kleros registries. Would should consolidate this with the effort to use the metadata registry.

We should:

  • replace _metadata with _metadataId in each of the registries
  • pull all recipient metadata from the metadata registry
  • remove the /#/join route and any copy, links, and CTAs to it when the simple registry is in use.
  • build native support for the kleros registry, with the assumption that all metadata should be stored in the metadata registry. (should resolve Insufficient recipient metadata for Kleros registry recipients #480)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contracts enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants