Age | Commit message (Expand) | Author |
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 | scripted-diff: Use UniValue::find_value method | MarcoFalke |
2023-05-09 | scripted-diff: Remove unused chainparamsbase includes | TheCharlatan |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-05-06 | Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t... | fanquake |
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-26 | refactor: Make ListSelected return vector | Sebastian Falbesoner |
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-13 | qt: Register `wallet::AddressPurpose` type | Hennadii Stepanov |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-11 | wallet: Add wallet/types.h for simple public enum and struct types | Ryan Ofsky |
2023-04-11 | Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s... | Andrew Chow |
2023-04-04 | qt: Use steady clock to throttle GUI notifications | MarcoFalke |
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 | gui: 'getAvailableBalance', include watch only balance | furszy |
2023-04-03 | test: add coverage for 'useAvailableBalance' functionality | furszy |
2023-04-03 | gui: bugfix, getAvailableBalance skips selected coins | furszy |
2023-04-03 | Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system | fanquake |
2023-03-31 | qt: Update translation source file | Hennadii Stepanov |
2023-03-31 | qt: Adjust plural forms for translations | Hennadii Stepanov |
2023-03-31 | GUI: Send: Make feerates translatable | Luke Dashjr |
2023-03-31 | Bugfix: GUI: Send/PSBT: Correct virtual size unit and make translatable | Luke Dashjr |
2023-03-31 | Bugfix: GUI: transactiondesc: Translate outlier "own address" and "watch-only" | Luke Dashjr |
2023-03-31 | GUI: Use translated external signer errors for messagebox text | Luke Dashjr |
2023-03-31 | GUI: Make messages for copying unsigned PSBTs translatable | Luke Dashjr |
2023-03-31 | Bugfix: GUI: Debug info: Use correct "kB" case for small mempool sizes, and m... | Luke Dashjr |
2023-03-31 | GUI: PSBTOperationsDialog: Support translating window title | Luke Dashjr |
2023-03-31 | GUI: Intro: Support translating caption of data directory chooser | Luke Dashjr |
2023-03-31 | GUI: Support translating peer network names | Luke Dashjr |
2023-03-31 | GUI: Support translating address type dropdown entries | Luke Dashjr |
2023-03-27 | Merge bitcoin-core/gui#693: Fix segfault when shutdown during wallet open | Hennadii Stepanov |
2023-03-26 | clang-tidy: Add `performance-type-promotion-in-math-fn` check | Hennadii Stepanov |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-23 | refactor: Extract util/fs_helpers from util/system | Ben Woosley |
2023-03-14 | Merge bitcoin-core/gui#708: Mask values on Transactions View | Hennadii Stepanov |
2023-03-13 | refactor: Extract util/exception from util/system | Ben Woosley |
2023-03-10 | qt: mask values on transactions view | pablomartin4btc |
2023-03-09 | Merge bitcoin-core/gui#717: Use the stored CSubNet entry when unbanning | Hennadii Stepanov |
2023-03-07 | Merge bitcoin/bitcoin#27150: Deduplicate bitcoind and bitcoin-qt init code | Andrew Chow |
2023-03-06 | gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist() | Vasil Dimov |
2023-03-06 | gui: use the stored CSubNet entry when unbanning | Vasil Dimov |
2023-03-01 | Merge bitcoin/bitcoin#27169: Update translations for 25.0 soft translation st... | fanquake |
2023-02-28 | Deduplicate bitcoind and bitcoin-qt init code | Ryan Ofsky |
2023-02-28 | scripted-diff: Remove double newlines after some init errors | Ryan Ofsky |
2023-02-27 | refactor: Stop using gArgs global in system.cpp | Ryan Ofsky |