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

feat: sol integration - #227

Draft
anton-iskryzhytskyi wants to merge 4 commits into
masterfrom
sol-did-integrtion
Draft

feat: sol integration#227
anton-iskryzhytskyi wants to merge 4 commits into
masterfrom
sol-did-integrtion

Conversation

@anton-iskryzhytskyi

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

Copy link
Copy Markdown
Contributor

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 ?

"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
Copy Markdown
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
Copy Markdown
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

"@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
Copy Markdown
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

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
Copy Markdown
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