-
Hi, I'm working on creating a taproot transaction to spend from a multisig account with 2-of-3 signatures. I run into this error when broadcasting transaction
```
Protocol(String("sendrawtransactio…
-
As is today, users can use the vPSBT calls to add arbitrary scripts to encumber tap assets. Right now this needs to be done mostly manually, as [we currently only have low-level calls](https://github.…
-
# Welcome
Hello Bitcoiners! This is where we'll organize the topics of discussion for our upcoming Socratic Seminar.
Please use this issue to suggest topics that you'd like to see discussed at t…
vnprc updated
3 months ago
-
[BIP-141](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki) includes:
> The witnessScript is deserialized, and executed after normal script evaluation with the remaining witness stack…
-
I was trying to add multiple parent to a child inscription .
So , according the the "Ordinal Theory Handbook" ,
![image](https://github.com/cmdruid/tapscript/assets/43274184/1aad71b5-acb0-4958-a8b…
-
Hi,
Thus far, I've prepared the message to be signed by using the `SigHashCash` API in the following way:
```
let mut sighasher = SighashCache::new(&mut tx);
let sighash = sighasher
.ta…
-
This is related to: https://github.com/lightninglabs/taproot-assets/issues/863.
Given the ability to encode/decode our book keeping data in TLV blobs, we now need a way to map that blob, and some …
-
```ts
import * as bitcoin from "bitcoinjs-lib";
import * as ecc from "tiny-secp256k1";
import { Taptree } from "bitcoinjs-lib/src/types";
import { tapleafHash } from "bitcoinjs-lib/src/payments/bi…
-
-
As Miniscript for Tapscript isn't formally specified yet, we are going to start without Taproot support. We need to have Taproot support as soon as possible, and for this i need to make progress on th…