BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
215 stars 80 forks source link

bitcoin: support sending to silent payment addresses #1220

Open benma opened 1 month ago

benma commented 1 month ago

This currently adds 9228 bytes to the binary, luckily less than this PR saves :smile: https://github.com/BitBoxSwiss/bitbox02-firmware/pull/1215

benma commented 2 weeks ago

Rebased. Need to double-check if payment requests to silent payment addresses work safely (an output that is both attached to a payment request and is generated by a SP address) and add unit tests for it, or if we should disable that combination.