aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-08-02Remove ::IsStandardTx(tx, reason) aliasMacroFake
2022-08-02test: Remove unused cs_mainMacroFake
2022-08-02Remove ::fRequireStandard globalMacroFake
2022-08-02Return optional error from ApplyArgsManOptionsMacroFake
2022-08-02Merge bitcoin/bitcoin#25736: univalue: Remove unused and confusing set*() ret...MacroFake
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-29univalue: Remove unused and confusing set*() return valueMacroFake
2022-07-28Merge bitcoin/bitcoin#25674: add unit tests for RBF rules in isolationglozow
2022-07-28[unit tests] individual RBF Rules in isolationglozow
2022-07-28refactor: log `nEvicted` message in `LimitOrphans` then return voidchinggg
2022-07-27test: Drop unused boost workaroundHennadii Stepanov
2022-07-27Merge bitcoin/bitcoin#24697: refactor address relay timefanquake
2022-07-26Merge bitcoin/bitcoin#24974: refactor: Make FEELER_SLEEP_WINDOW type safe (st...fanquake
2022-07-26Merge bitcoin/bitcoin#25694: refactor: Make CTransaction constructor explicitMacroFake
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-25refactor: Make CTransaction constructor explicitMacroFake
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-22Merge bitcoin/bitcoin#25331: Add HashWriter without ser-type and ser-version ...fanquake
2022-07-20Use HashWriter where possibleMacroFake
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-19refactor: Reduce number of LoadChainstate return valuesRussell Yanofsky
2022-07-19refactor: Reduce number of LoadChainstate parametersRussell Yanofsky
2022-07-19Merge bitcoin/bitcoin#25494: indexes: Stop using node internal typesfanquake
2022-07-19Fix `-Wparentheses` gcc warningHennadii Stepanov
2022-07-19Merge bitcoin/bitcoin#25466: ci: add unused-using-decls to clang-tidyMacroFake
2022-07-19Merge bitcoin/bitcoin#25514: net processing: Move CNode::nServices and CNode:...MacroFake
2022-07-18indexes, refactor: Pass Chain interface instead of CChainState class to indexesRyan Ofsky
2022-07-18refactor: Make mapBlocksUnknownParent local, and rename itHennadii Stepanov
2022-07-18refactor: remove unused using directivesfanquake
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-14Merge bitcoin/bitcoin#24148: Miniscript support in Output DescriptorsAndrew Chow
2022-07-14[net processing] Remove CNode::nLocalServicesJohn Newbery
2022-07-14[net] Return CService from GetLocalAddrForPeer and GetLocalAddressdergoegge
2022-07-14[net processing] Remove CNode::nServicesJohn Newbery
2022-07-14[tests] Connect peer in outbound_slow_chain_eviction by sending p2p messagesJohn Newbery