digitalbazaar / did-io

Decentralized identifier management library for browser and node.js
Other
43 stars 8 forks source link

Major refactor, implement general DidDocument class. #50

Closed dmitrizagidulin closed 3 years ago

dmitrizagidulin commented 4 years ago
mattcollier commented 4 years ago

watching: https://github.com/digitalbazaar/bedrock-edv-storage/issues/2

mattcollier commented 3 years ago

@dmitrizagidulin Can you provide a status update on this PR?

mattcollier commented 3 years ago

@dmitrizagidulin Can you provide a status update on this PR?

dmitrizagidulin commented 3 years ago

@mattcollier currently working on it (as part of the crypto-ld v4 / minimal-cipher series of propagations).

mattcollier commented 3 years ago

NOTE: it appears the buildDocumentLoader API described here has not yet been implemented.

https://github.com/digitalbazaar/did-io/tree/v0.9.x#using-cachedresolver-as-a-documentloader

dmitrizagidulin commented 3 years ago

@mattcollier

NOTE: it appears the buildDocumentLoader API described here has not yet been implemented.

Ahh right, haven't gotten to that yet. If that's something that's interesting, I can probably implement it tomorrow?

dmitrizagidulin commented 3 years ago

Update on buildDocumentLoader() function - removed from this PR, deferred to issue #56.