Age | Commit message (Expand) | Author |
2022-04-15 | Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-04-06 | gui, refactor: rename fInvalid to num_test_failures in test_main.cpp | Jon Atack |
2022-04-06 | gui: count test failures in test runner summary | Jon Atack |
2022-04-06 | gui: add test runner summary | Jon Atack |
2022-04-01 | test: add regression test for bitcoin-core/gui/issues/567 | Vasil Dimov |
2022-03-07 | qt: Avoid crash on startup if int specified in settings.json | Ryan Ofsky |
2022-03-07 | test: Add tests for GetArg methods / settings.json type coercion | Ryan Ofsky |
2022-02-22 | qt/wallettests: sort includes | William Casarin |
2022-02-22 | qt, refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-01-17 | Merge bitcoin/bitcoin#23373: test: Parse command line arguments from unit and... | MarcoFalke |
2022-01-12 | Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q... | Hennadii Stepanov |
2022-01-11 | test: parse the command line arguments in unit tests | Vasil Dimov |
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 |
2022-01-06 | Add src/node/* code to node:: 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-12-13 | build, qt: use static QAndroidPlatformIntegrationPlugin | Igor Cota |
2021-11-17 | doc: Fix incorrect C++ named args | MarcoFalke |
2021-11-09 | Remove `gArgs` from `wallet.h` and `wallet.cpp` | Kiminuo |
2021-10-29 | Merge bitcoin/bitcoin#22787: refactor: actual immutable pointing | MarcoFalke |
2021-10-26 | Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b... | MarcoFalke |
2021-10-25 | refactor: const shared_ptrs | Karl-Johan Alm |
2021-10-15 | tests, gui: Use DescriptorScriptPubKeyMan in GUI tests | Andrew Chow |
2021-09-27 | qt: Keep InitExecutor in main gui thread | João Barbosa |
2021-09-16 | multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementa... | Russell Yanofsky |
2021-09-15 | Fix Qt test broken by #22219 | Russell Yanofsky |
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-08-05 | Merge bitcoin-core/gui#337: test: Use Regex Search in Apptests | Hennadii Stepanov |
2021-07-14 | qt, refactor: Move InitExecutor class into its own module | Hennadii Stepanov |
2021-06-28 | Remove unused wallet pointer from NotifyTransactionChanged signal | MarcoFalke |
2021-06-10 | qt/test: Reset chainman in ~ChainstateManager instead | Carl Dong |
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-06-01 | qt, test: use regex search in apptests | Jarol Rodriguez |
2021-06-01 | qt, test: introduce FindInConsole function | Jarol Rodriguez |
2021-05-31 | qt, rpc: Add "Executing…" message | Hennadii Stepanov |
2021-05-26 | Merge bitcoin-core/gui#313: qt: Optimize string concatenation by default | W. J. van der Laan |
2021-05-24 | scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls | Kiminuo |
2021-05-21 | Merge bitcoin-core/gui#335: test: Use QSignalSpy instead of QEventLoop | Hennadii Stepanov |
2021-05-19 | refactor: move first run detection to client code | Ivan Metlushko |
2021-05-17 | qt, test: use qsignalspy instead of qeventloop | Jarol Rodriguez |
2021-05-15 | qt, build: Optimize string concatenation | Hennadii Stepanov |
2021-05-03 | test: Use loop to register RPCs | MarcoFalke |
2021-04-14 | Merge #260: Handle exceptions instead of crash | W. J. van der Laan |
2021-04-06 | Merge #21557: test: small cleanup in RPCNestedTests tests | MarcoFalke |
2021-04-05 | qt: Handle exceptions in SendCoinsDialog::sendButtonClicked slot | Hennadii Stepanov |