aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-05-10Merge bitcoin/bitcoin#19690: util: improve FindByte() performanceAndrew Chow
2023-05-10Merge bitcoin/bitcoin#27605: refactor: Replace global find_value function wit...Andrew Chow
2023-05-10refactor: Use ChainType enum exhaustivelyTheCharlatan
2023-05-09Temporarily work around gcc-13 warning bug in interfaces_testsMarcoFalke
2023-05-09scripted-diff: Use UniValue::find_value methodMarcoFalke
2023-05-09Merge bitcoin/bitcoin#27491: refactor: Move chain constants to the util libraryfanquake
2023-05-09scripted-diff: Remove unused chainparamsbase includesTheCharlatan
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-05-08Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to hAndrew Chow
2023-05-06Merge bitcoin/bitcoin#17860: fuzz: BIP 30, CVE-2018-17144fanquake
2023-05-06Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t...fanquake
2023-05-05util: improve streams.h:FindByte() performanceLarry Ruane
2023-05-05fuzz: BIP 42, BIP 30, CVE-2018-17144MarcoFalke
2023-05-05Move LoadVerifyActivateChainstate to ChainTestingSetupMarcoFalke
2023-05-04Remove unused chainparams from BlockManager methodsMarcoFalke
2023-05-04Add BlockManagerOpts::chainparams referenceMarcoFalke
2023-05-02test: Add util to mine invalid blocksMarcoFalke
2023-04-26Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even...glozow
2023-04-21Merge bitcoin/bitcoin#27506: test: prevent intermittent failuresfanquake
2023-04-21Merge bitcoin/bitcoin#27464: fuzz: re-enable prioritisetransaction & analyzep...fanquake
2023-04-21Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/systemfanquake
2023-04-20test: prevent intermittent failuresAmiti Uttarwar
2023-04-20Merge bitcoin/bitcoin#25325: Add pool based memory resourceAndrew Chow
2023-04-20Merge bitcoin/bitcoin#27214: addrman: Enable selecting addresses by networkAndrew Chow
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-04-18doc: update references to kernel/chainparams.cppfanquake
2023-04-17bugfix: rest: avoid segfault for invalid URIpablomartin4btc
2023-04-17[policy] disallow transactions under min relay fee, even in packagesglozow
2023-04-17[test] package cpfp bumps parents <mempoolminfee but >=minrelaytxfeeglozow
2023-04-17[test util] mock mempool minimum feerateglozow
2023-04-14fuzz: re-enable prioritisetransaction & analyzepsbt RPCMarcoFalke
2023-04-11Merge bitcoin/bitcoin#26662: fuzz: Add HeadersSyncState targetfanquake
2023-04-05ci: use clang-16 in tidy taskfanquake
2023-04-04Switch hardened derivation marker to h in descriptorsSjors Provoost
2023-04-04test: Use steady clock in index testsMarcoFalke
2023-04-04net: Use steady clock in InterruptibleRecvMarcoFalke
2023-04-03refactor: don't avoid sys/types.h on when building for Windowsfanquake
2023-04-03Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/systemfanquake
2023-03-28Merge bitcoin/bitcoin#27344: fuzz: Remove legacy int parse fuzz testsfanquake
2023-03-28Merge bitcoin/bitcoin#27324: net: #27257 follow-upsfanquake
2023-03-27test: Fix intermittent failure in ChainStateManager testsMartin Zumsande
2023-03-27fuzz: Remove legacy int parse fuzz testsMarcoFalke
2023-03-27[net] Pass nRecvFloodSize to CNodedergoegge
2023-03-27Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ...fanquake
2023-03-26clang-tidy: Add `performance-inefficient-vector-operation` checkHennadii Stepanov
2023-03-23Use PoolAllocator for CCoinsMapMartin Leitner-Ankerl
2023-03-23Call ReallocateCache() on each Flush()Martin Leitner-Ankerl
2023-03-23Add PoolResource fuzzerMartin Leitner-Ankerl
2023-03-23Calculate memory usage correctly for unordered_maps that use PoolAllocatorMartin Leitner-Ankerl
2023-03-23Add pool based memory resource & allocatorMartin Leitner-Ankerl