aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-06-07Merge bitcoin/bitcoin#21795: fuzz: Terminate immediately if a fuzzing harness...MarcoFalke
2021-06-07Merge bitcoin/bitcoin#22137: util: Properly handle -noincludeconf on command ...fanquake
2021-06-06p2p, rpc, fuzz: various tiny follow-upsJon Atack
2021-06-04util: Properly handle -noincludeconf on command lineMarcoFalke
2021-06-03Merge bitcoin/bitcoin#22051: Basic Taproot derivation support for descriptorsW. J. van der Laan
2021-06-03Merge bitcoin/bitcoin#22050: p2p: remove tor v2 supportW. J. van der Laan
2021-06-03p2p: ignore torv2-in-ipv6 addresses in SetLegacyIPv6()Jon Atack
2021-06-03Merge bitcoin/bitcoin#22065: Mark `CheckTxInputs` `[[nodiscard]]`. Avoid UUM ...MarcoFalke
2021-06-02Merge bitcoin/bitcoin#22086: test: remove BasicTestingSetup from unit tests t...W. J. van der Laan
2021-06-01Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary...MarcoFalke
2021-06-01Merge bitcoin/bitcoin#22005: fuzz: Speed up banman fuzz targetMarcoFalke
2021-06-01Merge bitcoin/bitcoin#21969: refactor: Switch serialize to uint8_t (Bundle 1/2)MarcoFalke
2021-06-01Merge bitcoin/bitcoin#22107: scripted-diff: rename GetSystemTimeInSeconds to ...fanquake
2021-05-31refactor: Switch serialize to uint8_t (1/n)MarcoFalke
2021-05-31scripted-diff: rename GetSystemTimeInSeconds to GetTimeSecondsfanquake
2021-05-28Additional test vector for hardened derivation with leading zerosKristaps Kaupe
2021-05-28test: remove BasicTestingSetup from util_threadnames unit testsfanquake
2021-05-28test: remove BasicTestingSetup from uint256 unit testsfanquake
2021-05-28test: remove BasicTestingSetup from torcontrol unit testsfanquake
2021-05-28test: remove BasicTestingSetup from sync unit testsfanquake
2021-05-28test: remove BasicTestingSetup from reverse_lock unit testsfanquake
2021-05-28test: remove BasicTestingSetup from policy_fee unit testsfanquake
2021-05-28test: remove BasicTestingSetup from merkleblock testsfanquake
2021-05-28test: remove BasicTestingSetup from hash unit testsfanquake
2021-05-28test: remove BasicTestingSetup from compilerbug unit testsfanquake
2021-05-28test: remove BasicTestingSetup from bswap unit testsfanquake
2021-05-28test: remove BasicTestingSetup from bech32 unit testsfanquake
2021-05-28test: remove BasicTestingSetup from base64 unit testsfanquake
2021-05-28test: remove BasicTestingSetup from base32 unit testsfanquake
2021-05-28test: remove BasicTestingSetup from arith_uint256 unit testsfanquake
2021-05-28test: remove BasicTestingSetup from amount unit testsfanquake
2021-05-28test: remove BasicTestingSetup from allocator unit testsfanquake
2021-05-28p2p: remove torv2 from SetNetFromBIP155Network()Jon Atack
2021-05-28fuzz: rename CNetAddr/CService deserialize targetsJon Atack
2021-05-28p2p: drop onions from IsAddrV1Compatible(), no longer relay torv2Jon Atack
2021-05-27p2p: remove torv2/ADDR_TORV2_SIZE from SetTor()Jon Atack
2021-05-27Merge bitcoin/bitcoin#20833: rpc/validation: enable packages through testmemp...W. J. van der Laan
2021-05-27index: Add chainstate member to BaseIndexCarl Dong
2021-05-27miner: Pass in chainman to RegenerateCommitmentsCarl Dong
2021-05-27Merge bitcoin/bitcoin#22029: [fuzz] Improve transport deserialization fuzz te...W. J. van der Laan
2021-05-26Merge bitcoin/bitcoin#21966: Remove double serialization; use software encode...W. J. van der Laan
2021-05-26fuzz: don't try and use fopencookie when building for Androidfanquake
2021-05-25Mark `CheckTxInputs` `[[nodiscard]]` (out-param `txfee` only set if call is s...practicalswift
2021-05-25[fuzz] Occasional valid magic bytes for transport serialization testDhruv Mehta
2021-05-25[fuzz] Occasional valid checksum for transport serialization fuzz testDhruv Mehta
2021-05-25[fuzz] Add serialization to deserialization testDhruv Mehta
2021-05-24Remove support for double serializationPieter Wuille
2021-05-24Convert uses of double-serialization to {En,De}codeDoublePieter Wuille
2021-05-24Convert existing float encoding testsPieter Wuille
2021-05-24Add unit tests for serfloat modulePieter Wuille