aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-10-02Merge bitcoin/bitcoin#26227: [24.x] fuzz: Limit outpoints.size in txorphan ta...fanquake
2022-09-30fuzz: Limit outpoints.size in txorphan target to avoid OOMMacroFake
2022-09-23Merge bitcoin/bitcoin#26160: [24.x] fuzz: Avoid timeout in bitdeque fuzz targetMacroFake
2022-09-17Permit delaying duplicate key check in miniscript::Node constructionPieter Wuille
2022-09-13Merge bitcoin/bitcoin#24513: CChainState -> Chainstateglozow
2022-09-13Merge bitcoin/bitcoin#25222: refactor: Pass reference to LookUpStatsMacroFake
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-09-06fuzz: Remove no-op call to get()MacroFake
2022-09-05fuzz: Avoid timeout in bitdeque fuzz targetMacroFake
2022-09-05test: remove Boost Test from libtest utilfanquake
2022-09-02Merge bitcoin/bitcoin#25962: net: Add CNodeOptions and increase constnessMacroFake
2022-09-01Merge bitcoin/bitcoin#25614: Severity-based logging, step 2Andrew Chow
2022-09-01net: make CNode::m_permissionFlags constAnthony Towns
2022-08-31Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)fanquake
2022-08-30Merge bitcoin/bitcoin#25733: tidy: enable bugprone-use-after-moveMacroFake
2022-08-30Merge bitcoin/bitcoin#25717: p2p: Implement anti-DoS headers syncfanquake
2022-08-30test: work around bugprone-use-after-move warnings in util testsfanquake
2022-08-29Add unit test for HeadersSyncStateSuhas Daftuar
2022-08-29Require callers of AcceptBlockHeader() to perform anti-dos checksSuhas Daftuar
2022-08-26Merge bitcoin/bitcoin#25355: I2P: add support for transient addresses for out...Andrew Chow
2022-08-24Merge bitcoin/bitcoin#25863: test: remove unused `norm_prv` parameter in `des...fanquake
2022-08-24Make Join() util work with any container typeMacroFake
2022-08-23Add functions to construct locators without CChainPieter Wuille
2022-08-23Add bitdeque, an std::deque<bool> analogue that does bit packing.Pieter Wuille
2022-08-23Add function to validate difficulty changesSuhas Daftuar
2022-08-21test: remove unused `norm_prv` parameterw0xlt
2022-08-20Create BCLog::Level::Trace log severity levelJon Atack
2022-08-20Unit test coverage for -loglevel configuration optionklementtan
2022-08-20Create -loglevel configuration optionklementtan
2022-08-20Unit test coverage for log severity levelsklementtan
2022-08-20Update LogAcceptCategory() and unit tests with log severity levelsklementtan
2022-08-20Fix iwyuMacroFake
2022-08-19Remove Join() helper only used in testsMacroFake
2022-08-19Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...MacroFake
2022-08-18Merge bitcoin/bitcoin#25827: descriptor: check if `rawtr` has only one key.Andrew Chow
2022-08-17Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider MergeAndrew Chow
2022-08-17descriptor: check if `rawtr` has only one key.w0xlt
2022-08-17Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest responsefanquake
2022-08-16refactor: Add lock annotations to Active* methodsMacroFake
2022-08-16Merge bitcoin/bitcoin#25803: refactor: Drop `boost/algorithm/string/replace.h...fanquake
2022-08-12refactor: Avoid copies in FlatSigningProvider MergeMacroFake
2022-08-12Merge bitcoin/bitcoin#25677: refactor: make active_chain_tip a referenceMacroFake
2022-08-11Merge bitcoin/bitcoin#25815: test: Use existing {Chainstate,Block}ManMacroFake
2022-08-11Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptorsAndrew Chow
2022-08-11i2p: add support for creating transient sessionsVasil Dimov
2022-08-11script/sign: remove needless IsSolvable() utilityAntoine Poinsot
2022-08-11[test] make tx6 child of tx5, not tx3, in rbf_testsglozow
2022-08-10Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...Andrew Chow
2022-08-10validation tests: Use existing {Chainstate,Block}ManCarl Dong
2022-08-08test: Add test case for `ReplaceAll()` functionHennadii Stepanov