trustbloc / agent-sdk

Apache License 2.0
8 stars 21 forks source link

feat: agent lite #376

Closed vkubiv closed 2 years ago

vkubiv commented 2 years ago

feat: create a lite version of the agent only with wallet, vdr, and kms.

closes https://github.com/trustbloc/agent-sdk/issues/375

codecov[bot] commented 2 years ago

Codecov Report

Merging #376 (5a6f89f) into main (cf50e68) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 5a6f89f differs from pull request most recent head 49fe5c5. Consider uploading reports for the commit 49fe5c5 to get more accurate results

@@           Coverage Diff           @@
##             main     #376   +/-   ##
=======================================
  Coverage   86.57%   86.57%           
=======================================
  Files          15       15           
  Lines        1326     1326           
=======================================
  Hits         1148     1148           
  Misses        109      109           
  Partials       69       69           

Help us with your feedback. Take ten seconds to tell us how you rate us.

vkubiv commented 2 years ago

Splitting wallet to vcwallet and didcomm wallet will be done in another epic, in a more general way.