bp-std
bp-std copied to clipboard
Modern & lightweight implementation of bitcoin standards without rust-bitcoin/miniscript dependencies
### **Description** Currently, the `TapTree::merkle_root` is not implemented. This causes error during transfer creation step in RGB v0.11: ``` RGB: command-line wallet for RGB smart contracts by LNP/BP Standards Association...
Specifically, add taproot data structures to the map TapTree and derivation info
Currently, the code uses zero as a default failback value for LockTime and SeqNo in extracting transaction from PSBT. This has to be checked against the spec.