File tree Expand file tree Collapse file tree 4 files changed +182
-209
lines changed
Expand file tree Collapse file tree 4 files changed +182
-209
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments