We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These tests here use ES256K: https://github.com/transmute-industries/sidetree.js/blob/main/packages/did-method/src/__tests__/wallet.core.test.ts
https://github.com/transmute-industries/sidetree.js/blob/main/packages/test-vectors/src/did-method/v1-did-method-secp256k1-operations.json
We need too generate a new set of operations that use EdDSA using:
https://github.com/transmute-industries/sidetree.js/blob/main/packages/wallet/src/__test__/generate-operation-fixture.test.ts#L32 with "Ed25519" instead.
The text was updated successfully, but these errors were encountered:
@gjgd this was one of the issues we discussed.
Sorry, something went wrong.
Last I checked this was blocked by ion sdk updates...
Looks like part of it was fixed here: decentralized-identity/ion-sdk@0af90f7
Looks like its still blocked by IonKey inability to sign with EdDSA.
I'm slowly working on Part 2/2, pretty busy atm. Should be done by this weekend
gjgd
Successfully merging a pull request may close this issue.
These tests here use ES256K: https://github.com/transmute-industries/sidetree.js/blob/main/packages/did-method/src/__tests__/wallet.core.test.ts
https://github.com/transmute-industries/sidetree.js/blob/main/packages/test-vectors/src/did-method/v1-did-method-secp256k1-operations.json
We need too generate a new set of operations that use EdDSA using:
https://github.com/transmute-industries/sidetree.js/blob/main/packages/wallet/src/__test__/generate-operation-fixture.test.ts#L32 with "Ed25519" instead.
The text was updated successfully, but these errors were encountered: