--- Day changed Thu Jan 24 2019 06:14 <@provoostenator> Rebase fun: https://github.com/bitcoin/bitcoin/pull/14906 06:14 <@provoostenator> (might just be only for my side, because I also included the PSBT changing PR) 06:27 <@provoostenator> Fortunately that was trivial. I'm now relying on 37 prerequisite commits from hww and #14978. Multi-branch rebasing headaches galore. Fortunately I believe I can now finish cleaning up my code without any other deps. 06:28 <@provoostenator> For the GUI though I'd need even more pending stuff. I still want to try a very rough proof of concept, just so I can make a visual demo, but I don't think that PoC will be maintainable. 06:30 <@provoostenator> Waitinf for promag or someone else to make a GUI "Create Wallet" dialog. Combined with Luke-Jr's rw-config, I would then do somethign like: 06:31 <@provoostenator> 1. File dialog to select hwi.py (causes signer=... to be stored in bitcoin_rw.conf) 06:32 <@provoostenator> 2. Automagically call enumerate and getkeys to populate wallet 06:32 <@provoostenator> 3. Add a "view on device" option in the receive screen for a payment request address (calls enumerate & display address) 06:33 <@provoostenator> 4. Somehow make send screen and (hopefully coin selection screen) work for solvable addresses when private keys are disabled 06:34 <@provoostenator> 5. Somehow convert the unsigned transaction from the GUI to psbt, run it through the signer and then broadcast 06:35 <@provoostenator> 4 & 5 still seem a bit daunting, from what I remember when I last tried to do anything with the send GUI code 06:37 <@provoostenator> But maybe there's a hacky way for at least a proof of concept. Then I can focus on getting all the prerequisite stuff reviewed and merged. RPC would be the priority. 09:13 < achow101> provoostenator: I think you've fallen into the trap of stacking too many PRs on top of each other 09:13 <@provoostenator> Yup