Skip to content

Commit 5909559

Browse files
authored
docs: add taproot multiSign to example list (#2125)
* docs: add taproot multiSign to example list * feat: upgrade mocha & remove audit temporary solution * docs: remove line numbers of example
1 parent 8edc5e8 commit 5909559

File tree

4 files changed

+182
-209
lines changed

4 files changed

+182
-209
lines changed

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
registry-url: https://registry.npmjs.org/
7272
cache: 'npm'
7373
- run: npm ci
74-
- run: npm run audit -- -x 1097496
74+
- run: npm run audit
7575
coverage:
7676
runs-on: ubuntu-latest
7777
steps:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Some examples interact (via HTTPS) with a 3rd Party Blockchain Provider (3PBP).
126126

127127

128128
- [Taproot Key Spend](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/taproot.spec.ts)
129+
- [Create (and broadcast via 3PBP) a taproot script-path spend Transaction - OP_CHECKSIG](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/taproot.spec.ts)
130+
- [Create (and broadcast via 3PBP) a taproot script-path spend Transaction - OP_CHECKSEQUENCEVERIFY](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/taproot.spec.ts)
131+
- [Create (and broadcast via 3PBP) a taproot script-path spend Transaction - OP_CHECKSIGADD (3-of-3)](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/taproot.spec.ts)
129132
- [Generate a random address](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/addresses.spec.ts)
130133
- [Import an address via WIF](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/addresses.spec.ts)
131134
- [Generate a 2-of-3 P2SH multisig address](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/addresses.spec.ts)

0 commit comments

Comments
 (0)