bp-std icon indicating copy to clipboard operation
bp-std copied to clipboard

Modern & lightweight implementation of bitcoin standards without rust-bitcoin/miniscript dependencies

Results 14 bp-std issues
Sort by recently updated
recently updated
newest added

### **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

enhancement
good first issue

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.

good first issue
question