-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(utxo-lib): add bitcoin descriptor utils
Use temporarily forked descriptor lib Add descriptor and miniscript util functions for bitgo stack Ticket: BTC-715
- Loading branch information
1 parent
dbc43aa
commit af40a5d
Showing
4 changed files
with
131 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6814,6 +6814,16 @@ bip32@^4.0.0: | |
typeforce "^1.11.5" | ||
wif "^2.0.6" | ||
|
||
bip32@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/bip32/-/bip32-4.0.0.tgz#7fac3c05072188d2d355a4d6596b37188f06aa2f" | ||
integrity sha512-aOGy88DDlVUhspIXJN+dVEtclhIsfAUppD43V0j40cPTld3pv/0X/MlrZSZ6jowIaQQzFwP8M6rFU2z2mVYjDQ== | ||
dependencies: | ||
"@noble/hashes" "^1.2.0" | ||
"@scure/base" "^1.1.1" | ||
typeforce "^1.11.5" | ||
wif "^2.0.6" | ||
|
||
[email protected]: | ||
version "3.0.4" | ||
resolved "https://registry.npmjs.org/bip39/-/bip39-3.0.4.tgz" | ||
|