aboutsummaryrefslogtreecommitdiff
path: root/src/test/util
AgeCommit message (Expand)Author
2024-02-13scripted-diff: Fix bitcoin_config_h includesTheCharlatan
2024-02-01refactor: Fix timedata includesMarcoFalke
2024-01-05Remove GetAdjustedTimedergoegge
2023-12-14Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn...Ava Chow
2023-12-06fuzz: p2p: Detect peer deadlocksMarcoFalke
2023-12-04Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directlyRyan Ofsky
2023-12-04refactor: Remove calls to StartShutdown from KernelNotificationsRyan Ofsky
2023-12-04refactor: Remove call to ShutdownRequested from IndexWaitSyncedRyan Ofsky
2023-12-04refactor: Add NodeContext::shutdown memberRyan Ofsky
2023-12-01Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...Andrew Chow
2023-11-30Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)Andrew Chow
2023-11-30Remove unused version.h includeMarcoFalke
2023-11-30Remove unused CDataStreamMarcoFalke
2023-11-29Merge bitcoin/bitcoin#28486: test, bench: Initialize and terminate use of Win...fanquake
2023-11-29fuzz: Fix nullptr deref in scriptpubkeymanMarcoFalke
2023-11-28test: Setup networking globallyHennadii Stepanov
2023-11-28Merge bitcoin/bitcoin#28892: refactor: P2P transport without serialize versio...fanquake
2023-11-22tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...ismaelsadeeq
2023-11-21Use Txid in COutpointdergoegge
2023-11-20refactor: NetMsg::Make() without nVersionMarcoFalke
2023-11-17Merge bitcoin/bitcoin#28878: Remove version field from GetSerializeSizefanquake
2023-11-16Merge bitcoin/bitcoin#28825: fuzz: Minor improvements to tx_package_eval targetfanquake
2023-11-16Include version.h in fewer placesAnthony Towns
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-09fuzz: allow reaching MempoolAcceptResult::ResultType::DIFFERENT_WITNESS in tx...Greg Sanders
2023-11-08Merge bitcoin/bitcoin#28155: net: improves addnode / m_added_nodes logicglozow
2023-11-08Merge bitcoin/bitcoin#28785: validation: return more helpful results for reco...fanquake
2023-11-07Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shutdow...Andrew Chow
2023-11-07[validation] change package-fee-too-low, return wtxid(s) and effective feerateglozow
2023-11-03test: bugfix CheckPackageMempoolAcceptResult return all error stringsGreg Sanders
2023-11-03Merge bitcoin/bitcoin#28758: refactors for subpackage evaluationfanquake
2023-11-02[test util] CheckPackageMempoolAcceptResult for sanity-checking resultsglozow
2023-11-01[test util] CreateValidTransaction multi-in/out, configurable feerate, signal...glozow
2023-10-30Allow unit tests to access additional CConnman membersJon Atack
2023-10-24tests: Reset node context members on ~BasicTestingSetupTheCharlatan
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-10-05Merge bitcoin/bitcoin#28558: Make PeerManager own a FastRandomContextfanquake
2023-10-04[test] Make PeerManager's rng deterministic in testsdergoegge
2023-10-03Merge bitcoin/bitcoin#26312: Remove Sock::Get() and Sock::Sock()Ryan Ofsky
2023-10-03Make `CCheckQueue` destructor stop worker threadsHennadii Stepanov
2023-10-03Move global `scriptcheckqueue` into `ChainstateManager` classHennadii Stepanov
2023-10-02net: advertise NODE_P2P_V2 if CLI arg -v2transport is onPieter Wuille
2023-09-30validation: do not activate snapshot if behind active chainJames O'Beirne
2023-09-30validation: pass ChainstateRole for validationinterface callsJames O'Beirne
2023-09-15Merge bitcoin/bitcoin#28473: refactor: Serialization parameter cleanupsfanquake
2023-09-14scripted-diff: use SER_PARAMS_OPFUNCAnthony Towns
2023-09-12[refactor] Add CChainParams member to CConnmanTheCharlatan
2023-09-07net: add have_next_message argument to Transport::GetBytesToSend()Pieter Wuille
2023-09-07Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress s...fanquake
2023-09-05Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex checkfanquake