-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- the
documentLoadershould be an async function that accepts a url and returns a document - the existing
documentLoaderin the tests dir has a parameter{url}that should just beurl - the existing
documentLoaderin the tests dir does not use jsonld-document-loader - the existing
documentLoaderusesdidResolver.jswhich can be rolled intojsonld-document-loader - increasingly this project has multiple documentLoaders these can be consolidated into a single function that creates a documentLoader, that function should come from
data-integrity-test-suite-assertionorvc-test-suite-implementationsat some point so other projects can create a documentLoader with support for a particular did:key type. - the documentLoader in tests should be removed or moved somewhere else
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request