Age | Commit message (Expand) | Author |
2023-07-10 | test: indexes, fix on error infinite loop | furszy |
2023-07-10 | index: verify blocks data existence only once | furszy |
2023-07-07 | Merge bitcoin/bitcoin#28036: test: Restore unlimited timeout in IndexWaitSynced | fanquake |
2023-07-06 | Merge bitcoin/bitcoin#27861: kernel: Rm ShutdownRequested and AbortNode from ... | Ryan Ofsky |
2023-07-06 | test: Restore unlimited timeout in IndexWaitSynced | MarcoFalke |
2023-06-28 | test: Use same timeout for all index sync | MarcoFalke |
2023-06-28 | kernel: Add fatalError method to notifications | TheCharlatan |
2023-06-28 | kernel: Add flushError method to notifications | TheCharlatan |
2023-06-28 | kernel: Pass interrupt reference to chainman | TheCharlatan |
2023-06-14 | tx fees, policy: read stale fee estimates with a regtest-only option | ismaelsadeeq |
2023-06-14 | test: move random.h include header from setup_common.h to cpp | Jon Atack |
2023-06-14 | test: move remaining random test util code from setup_common to random | jonatack |
2023-05-30 | Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ... | fanquake |
2023-05-26 | fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting | MarcoFalke |
2023-05-24 | refactor: Replace std::optional<bilingual_str> with util::Result | Ryan Ofsky |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-05-20 | kernel: Add notification interface | TheCharlatan |
2023-05-17 | index: Enable reindex-chainstate with active indexes | Martin Zumsande |
2023-05-10 | refactor, blockstorage: Replace blocksdir arg | TheCharlatan |
2023-05-10 | refactor: Move functions to BlockManager methods | TheCharlatan |
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#17860: fuzz: BIP 30, CVE-2018-17144 | fanquake |
2023-05-05 | Move LoadVerifyActivateChainstate to ChainTestingSetup | MarcoFalke |
2023-05-04 | Add BlockManagerOpts::chainparams reference | MarcoFalke |
2023-05-02 | test: Add util to mine invalid blocks | MarcoFalke |
2023-04-26 | Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even... | glozow |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-20 | Merge bitcoin/bitcoin#25325: Add pool based memory resource | Andrew Chow |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-17 | [test util] mock mempool minimum feerate | glozow |
2023-04-03 | Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system | fanquake |
2023-03-28 | Merge bitcoin/bitcoin#27324: net: #27257 follow-ups | fanquake |
2023-03-27 | [net] Pass nRecvFloodSize to CNode | dergoegge |
2023-03-27 | Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ... | fanquake |
2023-03-26 | clang-tidy: Add `performance-inefficient-vector-operation` check | Hennadii Stepanov |
2023-03-23 | Add pool based memory resource & allocator | Martin Leitner-Ankerl |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-19 | [net] Deduplicate marking received message for processing | dergoegge |
2023-03-15 | Move ::nPruneTarget into BlockManager | MarcoFalke |
2023-02-22 | Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB... | Andrew Chow |
2023-02-17 | Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ... | Andrew Chow |
2023-02-17 | Merge bitcoin/bitcoin#25862: refactor, kernel: Remove gArgs accesses from dbw... | Andrew Chow |
2023-02-16 | init, validation: Improve handling if VerifyDB() fails due to insufficient db... | Martin Zumsande |
2023-02-15 | Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v... | fanquake |
2023-02-10 | refactor, validation: Add ChainstateManagerOpts db options | Ryan Ofsky |
2023-02-10 | refactor, txdb: Use DBParams struct in CBlockTreeDB | Ryan Ofsky |
2023-02-09 | De-duplicate add_coin methods to a test util helper | Jon Atack |
2023-02-09 | Create InsecureRandMoneyAmount() test util helper | Jon Atack |
2023-02-06 | Move random test util code from setup_common to random | Jon Atack |