Igor Cota

Results 8 comments of Igor Cota

If anyone is interested, I took a stab at this here: https://github.com/icota/mobile_scanner/commit/c98f094f77bd8ca57792325d314ea3fd9a65a37c Dependencies are `libzbar-dev` and `libzbar0`. I am able to successfully scan but can't seem to show the video...

@notmandatory TBH before I opened this issue I didn't even realise there is a `finalize_psbt` (with the options) in the CLI. In that case it's obviously better to improve the...

I don't see how? My issue came about from trying to broadcast an unfinalized transaction and getting confused by the error message. Are you saying changes in https://github.com/bitcoindevkit/bdk/pull/621 would make...

My flow was from outside (hardware device) coming in (to `bdk-cli`). But also I agree with what you say @notmandatory, in all cases `broadcast` shouldn't `finalize`. That's why I changed...

@jimpo You are absolutely right. I prefer `application/lightning-invoice` as it's more consistent with the chosen URI scheme.

@Roasbeef LN wallet apps may register themselves as handlers for our MIME type with the OS. When you tap your phone on an NFC payment terminal and data with a...

Personally I wouldn't go reinventing the wheel for NFC just because a tiny bit is human readable. BOLT-11 works and we are already encoding it to QR codes which are...