-
Point Time Locked Contracts (PTLC) scripts allow for swaps to look like normal transactions. Especially with Taproot, Schnorr signatures and tapscripts greatly increase the ability to blend into the c…
-
I was not yet able to dig to the actual source of the bug, but here is the description of the problem: leaf scripts, as they are returned by `TapTree::leaf_scripts()` iterator are not iterated in DFS …
-
We've been asked repeatedly (on IRC and recently [on StackExchange](https://bitcoin.stackexchange.com/questions/117465/in-a-spent-m-of-n-multisig-i-want-to-know-which-m-pubkeys-in-the-redeem-script)) …
-
Standard BIP342 tapscript signatures suffer from a malleability issue: if a taproot address contains two identical script paths, eg:
```
TapBranch(
TapLeaf(A),
TapBranch(
T…
-
While working on adapting Miniscript to Tapscript, i [noticed](https://gist.github.com/sipa/06c5c844df155d4e5044c2c8cac9c05e?permalink_comment_id=4434770#gistcomment-4434770) signatures in Tapscript o…
-
The following updates need to be made to the BIPs once we are allowed to do so again (in public):
- [x] Move `docs/bip-taro-psbt.mediawiki` into BIP repository (assuming https://github.com/lightning…
-
The version=0 MAST hashing scheme presently deployed in Freicoin's segregated witness upgrade allows for a MAST branch up to 32 hashes in length (corresponding to a tree depth of 33, if you include th…
maaku updated
2 years ago
-
The Taproot code in `src/script/interpreter.cpp` is covered by our functional tests (`test/functional/feature_taproot.py` and `test/functional/wallet_taproot.py`), but we don't have any unit test cove…
-
- [ ] [https://github.com/b2network/b2-node/issues/4](https://github.com/b2network/b2-node/issues/4)
- [ ] [https://github.com/b2network/b2-node/issues/26](https://github.com/b2network/b2-node/issues…
-
The plan is subjected to many years of work and lists main development focus areas.
# Verticals
- Advanced scripting
* [ ] Import arbitrary descriptors
* [ ] MuSig2 support
* [ ] Tap…