Age | Commit message (Expand) | Author |
2023-08-14 | Rename script/standard.{cpp/h} to script/solver.{cpp/h} | Andrew Chow |
2023-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2023-05-03 | scripted-diff: Replace CreateMockWalletDB with CreateMockableWalletDB | Andrew Chow |
2023-05-03 | wallet, tests: Include wallet/test/util.h | Andrew Chow |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-03 | test,gui: add coverage for PSBT creation on legacy watch-only wallets | furszy |
2023-04-03 | test,gui: decouple widgets and model into a MiniGui struct | furszy |
2023-04-03 | test,gui: decouple chain and wallet initialization from test case | furszy |
2023-04-03 | test: add coverage for 'useAvailableBalance' functionality | furszy |
2023-03-27 | Merge bitcoin-core/gui#693: Fix segfault when shutdown during wallet open | Hennadii Stepanov |
2023-02-15 | refactor: wallet, remove global 'ArgsManager' access | furszy |
2023-01-26 | Use DataStream where possible | MarcoFalke |
2023-01-08 | Fix segfault when shutdown during wallet open | John Moffett |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-05 | Fixup clang-tidy named argument comments | fanquake |
2022-08-16 | refactor: Add lock annotations to Active* methods | MacroFake |
2022-08-15 | Merge bitcoin-core/gui#598: Avoid recalculating the wallet balance - use mode... | Hennadii Stepanov |
2022-08-12 | GUI: use cached balance in overviewpage and sendcoinsdialog | furszy |
2022-07-12 | Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress | MacroFake |
2022-06-23 | wallet: Save wallet scan progress | w0xlt |
2022-05-26 | Migrate -dbcache setting from QSettings to settings.json | Ryan Ofsky |
2022-05-24 | Merge bitcoin-core/gui#601: refactor: Pass interfaces::Node references to Opt... | Hennadii Stepanov |
2022-05-19 | refactor: Pass interfaces::Node references to OptionsModel constructor | Ryan Ofsky |
2022-04-26 | scripted-diff: replace deprecated Q_OS_MAC with Q_OS_MACOS | João Barbosa |
2022-02-22 | qt/wallettests: sort includes | William Casarin |
2022-02-22 | qt, refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-01-12 | Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q... | Hennadii Stepanov |
2022-01-09 | refactor, qt: Use std::chrono in ConfirmMessage parameter | 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-11-09 | Remove `gArgs` from `wallet.h` and `wallet.cpp` | Kiminuo |
2021-10-25 | refactor: const shared_ptrs | Karl-Johan Alm |
2021-10-15 | tests, gui: Use DescriptorScriptPubKeyMan in GUI tests | Andrew Chow |
2021-09-16 | Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha... | fanquake |
2021-09-07 | Enable clang-tidy bugprone-argument-comment and fix violations | MarcoFalke |
2021-08-17 | Start using init makeNode, makeChain, etc methods | Russell Yanofsky |
2021-08-17 | refactor: remove ::vpwallets and related global variables | Russell Yanofsky |
2021-06-28 | Remove unused wallet pointer from NotifyTransactionChanged signal | MarcoFalke |
2021-06-10 | qt/test: Use existing chainman in ::TestGUI (can be scripted-diff) | Carl Dong |
2021-06-03 | Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui | W. J. van der Laan |
2021-05-26 | Merge bitcoin-core/gui#313: qt: Optimize string concatenation by default | W. J. van der Laan |
2021-05-19 | refactor: move first run detection to client code | Ivan Metlushko |
2021-05-15 | qt, build: Optimize string concatenation | Hennadii Stepanov |
2021-04-05 | qt: Handle exceptions in SendCoinsDialog::sendButtonClicked slot | Hennadii Stepanov |
2021-03-15 | scripted-diff: remove Optional & nullopt | fanquake |
2021-03-03 | interfaces: Stop exposing wallet destdata to gui | Russell Yanofsky |
2021-03-03 | test: Add gui test for wallet receive requests | Russell Yanofsky |
2020-09-03 | Remove WalletLocation class | Russell Yanofsky |
2020-09-01 | wallet: Reload previously loaded wallets on GUI startup | Andrew Chow |