Age | Commit message (Expand) | Author |
2023-05-30 | Merge bitcoin/bitcoin#26261: p2p: cleanup `LookupIntern`, `Lookup` and `Looku... | Andrew Chow |
2023-05-30 | Merge bitcoin/bitcoin#27666: wallet, bench: Move commonly used functions to t... | fanquake |
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 | p2p, refactor: return vector/optional<CService> in `Lookup` | brunoerg |
2023-05-25 | bench: Remove incorrect LoadWallet call in WalletBalance | Andrew Chow |
2023-05-25 | tests: Move ADDRESS_BCRT1_UNSPENDABLE to wallet/test/util.h | Andrew Chow |
2023-05-25 | tests, bench: Consolidate {Test,Bench}Un/LoadWallet helper | Andrew Chow |
2023-05-25 | wallet: skip block scan if block was created before wallet birthday | furszy |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-05-15 | Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit tests | fanquake |
2023-05-10 | Merge bitcoin/bitcoin#19690: util: improve FindByte() performance | Andrew Chow |
2023-05-09 | Merge bitcoin/bitcoin#27491: refactor: Move chain constants to the util library | fanquake |
2023-05-09 | scripted-diff: Remove unused chainparamsbase includes | TheCharlatan |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-05-08 | refactor: Remove unused GetTimeMillis | MarcoFalke |
2023-05-05 | util: improve streams.h:FindByte() performance | Larry Ruane |
2023-05-05 | [bench] add streams findbyte | gzhao408 |
2023-05-03 | wallet, bench: Remove unused database options from WalletBenchLoading | Andrew Chow |
2023-05-03 | tests: Update DuplicateMockDatabase for MockableDatabase | Andrew Chow |
2023-05-03 | scripted-diff: Replace CreateMockWalletDB with CreateMockableWalletDB | Andrew Chow |
2023-05-03 | wallet, tests: Include wallet/test/util.h | Andrew Chow |
2023-05-03 | wallet, tests: Replace usage of dummy db with mockable db | Andrew Chow |
2023-05-02 | test: Add util to mine invalid blocks | MarcoFalke |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-20 | Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha... | Andrew Chow |
2023-04-20 | Merge bitcoin/bitcoin#25325: Add pool based memory resource | Andrew Chow |
2023-04-20 | Merge bitcoin/bitcoin#27214: addrman: Enable selecting addresses by network | Andrew Chow |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-11 | Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s... | Andrew Chow |
2023-04-05 | coin selection: BnB, don't return selection if exceeds max allowed tx weight | 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-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 | Merge bitcoin/bitcoin#26957: bench: update logging benchmarks | Andrew Chow |
2023-03-23 | Add pool based memory resource & allocator | Martin Leitner-Ankerl |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-21 | refactor: Use move semantics in `CCheckQueue::Loop` | Hennadii Stepanov |
2023-03-21 | refactor: Make move semantics explicit for callers | Hennadii Stepanov |
2023-03-17 | bench: test select for a new table with only one address | Amiti Uttarwar |
2023-03-17 | bench: add coverage for addrman select with network parameter | Amiti Uttarwar |
2023-03-07 | bench: document expected results in logging benchmarks | jonatack |
2023-03-07 | bench: add LogPrintfCategory and LogPrintLevel benchmarks | Jon Atack |
2023-03-07 | bench: order the logging benchmark code by output | Jon Atack |
2023-03-07 | bench: update logging benchmark naming for clarity | Jon Atack |
2023-03-06 | bench: allow logging benchmarks to be order-independent | Larry Ruane |
2023-03-06 | wallet: single output groups filtering and grouping process | furszy |
2023-03-06 | refactor: make OutputGroup::m_outputs field a vector of shared_ptr | furszy |
2023-03-03 | wallet: make OutputGroup "positive_only" filter explicit | furszy |