Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

feat: sol integration #227

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

anton-iskryzhytskyi
Copy link
Contributor

@anton-iskryzhytskyi anton-iskryzhytskyi commented Jul 31, 2022

The feature is being investigated

  • - the feature is approved to be implemented
  • - check if eddsa works in mobile and browser, if not put it to node only
  • - PR to registry is not merged
  • - tests
  • - bump up versions and changelogs
  • - readme ?

@@ -10,7 +10,7 @@
"tsc": "tsc -p tsconfig-build.json",
"lint": "eslint src test",
"test": "npm run test:unit && npm run test:integration",
"test:unit": "cross-env NODE_ENV=test mocha -r ts-node/register test/unit/index.test.ts -p ./tsconfig.json --timeout 55000",
"test:unit": "cross-env NODE_ENV=test mocha -r ts-node/register test/unit/index.test.ts -p ./tsconfig.json --timeout 55000 --parallel false",
Copy link
Contributor

Choose a reason for hiding this comment

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

@anton-iskryzhytskyi should we return parallel run for tests ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

is -p stands for parallel? it is better do delete -p here I suppose

@@ -49,11 +49,14 @@
"@affinidi/tools-common": "^1.0.4",
"@affinidi/url-resolver": "^1.1.3",
"@affinidi/vc-common": "^1.4.3",
"@digitalbazaar/ed25519-signature-2018": "^2.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

@anton-iskryzhytskyi we need to validate this libs with a React native

@@ -21,8 +23,10 @@ const PASSWORD_LENGTH = 32
const jolocomIdentityKey = "m/73'/0'/0'/0" // eslint-disable-line
const etheriumIdentityKey = "m/44'/60'/0'/0/0" // eslint-disable-line
const elemIdentityPrimaryKey = "m/44'/60'/0'/1/0" // eslint-disable-line
// why this path: https://docs.solana.com/wallet-guide/paper-wallet#hierarchical-derivation
Copy link
Contributor

Choose a reason for hiding this comment

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

useful note

@anton-iskryzhytskyi anton-iskryzhytskyi marked this pull request as draft August 1, 2022 08:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants