Age | Commit message (Expand) | Author |
2024-02-13 | scripted-diff: Fix bitcoin_config_h includes | TheCharlatan |
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-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 |
2021-05-27 | gui: display address on external signer | Sjors Provoost |
2021-05-04 | refactor: Replace &foo[0] with foo.data() | MarcoFalke |
2021-04-05 | qt: Handle exceptions in WalletModel::pollBalanceChanged slot | Hennadii Stepanov |
2021-03-03 | interfaces: Stop exposing wallet destdata to gui | Russell Yanofsky |
2021-02-01 | Merge #20464: refactor: Treat CDataStream bytes as uint8_t | Wladimir J. van der Laan |
2021-01-26 | Merge bitcoin-core/gui#183: Add include for std::bind. | MarcoFalke |
2021-01-26 | Add information to "Confirm fee bump" window | Prayank |
2021-01-13 | Add include for std::bind. | sinetek |
2020-11-23 | Treat CDataStream bytes as uint8_t | MarcoFalke |