adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
2 stars 0 forks source link

expanded context implementation #31

Closed hugoib closed 10 months ago

hugoib commented 10 months ago

Tests are running, now the context implementation supports an object.

hugoib commented 10 months ago

Since MR https://github.com/ADORSYS-GIS/didcomm-mediator-rs/pull/32 changes how context is being used in the project, I brought the changes from that MR and then used serde_json::Value::Object to expand that implementation

Merge #32 first.

Closes #32