aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
AgeCommit message (Expand)Author
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-09-02Merge bitcoin/bitcoin#25962: net: Add CNodeOptions and increase constnessMacroFake
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-29Require callers of AcceptBlockHeader() to perform anti-dos checksSuhas Daftuar
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-20Fix iwyuMacroFake
2022-08-11script/sign: remove needless IsSolvable() utilityAntoine Poinsot
2022-08-03tests: Reduce calls to InitS*Cache()Carl Dong
2022-08-02sort after scripted-diffMacroFake
2022-08-02scripted-diff: Move mempool_args to src/nodeMacroFake
2022-08-02Remove ::g_max_datacarrier_bytes globalMacroFake
2022-08-02Pass datacarrier setting into IsStandardMacroFake
2022-08-02Remove ::GetVirtualTransactionSize() aliasMacroFake
2022-08-02Remove ::IsStandardTx(tx, reason) aliasMacroFake
2022-08-02Remove ::fRequireStandard globalMacroFake
2022-07-29Merge bitcoin/bitcoin#25571: refactor: Make mapBlocksUnknownParent local, and...fanquake
2022-07-29Merge bitcoin/bitcoin#25683: refactor: log `nEvicted` message in `LimitOrphan...MacroFake
2022-07-28refactor: log `nEvicted` message in `LimitOrphans` then return voidchinggg
2022-07-27Merge bitcoin/bitcoin#24697: refactor address relay timefanquake
2022-07-26Merge bitcoin/bitcoin#25689: fuzz: Remove no-op SetMempoolConstraintsglozow
2022-07-26Merge bitcoin/bitcoin#25699: scripted-diff: Replace NullUniValue with UniValu...fanquake
2022-07-26refactor: Use type-safe std::chrono for addrman timeMarcoFalke
2022-07-26scripted-diff: Rename addrman time symbolsMarcoFalke
2022-07-25fix comment spellings from the codespell lintGreg Weber
2022-07-25fuzz: refactor: Replace NullUniValue with UniValue{}MacroFake
2022-07-25Merge bitcoin/bitcoin#25349: CBlockIndex/CDiskBlockIndex improvements for saf...MacroFake
2022-07-24fuzz: Remove no-op SetMempoolConstraintsMacroFake
2022-07-22CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash()Jon Atack
2022-07-22CDiskBlockIndex: remove unused ToString() class memberJon Atack
2022-07-20refactor: move compat.h into compat/fanquake
2022-07-20Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...fanquake
2022-07-19Fix `-Wparentheses` gcc warningHennadii Stepanov
2022-07-19Merge bitcoin/bitcoin#25514: net processing: Move CNode::nServices and CNode:...MacroFake
2022-07-18refactor: Make mapBlocksUnknownParent local, and rename itHennadii Stepanov
2022-07-18Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...glozow
2022-07-17fuzz: Fix assert bug in txorphan targetchinggg
2022-07-15Move {Load,Dump}Mempool to kernel namespaceCarl Dong
2022-07-15LoadMempool: Pass in load_path, stop using gArgsCarl Dong
2022-07-15test/fuzz: Invoke LoadMempool via CChainStateCarl Dong
2022-07-15DumpMempool: Pass in dump_path, stop using gArgsCarl Dong
2022-07-14[net processing] Remove CNode::nLocalServicesJohn Newbery
2022-07-12move-only: InitializeNode to handshake helperMacroFake
2022-07-12move-only: Version handshake to libtest_utilMacroFake
2022-07-07Merge bitcoin/bitcoin#25500: refactor: Move inbound eviction logic to its own...fanquake
2022-07-07Merge bitcoin/bitcoin#25447: fuzz: add low-level target for txorphanageMacroFake
2022-07-06fuzz: add low-level target for txorphanagechinggg
2022-07-04[net] Add connection type to NodeEvictionCandidatedergoegge
2022-07-04[net] Add NoBan status to NodeEvictionCandidatedergoegge