-
Notifications
You must be signed in to change notification settings - Fork 135
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
ION DID Provider and Resolver Implementation #440
Conversation
Codecov Report
@@ Coverage Diff @@
## next #440 +/- ##
==========================================
- Coverage 67.58% 64.67% -2.92%
==========================================
Files 62 74 +12
Lines 1530 1704 +174
Branches 247 277 +30
==========================================
+ Hits 1034 1102 +68
- Misses 400 496 +96
- Partials 96 106 +10 |
Relates to #336 |
The full ion-tools support is effectively blocked by decentralized-identity/ion-tools#3 (Lack of update functionality) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@rado0x54 as an FYI, this support was added in (at least according the csuwildcat) in that GitHub issue you mention from decentralized identity. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Just wanted to let you know we are working on creating a full implementation that supports recovery and updates, as well as generating keys on the fly and importing keys. It started out as a fork of this PR, as we need it for certain projects. But right now we need to have a fully working implementation soon. After the work in the URL is complete, we will create a PR to merge it into Veramo directly. Next to the remaining work, there is a big issue currently with getting everything to work in React-Native. We had to fork several ION packages to get it to work. After the full implementation we will solve these ports in a nicer way as well. If you are curious |
Probably it makes sense to close this PR, as it is superseded by #987 |
Correct, thanks for flagging it! |
This branch provides support for
did:ion
in veramo.Do not merge prior to the following issues being resolved:
key.kid
in Veramoion-tools
currently only supportscreate
operationRelates to #336