-
Our taproot annex detection code looks wrong. It is currently:
```rust
let script = witness
.iter()
.nth(if annex {
witness.len() - 1
} else {
witness.len() - 2
…
-
-
One important feature is the ability to _burn_ assets, and also prove to third parties that those assets have been burnt.
This addition is defined currently in this PR to my BIP repo: https://gith…
-
The use of p2tr transactions has increased, because more people are using ordinals that require p2tr type of transaction.
While there are examples of creating p2tr transactions using Partially Sign…
-
The handbook states the below.
```
Ord will output two transactions IDs, one for the commit transaction, and one for the reveal transaction, and the inscription ID. Inscription IDs are of the form…
-
The `Script::to_v1_p2th` method says "assuming that the script is a tapscript". It would be nice if we could actually check that.
-
To support the changes specified in https://github.com/Roasbeef/bips/pull/33 (more complex group key derivation + reveal genesis and group key information in the minting proof), we need to modify the …
-
**[The Lightning Network Grew by 1212% in 2 Years](https://blog.river.com/the-lightning-network-in-2023/)**
- **Credit: Sam Wouters**
- "There are no public metrics on how many people use Lightnin…
-
### Background
When using the REST assets method ( `/v1/taproot-assets/assets` ), all fields are fullfilled.
When using the REST decode method ( `v1/taproot-assets/proofs/decode` ) on the same ass…
-
This is a master tracking issue which tracks the implementation of the new-ish Simple Taproot Channels proposal: https://github.com/lightning/bolts/pull/995.
Things are still a bit influx, but the…