elements/src/qt/forms
Andrew Poelstra 1c12ae1719 Merge eef90c14ed into merged_master (Bitcoin PR #16528)
This is the 43-commit descriptor wallet PR. It was remarkably easy to merge, given
its magnitude. With this commit Elements supports importing Bitcoin descriptors
and deriving (Bitcoin) addresses, though of course it does not support blinding
yet. That is a post-rebase project.

The material changes were:

1. Changing constants in the tests (super annoying but nothing surprising)

2. Adding a missing "skip if this coin is not ours" check in src/script/sign.cpp
   which was causing us to erroneously remove existing witnesses from transactions.
   This wasn't a problem before this commit since we would only ask specific
   scriptpubkeymans to sign, and we'd never ask any to sign inputs we didn't
   own. Andy simplified the logic here to always try every scriptpubkeyman,
   which means they have to play a bit more nicely with each other.

Other than that, this was a big diff with many conflicts but literally all of
them were "we both added code" and the resolution was to take both sides.
2020-11-26 01:08:31 +00:00
..
addressbookpage.ui [qt] Add support to search the address book 2018-01-03 16:15:15 +00:00
askpassphrasedialog.ui gui: fix passphrase labels/tooltip in createwalletdialog/askpassphrasedialog 2019-09-09 10:57:38 +02:00
coincontroldialog.ui gui: move coin control OK to the right 2019-05-28 11:16:39 -04:00
createwalletdialog.ui Be able to create new wallets with DescriptorScriptPubKeyMans as backing 2020-04-23 13:59:48 -04:00
debugwindow.ui gui: avoid QT Designer/Form Editor re-formatting 2020-03-24 14:04:16 +01:00
editaddressdialog.ui qt: refactor: Use absolute include paths in .ui files 2017-11-16 08:23:02 +13:00
helpmessagedialog.ui Unify package name to as few places as possible without major changes 2015-12-14 02:11:10 +00:00
intro.ui [gui] intro: add prune preference 2019-08-24 22:41:32 +02:00
modaloverlay.ui Merge 36ded99717 into merged_master (Bitcoin PR #17998) 2020-11-14 16:52:11 +00:00
openuridialog.ui gui: Move static placeholder texts to forms 2019-12-09 11:12:20 +01:00
optionsdialog.ui Merge 03e781ff4f into merged_master (Bitcoin PR #17702) 2020-11-14 16:51:55 +00:00
overviewpage.ui Make balances in overview scrollable 2019-11-21 17:22:42 -05:00
receivecoinsdialog.ui Merge f2ab130961 into merged_master (Bitcoin PR #17606) 2020-11-14 16:51:50 +00:00
receiverequestdialog.ui GUI: Move QRImageWidget to its own file-pair 2019-05-02 12:18:18 +00:00
sendcoinsdialog.ui Merge abb30de63f into merged_master (Bitcoin PR #17587) 2020-11-14 16:51:51 +00:00
sendcoinsentry.ui Merge 03e781ff4f into merged_master (Bitcoin PR #17702) 2020-11-14 16:51:55 +00:00
signverifymessagedialog.ui gui: Move static placeholder texts to forms 2019-12-09 11:12:20 +01:00
transactiondescdialog.ui qt: Add transaction hash to details window title 2016-04-26 16:05:10 +02:00