-
Notifications
You must be signed in to change notification settings - Fork 26
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
Ed25519 operation fixtures #361
Conversation
@@ -30,7 +30,7 @@ | |||
"tsdx": "^0.14.1" | |||
}, | |||
"dependencies": { | |||
"@decentralized-identity/ion-sdk": "^0.5.0", | |||
"@gjgd/ion-sdk": "0.5.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gjgd I suggest we just move your fork here... I don't like to be dependent on things we can't update easily here... which I guess includes ion sdk given your comments on the PR.
PR looks good, I opened #362 to track handling updates to that SDK moving forward. The TLDR is that we probably want to prove that changes to the SDK don't break the integration tests, so we probably want the sdk next to the integration tests that we have in this repo. |
Fixes #276
Had to fork ion-sdk because the changes are currently blocked: decentralized-identity/ion-sdk#23 ping @OR13 You may want to fork it under transmute-industries org