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

Agent endpoint deserializer to support multiple serialized formats #57

Closed tmarkovski closed 4 years ago

tmarkovski commented 4 years ago

Signed-off-by: Tomislav Markovski tmarkovski@gmail.com

This PR addresses an issue with deployed agents who have their endpoint serialized in a format to use single verkey, instead an array. The verkey array change was added recently, but it didn't provide a way for existing agents to adopt the change.