sicpa-dlab / peer-did-python

Peer DID method implementation in Python
Apache License 2.0
11 stars 10 forks source link

DEFAULT_CONTEXT does not exist #50

Closed Jsyro closed 1 year ago

Jsyro commented 1 year ago

This may have been changed in the pydid library, but the resolve_peer_did() method throws an error because DIDDocumentBuilder.DEFAULT_CONTEXT does not exist.

https://github.com/Indicio-tech/pydid/blob/59ffe7406729db2e9f31eac0fdf011c21b4a1c7a/pydid/doc/builder.py#L182C40-L182C57

Updating to match new class attribute.

dbluhm commented 1 year ago

@chumbert can you help us get this fix merged and released? Thanks!