Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cli agent creation #1126

Merged
merged 2 commits into from
Feb 17, 2023
Merged

Fix cli agent creation #1126

merged 2 commits into from
Feb 17, 2023

Conversation

simonas-notcat
Copy link
Contributor

What issue is this PR fixing

Fixes #1125

What is being changed

  • Adds a missing dependency to @veramo/core
  • @veramo/cli awaits for agent creation from config file

Quality

Check all that apply:

  • I want these changes to be integrated
  • I successfully ran pnpm i, pnpm build, pnpm test, pnpm test:browser locally.
  • I allow my PR to be updated by the reviewers (to speed up the review process).
  • I added unit tests.
  • I added integration tests.
  • I did not add automated tests because _________, and I am aware that a PR without tests will likely get rejected.

@codecov
Copy link

codecov bot commented Feb 17, 2023

Codecov Report

Base: 80.25% // Head: 84.65% // Increases project coverage by +4.40% 🎉

Coverage data is based on head (ff27224) compared to base (125bf42).
Patch coverage: 81.11% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #1126      +/-   ##
==========================================
+ Coverage   80.25%   84.65%   +4.40%     
==========================================
  Files         118      145      +27     
  Lines        4056    14804   +10748     
  Branches      875     1548     +673     
==========================================
+ Hits         3255    12533    +9278     
- Misses        798     2271    +1473     
+ Partials        3        0       -3     
Impacted Files Coverage Δ
packages/core-types/src/agent.ts 0.00% <0.00%> (ø)
packages/core-types/src/coreEvents.ts 0.00% <ø> (ø)
packages/core-types/src/index.ts 0.00% <0.00%> (ø)
...s/credential-ld/src/module-types/jsonld/index.d.ts 0.00% <0.00%> (ø)
packages/data-store-json/src/types.ts 0.00% <0.00%> (ø)
packages/did-manager/src/id-manager.ts 90.18% <ø> (+0.28%) ⬆️
packages/did-manager/src/index.ts 100.00% <ø> (ø)
packages/did-manager/src/memory-did-store.ts 91.30% <ø> (+2.73%) ⬆️
...ackages/did-provider-ethr/src/ethr-did-provider.ts 87.09% <ø> (+3.76%) ⬆️
packages/did-provider-ethr/src/index.ts 100.00% <ø> (ø)
... and 215 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@mirceanis mirceanis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@mirceanis mirceanis merged commit 05ab106 into next Feb 17, 2023
@mirceanis mirceanis deleted the fix/1125-cli-create-agent branch February 17, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bootstrapping an agent from config fails silently on @veramo/cli@5.0.0
2 participants