Age | Commit message (Expand) | Author |
2024-08-13 | gui: Consolidate wallet display name to GUIUtil function | Ava Chow |
2024-05-16 | util: add TransactionError includes and namespace declarations | Ryan Ofsky |
2024-05-16 | common: Add PSBTError enum | Ryan Ofsky |
2024-05-12 | Merge bitcoin-core/gui#812: Fix create unsigned transaction fee bump | merge-script |
2024-04-16 | wallet: return and display signer error | Sjors Provoost |
2024-03-29 | gui: fix create unsigned transaction fee bump | furszy |
2024-02-20 | Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup | fanquake |
2024-02-13 | scripted-diff: Fix bitcoin_config_h includes | TheCharlatan |
2024-02-12 | Merge bitcoin-core/gui#773: Check for private keys disabled before attempting... | Hennadii Stepanov |
2023-11-28 | scripted-diff: Use DataStream in most places | MarcoFalke |
2023-11-14 | Use ParamsWrapper for witness serialization | Anthony Towns |
2023-10-25 | bugfix: Mark CNoDestination and PubKeyDestination constructor explicit | MarcoFalke |
2023-10-24 | gui: Check for private keys disabled before attempting unlock | Andrew Chow |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-03 | gui: 'getAvailableBalance', include watch only balance | furszy |
2023-03-31 | GUI: Make messages for copying unsigned PSBTs translatable | Luke Dashjr |
2023-02-14 | refactor: Disable unused special members functions in `UnlockContext` | Hennadii Stepanov |
2023-01-17 | Merge bitcoin-core/gui#686: clang-tidy: Force checks for headers in `src/qt` | Hennadii Stepanov |
2023-01-03 | Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me... | Andrew Chow |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-21 | gui: create tx, launch error dialog if backend throws runtime_error | furszy |
2022-12-20 | Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer support | Andrew Chow |
2022-12-16 | clang-tidy, qt: Fix `modernize-use-default-member-init` in headers | Hennadii Stepanov |
2022-12-05 | Fixup clang-tidy named argument comments | fanquake |
2022-08-15 | Merge bitcoin-core/gui#598: Avoid recalculating the wallet balance - use mode... | Hennadii Stepanov |
2022-08-12 | GUI: 'getAvailableBalance', use cached balance if the user did not select UTX... | furszy |
2022-08-12 | GUI: use cached balance in overviewpage and sendcoinsdialog | furszy |
2022-08-12 | GUI: add getter for WalletModel::m_cached_balances field | furszy |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-07-15 | Disallow encryption of watchonly wallets | Andrew Chow |
2022-07-08 | send: refactor CreateTransaction flow to return a BResult<CTransactionRef> | furszy |
2022-06-14 | scripted-diff: Avoid incompatibility with CMake AUTOUIC feature | Hennadii Stepanov |
2022-05-29 | qt, wallet, refactor: Make `WalletModel::sendCoins()` return `void` | Hennadii Stepanov |
2022-05-09 | Merge bitcoin-core/gui#590: refactor: Declare `WalletModel` member functions ... | Hennadii Stepanov |
2022-04-25 | gui: bumpfee signer support | Sjors Provoost |
2022-04-23 | qt: No need to force Qt::QueuedConnection for NotifyAddressBookChanged | Hennadii Stepanov |
2022-04-23 | qt, refactor: Declare `WalletModel` member functions with `const` | Hennadii Stepanov |
2022-01-11 | Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:... | MarcoFalke |
2022-01-09 | Merge bitcoin-core/gui#441: Add Create Unsigned button to SendConfirmationDialog | Hennadii Stepanov |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-22 | scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader | Russell Yanofsky |
2021-10-08 | qt: hide Create Unsigned button behind an expert mode option | Andrew Chow |
2021-10-07 | qt: Add Create Unsigned button to SendConfirmationDialog | Andrew Chow |
2021-09-07 | qt, refactor: Allocate SendConfirmationDialog instances on heap | Hennadii Stepanov |
2021-06-10 | Rearrange fillPSBT arguments | Russell Yanofsky |
2021-06-09 | Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet) | Samuel Dobson |
2021-06-03 | Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui | W. J. van der Laan |