Closed Exulansis closed 4 years ago
IMHO change this PR to the next
branch and break the IRegistry
interface
IMHO change this PR to the
next
branch and break theIRegistry
interface
+1 The next branch is slightly out of date atm.
I've changed the base to next
.
It's out of date, and has a few PRs merged into it which develop
does not contain.
We should decide what to do with next
to proceed. I'd propose resetting it to match current developm or merge develop in, if the PRs there are useful.
Develop should be merged into next
.
Partially addresses #326
Integrates the DID-Resolver module into our library. Reduces the usage of the
IRegistry
interface, offloading some of the responsibility /complexity to thejolo-did-method
module.The API on functions making use of a resolver (e.g.
utils/validation
,identityWallet.validateJWT
) has been updated to no longer take aIRegistry
instance, but rather take aRegistry
class instead. This is a breaking API change.