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

Ed25519 operation fixtures #361

Merged
merged 10 commits into from
Feb 8, 2022
Merged

Ed25519 operation fixtures #361

merged 10 commits into from
Feb 8, 2022

Conversation

gjgd
Copy link
Contributor

@gjgd gjgd commented Feb 6, 2022

Fixes #276

  • Add Ed25519 operation fixtures alongside the secp256k1 operation fixtures

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

@@ -30,7 +30,7 @@
"tsdx": "^0.14.1"
},
"dependencies": {
"@decentralized-identity/ion-sdk": "^0.5.0",
"@gjgd/ion-sdk": "0.5.2",
Copy link
Sponsor Member

@OR13 OR13 Feb 7, 2022

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.

@OR13
Copy link
Sponsor Member

OR13 commented Feb 7, 2022

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.

@gjgd gjgd merged commit e604948 into main Feb 8, 2022
@gjgd gjgd deleted the issue/276-ed25519-operation-fixtures branch February 8, 2022 15:38
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.

Add EdDSA operation signing tests
2 participants