Age | Commit message (Expand) | Author |
2021-09-29 | qt: Do not exit and re-enter main event loop during shutdown | Hennadii Stepanov |
2021-09-07 | qt, refactor: Allocate SendConfirmationDialog instances on heap | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep HelpMessageDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep PSBTOperationsDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep AskPassphraseDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep EditAddressDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep CoinControlDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt, refactor: Keep OptionsDialog in the main event loop | Hennadii Stepanov |
2021-09-07 | qt: Add GUIUtil::ShowModalDialogAndDeleteOnClose | Hennadii Stepanov |
2021-09-07 | Merge bitcoin-core/gui#398: refactor: Pass WalletModel object to the WalletVi... | Hennadii Stepanov |
2021-09-06 | Merge bitcoin/bitcoin#22791: init: Fix asmap/addrman initialization order bug | MarcoFalke |
2021-09-06 | Merge bitcoin/bitcoin#22848: MOVEONLY: Expose BanMapToJson / BanMapFromJson | MarcoFalke |
2021-09-06 | Merge bitcoin/bitcoin#22736: log, sync: change lock contention from preproces... | MarcoFalke |
2021-09-06 | Merge bitcoin/bitcoin#22894: netinfo: clarify client and server versions in h... | MarcoFalke |
2021-09-06 | Merge bitcoin/bitcoin#22861: test: Update test README and lint script | fanquake |
2021-09-05 | Merge bitcoin/bitcoin#22591: Util: error if settings json exists, but is unre... | MarcoFalke |
2021-09-05 | netinfo: clarify client and server versions in header | Jon Atack |
2021-09-05 | Merge bitcoin/bitcoin#22859: Replace uses of boost::trim* with locale-indepen... | fanquake |
2021-09-04 | Merge bitcoin/bitcoin#22278: Add LIFETIMEBOUND to CScript where needed | fanquake |
2021-09-03 | Merge bitcoin/bitcoin#22860: test: Always clear reject reason in IsStandard t... | MarcoFalke |
2021-09-03 | Add LIFETIMEBOUND to InitializeChainstate | MarcoFalke |
2021-09-03 | Add LIFETIMEBOUND to CScript where needed | MarcoFalke |
2021-09-03 | MOVEONLY: Expose BanMapToJson / BanMapFromJson | Russell Yanofsky |
2021-09-03 | Merge bitcoin/bitcoin#22100: refactor: Clean up new wallet spend, receive fil... | Samuel Dobson |
2021-09-03 | qt, refactor: Replace WalletFrame::addWallet with WalletFrame::addView | Hennadii Stepanov |
2021-09-02 | Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" RPCs | MarcoFalke |
2021-09-02 | Merge bitcoin/bitcoin#22501: netinfo: display addr_{processed, rate_limited, ... | W. J. van der Laan |
2021-09-02 | test: Rename bitcoin-util-test.py to util/test_runner.py | MarcoFalke |
2021-09-02 | test: Always clear reject reason in IsStandard tx test | MarcoFalke |
2021-09-02 | Merge bitcoin/bitcoin#22846: policy: unit test Segwit dust thresholds | MarcoFalke |
2021-09-02 | tests: Add TrimString(...) tests | practicalswift |
2021-09-02 | Replace use of boost::trim_right with locale-independent TrimString | Ben Woosley |
2021-09-02 | Replace use of boost::trim use with locale-independent TrimString | Ben Woosley |
2021-09-02 | Merge bitcoin/bitcoin#22853: fuzz: Remove addrdb fuzz target | fanquake |
2021-09-02 | Merge bitcoin/bitcoin#22836: Stricter BIP32 decoding and test vector 5 | fanquake |
2021-09-02 | Merge bitcoin/bitcoin#22512: Consolidate XOnlyPubKey lookup hack | Samuel Dobson |
2021-09-01 | sync: remove DEBUG_LOCKCONTENTION preprocessor directives | Jon Atack |
2021-09-01 | log, sync: improve lock contention logging and add time duration | Jon Atack |
2021-09-01 | log, timer: add timing macro in usec LOG_TIME_MICROS_WITH_CATEGORY | Jon Atack |
2021-09-01 | fuzz: Remove addrdb fuzz target | MarcoFalke |
2021-09-01 | refactor: Detach wallet transaction methods (followup for move-only) | Russell Yanofsky |
2021-09-01 | Merge bitcoin/bitcoin#22849: Remove unused SERIALIZE_METHODS for CBanEntry | MarcoFalke |
2021-09-01 | Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to ... | Samuel Dobson |
2021-09-01 | Merge bitcoin/bitcoin#22740: [addrman] Move serialization code to cpp | fanquake |
2021-08-31 | Remove CBanEntry::SetNull | MarcoFalke |
2021-08-31 | Remove unused SERIALIZE_METHODS for CBanEntry | MarcoFalke |
2021-08-31 | policy: unit test Segwit dust thresholds | Antoine Poinsot |
2021-08-31 | Merge bitcoin/bitcoin#22796: RBF move (1/3): extract BIP125 Rule 5 into polic... | fanquake |
2021-08-30 | Stricter BIP32 decoding and test vector 5 | Pieter Wuille |
2021-08-29 | refactor: remove RecursiveMutex cs_nBlockSequenceId | Sebastian Falbesoner |