Armin Sabouri
Armin Sabouri
> The rest is in Wasabi 1.1.12 source @DanGould Do you mean the wasabi standard library? or the wasabi backend?
Current UI  I I added a separate input field for port. Not sure if I want to keep it
Designs look dope. Let me see what I can do. > does it connect? we don't support signet or liquid yet. I'll remove those ports. It connects to my local...
Current UI 
@kallewoof The BIP file is still name `bip-???-cat.mediawiki`. How do we go about numbering this BIP?
> > @kallewoof The BIP file is still name `bip-???-cat.mediawiki`. How do we go about numbering this BIP? > > Once a BP number has been assigned, the authors are...
> Missing a section for backward compatibility @luke-jr Added!
Drafting until I get the [inquisition PR](https://github.com/bitcoin-inquisition/bitcoin/pull/39) approved and I can get the builds passing.
@Polybius93 Something else to keep in mind. Looks like you are doing a taproot script spend. ```rust let hash = SighashCache::new(&psbt.unsigned_tx.clone()) .taproot_script_spend_signature_hash( 0, &Prevouts::All(&[tx_out.clone()]), ScriptPath::with_defaults(&multisig_script), SchnorrSighashType::Default, ) .unwrap_throw(); ``` Anyone...