Indicio-tech / pydid

Python library for validating, constructing, and representing DIDs and DID Documents
Apache License 2.0
11 stars 12 forks source link

fix: mutable default context #59

Closed chumbert closed 1 year ago

chumbert commented 1 year ago

Fix a small issue where mutating the context list of a DIDDocumentBuilder created using the DEFAULT_CONTEXT will impact the default context of subsequent DIDDocumentBuilder instances.

dbluhm commented 1 year ago

I'll take a quick stab at fixing the actions. The failures appear to be unrelated to changes made in this PR. I'll test this PR locally and merge if everything checks out :slightly_smiling_face: