Age | Commit message (Expand) | Author |
2023-10-05 | Merge bitcoin-core/gui#754: Add BIP324-specific labels to peer details | Hennadii Stepanov |
2023-10-04 | gui: Add wallet name to address book page | pablomartin4btc |
2023-10-04 | qt: Add "Session id" label to peer details | Hennadii Stepanov |
2023-10-03 | Merge bitcoin-core/gui#751: macOS, do not process actions during shutdown | Hennadii Stepanov |
2023-10-03 | qt: Add "Transport" label to peer details | Hennadii Stepanov |
2023-09-22 | Merge bitcoin-core/gui#119: Replace send-to-self with dual send+receive entries | Hennadii Stepanov |
2023-09-22 | Merge bitcoin-core/gui#739: Disable and uncheck blank when private keys are d... | Hennadii Stepanov |
2023-09-22 | Merge bitcoin-core/gui#755: Silence `-Wcast-function-type` warning | Hennadii Stepanov |
2023-09-20 | Merge bitcoin-core/gui#738: Add menu option to migrate a wallet | Hennadii Stepanov |
2023-09-12 | gui: macOS, make appMenuBar part of the main app window | furszy |
2023-09-11 | qt: Silence `-Wcast-function-type` warning | Hennadii Stepanov |
2023-09-08 | gui: macOS, do not process dock icon actions during shutdown | furszy |
2023-09-01 | qt: Update translation source file | Hennadii Stepanov |
2023-09-01 | qt: Translation updates from Transifex | Hennadii Stepanov |
2023-08-31 | Merge bitcoin-core/gui#749: make '-min' minimize wallet loading dialog | Hennadii Stepanov |
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-13 | gui: make '-min' minimize wallet loading dialog | furszy |
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-23 | gui: Add File > Migrate Wallet | Andrew Chow |
2023-06-23 | gui: Optionally return passphrase after unlocking | Andrew Chow |
2023-06-23 | gui: Disable and uncheck blank when private keys are disabled | Andrew Chow |
2023-06-23 | GUI: TransactionRecord: When time/index/etc match, sort send before receive | Luke Dashjr |
2023-06-23 | Bugfix: Ignore ischange flag when we're not the sender | Luke Dashjr |
2023-06-23 | GUI: Remove SendToSelf TransactionRecord type | Luke Dashjr |
2023-06-23 | GUI: TransactionRecord: Refactor to turn send-to-self into send+receive pairs | Luke Dashjr |
2023-06-23 | GUI: TransactionRecord: Use "any from me" as the criteria for deciding whethe... | Luke Dashjr |
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 |