-
Wrapper issue to track
https://github.com/Roasbeef/bips/pull/33
-
When viewing a transaction it would be awesome if witnesses, in addition to being displayed as raw hex, displayed in a disassembled, human-readable format. I've been working on constructing taproot tr…
-
https://github.com/cmdruid/tapscript/blob/master/test/example/taproot/inscribe.test.ts#L76
-
### Background
Querying a taproot metadata doesn't appear to work as described, or I am missing something. I have successfully minted a test asset using REST, however cannot construct a working ur…
-
Hi @dr-orlovsky,
I tried use baid58 parse to TapretCommitment and received the follow error:
```
running 1 test
thread 'tapret::tapscript::test::commiment_serialization' panicked at 'exact si…
-
My code in Typescript `const init_sig = Signer.taproot.sign(seckey, init_redeemtx, 0, { extension: init_leaf });` but it throws error:
`throw new Error('crypto.getRandomValues must be defined');`
-
Currently, inscriptions that would not have been recognized by the first version of `ord` are cursed, meaning that they are assigned negative inscription numbers.
In the future, we would like to ma…
casey updated
10 months ago
-
Hello I get the following error in node js:
```
/@cmdcode/tapscript/dist/module.js:104
throw new Error('crypto.getRandomValues must be defined');
```
As a local work around I changed (lin…
-
I have a unspents transaction:
```
$btcctl --wallet listunspent
[
{
"txid": "81ca4185a877ff4aefa11b52a3b8865524ad044a8e3422580f2ecbd4cfd402a1",
"vout": 1,
"address": "tb1qen8dm…
-
i made a taproot output with an internal key, a tapscript in a leaf and a nonexistent tapscript with a SHA256 of 32x 0x00
spending it doesnt work, but when i change the hash of the nonexisten…