hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Metadata support for edge #168

Closed MaticDiba closed 3 years ago

MaticDiba commented 3 years ago

Short description of what this resolves:

In one of the previus PR (#164) we enabled metadata storage on inbox record, on mediator agent. With this PR we extend edge agent to enable setting metadata with providing them on agent options object. This metadata is beeing used when creating new inbox with the mediator agent.

Changes proposed in this pull request:

We also extended tests that cover edge agent registration with and without metadata.