Amber nodes are monitored by CommitWatch. Gray nodes are sampled from authenticated GitHub public commit search and may not represent complete contribution history.
This commit enables the Jade hardware wallet to sign Liquid network transactions using the existing sign_psbt command. Previously, this command was rejected for Liquid. The change mainly removes that rejection, skips Bitcoin-only fee math …
Feature expansion: previously rejected Liquid PSBT signing path is now acceptedBitcoin-only fee-accumulation logic is skipped for Elements/LiquidNo input validation or signing logic changes visible in the diff
This commit changes the Blockstream Jade hardware wallet firmware so it can now sign Liquid/Elements PSET transactions instead of rejecting them. It also adds a check that the PSBT type matches the selected network (Bitcoin vs. Liquid). A …
Feature expansion: enables signing of Elements/Liquid PSETs, increasing attack surface for a previously unsupported transaction formatNew consistency check: rejects when PSBT Elements flag mismatches the network's Liquid statusFIXME comment added about potentially requiring non-witness UTXO for Bitcoin inputs, suggesting an open security/design question