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-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-07-16 | Merge bitcoin-core/gui#740: Show own outputs on PSBT signing window | Hennadii Stepanov |
2023-07-06 | Merge bitcoin/bitcoin#27861: kernel: Rm ShutdownRequested and AbortNode from ... | Ryan Ofsky |
2023-07-04 | Merge bitcoin-core/gui#696: Switch RPCConsole wallet selection to the one mos... | Hennadii Stepanov |
2023-07-04 | Merge bitcoin-core/gui#719: Remove confusing "Dust" label from coincontrol / ... | Hennadii Stepanov |
2023-07-03 | gui: send, left alignment for "bytes" and "change" label | furszy |
2023-07-03 | Fix RPCConsole wallet selection | John Moffett |
2023-07-03 | qt: remove confusing "Dust" label from coincontrol / sendcoins dialog | Sebastian Falbesoner |
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-06-21 | qt: show own outputs on PSBT signing window | Hernan Marino |
2023-06-12 | Merge bitcoin/bitcoin#27708: Return EXIT_FAILURE on post-init fatal errors | Ryan Ofsky |
2023-06-10 | gui: return EXIT_FAILURE on post-init fatal errors | furszy |
2023-06-09 | Merge bitcoin/bitcoin#27576: kernel: Remove args, settings, chainparams, chai... | Ryan Ofsky |
2023-05-30 | Merge bitcoin/bitcoin#26261: p2p: cleanup `LookupIntern`, `Lookup` and `Looku... | Andrew Chow |
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 | p2p, refactor: return `std::optional<CNetAddr>` in `LookupHost` | brunoerg |
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-18 | build: Bump minimum supported GCC to g++-9 | MarcoFalke |
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 | 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-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 |