Skip to content

Commit

Permalink
Merge pull request #138 from nautls/refactor-hdkey-deriver
Browse files Browse the repository at this point in the history
Refactor HD Key generation and derivation
  • Loading branch information
arobsn authored Jun 2, 2024
2 parents 829e3af + 050d703 commit b3863aa
Show file tree
Hide file tree
Showing 16 changed files with 263 additions and 353 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@
"@fleet-sdk/core": "^0.3.4",
"@fleet-sdk/crypto": "^0.3.4",
"@fleet-sdk/serializer": "^0.3.4",
"@fleet-sdk/wallet": "^0.3.4",
"@ledgerhq/hw-transport-webusb": "^6.28.6",
"@mdi/js": "^7.4.47",
"@oruga-ui/oruga-next": "0.6.0",
"@scure/bip39": "1.2.1",
"@urql/core": "^5.0.3",
"@urql/exchange-retry": "^1.3.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"axios": "^1.6.8",
"axios-retry": "^4.2.0",
"bignumber.js": "^9.1.2",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bs58check": "^2.1.2",
"cleave.js": "^1.6.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
Expand All @@ -45,7 +44,6 @@
"lodash-es": "^4.17.21",
"mdi-vue": "^3.0.13",
"qrcode": "^1.5.3",
"tiny-secp256k1": "1.1.6",
"vue": "^3.4.27",
"vue-feather": "^2.0.0",
"vue-json-pretty": "2.1.1",
Expand All @@ -57,7 +55,6 @@
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@ergo-graphql/types": "^0.5.1",
"@nautilus-js/eip12-types": "^0.1.9",
"@types/bs58check": "^2.1.2",
"@types/chrome": "^0.0.268",
"@types/cleave.js": "^1.4.12",
"@types/crypto-js": "^4.2.2",
Expand Down
140 changes: 46 additions & 94 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3863aa

Please sign in to comment.