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
#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.
#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 theoptimistic
,simple
, andkleros
registries. Would should consolidate this with the effort to use the metadata registry.We should:
_metadata
with_metadataId
in each of the registries/#/join
route and any copy, links, and CTAs to it when thesimple
registry is in use.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)The text was updated successfully, but these errors were encountered: