Age | Commit message (Expand) | Author |
2024-08-01 | qt, build: Drop `QT_STATICPLUGIN` macro | Hennadii Stepanov |
2024-05-01 | scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes | MarcoFalke |
2024-03-11 | Merge bitcoin/bitcoin#26564: test: test_bitcoin: allow -testdatadir=<datadir> | Ava Chow |
2024-03-07 | test: test_bitcoin: allow -testdatadir=<datadir> | Larry Ruane |
2024-03-05 | qt, test: Clean settings after tests | Hennadii Stepanov |
2024-03-05 | qt, test: Set organization name | Hennadii Stepanov |
2024-02-20 | Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup | fanquake |
2024-02-19 | qt, test: Recognize dialog object by name | Hennadii Stepanov |
2024-02-13 | scripted-diff: Fix bitcoin_config_h includes | TheCharlatan |
2024-01-22 | settings: add auto-generated warning msg for editing the file manually | furszy |
2023-12-23 | refactor: share and use `GenerateRandomKey` helper | Sebastian Falbesoner |
2023-12-04 | refactor: Remove call to StartShutdown from qt | Ryan Ofsky |
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-08-05 | refactor: Fix logging.h includes | TheCharlatan |
2023-07-19 | Merge bitcoin/bitcoin#27928: test: Add more tests for the BIP21 implementation | Ryan Ofsky |
2023-06-28 | util: Add SignalInterrupt class and use in shutdown.cpp | TheCharlatan |
2023-06-21 | Add more tests for the BIP21 implementation | Kiminuo |
2023-05-30 | scripted-diff: move settings to common namespace | TheCharlatan |
2023-05-30 | move-only: Move settings to the common library | TheCharlatan |
2023-05-30 | Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ... | fanquake |
2023-05-26 | Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found | fanquake |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-05-16 | qt, test: Add missed header | Hennadii Stepanov |
2023-05-15 | Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit tests | fanquake |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
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-21 | bugfix: Fix incorrect debug.log config file path | Ryan Ofsky |
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 | 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-06 | Merge bitcoin-core/gui#683: doc: Drop no longer relevant comment | Hennadii Stepanov |
2022-12-05 | Fixup clang-tidy named argument comments | fanquake |
2022-12-02 | doc: Drop no longer relevant comment | Hennadii Stepanov |
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-18 | refactor: remove unused using directives | fanquake |
2022-07-12 | Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress | MacroFake |
2022-06-23 | wallet: Save wallet scan progress | w0xlt |