key-tree icon indicating copy to clipboard operation
key-tree copied to clipboard

Results 14 key-tree issues
Sort by recently updated
recently updated
newest added

Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 8.3.0 to 8.4.0. Release notes Sourced from @​metamask/utils's releases. 8.4.0 Added Add toCaipChainId utility function (#175) Add KnownCaipNamespace enum (#175) Changed Update docs for createDeferredPromise to caution...

dependencies

`getBIP44CoinTypeToAddressPathTuple` is used widely in the [ref-impl tests](https://github.com/MetaMask/key-tree/blob/main/test/reference-implementations.test.ts#L31), BUT it's not correctly exported, making the ref implementation hard to use. Specifically, it throws error when import it by this: ```ts...

The ESM build of the library should use the `.js` file extension for relative imports, else it is not a valid ES module. Reference: https://nodejs.org/api/esm.html#mandatory-file-extensions This also causes issues (MODULE_NOT_FOUND)...

https://eips.ethereum.org/EIPS/eip-2334

``` public static DeterministicKey createMasterPrivateKeyNist(byte[] seed) throws HDDerivationException { return createMasterPrivateKeyWithKeys(seed, "Nist256p1 seed".getBytes()); } ```

enhancement
help wanted

Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 9.0.0 to 9.1.0. Release notes Sourced from @​metamask/utils's releases. 9.1.0 Added Add PublicInterface type (#197) Changelog Sourced from @​metamask/utils's changelog. [9.1.0] Added Add PublicInterface type (#197) Commits...

dependencies

Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces). Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk...

dependencies

Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 9.0.0 to 9.2.1. Release notes Sourced from @​metamask/utils's releases. 9.2.1 Fixed Fix wrong types for CAIP-2 and CAIP-10 structs (#210) 9.2.0 Added Add Wallet member to KnownCaipNamespace...

dependencies

Bumps [@metamask/eslint-config-nodejs](https://github.com/MetaMask/eslint-config) from 12.1.0 to 13.0.0. Release notes Sourced from @​metamask/eslint-config-nodejs's releases. 13.0.0 @​metamask/eslint-config Changed BREAKING: Replace eslint-plugin-import with eslint-plugin-import-x (#366) BREAKING: Bump all ESLint dependencies (#351) Bumps all ESLint...

dependencies