aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-01-03test: use Mining interface in miner_testsSjors Provoost
2024-12-30Merge bitcoin/bitcoin#31570: test: descriptor: fix test for `MaxSatisfactionW...Ava Chow
2024-12-30Merge bitcoin/bitcoin#31540: refactor: std::span compat fixesAva Chow
2024-12-27test: descriptor: fix test for `MaxSatisfactionWeight`brunoerg
2024-12-19Merge bitcoin/bitcoin#31521: fuzz: Fix misplaced SeedRand::ZEROSRyan Ofsky
2024-12-19Merge bitcoin/bitcoin#31325: Make m_tip_block std::optionalRyan Ofsky
2024-12-19refactor: Specify const in std::span constructor, where neededMarcoFalke
2024-12-19refactor: Replace fwd-decl with proper includeMarcoFalke
2024-12-18Merge bitcoin/bitcoin#31520: #31318 followupsRyan Ofsky
2024-12-18fuzz: Fix misplaced SeedRand::ZEROSMarcoFalke
2024-12-18test: drop extraneous bracket in mining utilSjors Provoost
2024-12-17Merge bitcoin/bitcoin#31486: fuzz: Abort when using global PRNG without re-seedRyan Ofsky
2024-12-17Merge bitcoin/bitcoin#31197: refactor: mining interface 30955 followupsRyan Ofsky
2024-12-17Merge bitcoin/bitcoin#31318: Drop script_pub_key arg from createNewBlockRyan Ofsky
2024-12-17fuzz: Clarify that only SeedRandomStateForTest(SeedRand::ZEROS) is allowedMarcoFalke
2024-12-17Ensure m_tip_block is never ZEROSjors Provoost
2024-12-17Make m_tip_block an std::optionalSjors Provoost
2024-12-17Rename merkle branch to pathSjors Provoost
2024-12-16fuzz: Abort when using global PRNG without re-seedMarcoFalke
2024-12-15cmake: Link `bitcoin_consensus` as a libraryHennadii Stepanov
2024-12-13fuzz: Add missing SeedRandomStateForTest(SeedRand::ZEROS)MarcoFalke
2024-12-10Merge bitcoin/bitcoin#30933: test: Prove+document ConstevalFormatString/tinyf...Ryan Ofsky
2024-12-09fuzz: add cstdlib to FuzzedDataProviderfanquake
2024-12-08Merge bitcoin/bitcoin#31306: ci: Update Clang in "tidy" jobmerge-script
2024-12-06test: Add missing %c character testHodlinator
2024-12-06test: Document non-parity between tinyformat and ConstevalFormatstringHodlinator
2024-12-06test: Prove+document ConstevalFormatString/tinyformat parityHodlinator
2024-12-06refactor test: Profit from using namespace + using detail functionHodlinator
2024-12-06Merge bitcoin/bitcoin#31072: refactor: Clean up messy strformat and bilingual...merge-script
2024-12-05ci: Update Clang in "tidy" jobHennadii Stepanov
2024-12-04Merge bitcoin/bitcoin#30445: test: addrman: tried 3 times and never a success...Ava Chow
2024-12-04scripted-diff: Replace strprintf(Untranslated) with Untranslated(strprintf)Ryan Ofsky
2024-12-04Merge bitcoin/bitcoin#30906: refactor: prohibit direct flags access in CCoins...Ryan Ofsky
2024-12-04Merge bitcoin/bitcoin#31295: refactor: Prepare compile-time check of bilingua...Ryan Ofsky
2024-12-04Merge bitcoin/bitcoin#31391: util: Drop boost posix_time in ParseISO8601DateTimemerge-script
2024-12-04test: drop scriptPubKeyIn arg from CreateNewBlockSjors Provoost
2024-12-03Merge bitcoin/bitcoin#31096: Package validation: accept packages of size 1Ava Chow
2024-12-02[validation] Make script error messages uniform for parallel/single validationPieter Wuille
2024-12-02[checkqueue] support user-defined return type through std::optionalPieter Wuille
2024-12-02Remove wallet::ParseISO8601DateTime, use ParseISO8601DateTime insteadMarcoFalke
2024-12-02test, refactor: Compact ccoins_access and ccoins_spendLőrinc
2024-12-02test, refactor: Remove remaining unbounded flags from coins_testsLőrinc
2024-12-02test: Validate error messages on failLőrinc
2024-12-02test: Group values and states in tests into CoinEntry wrappersLőrinc
2024-12-02test, refactor: Migrate GetCoinsMapEntry to return MaybeCoinLőrinc
2024-12-02coins, refactor: Remove direct GetFlags accessLőrinc
2024-12-02coins, refactor: Split up AddFlags to remove invalid statesLőrinc
2024-12-02util: Implement ParseISO8601DateTime based on C++20MarcoFalke
2024-11-27Merge bitcoin/bitcoin#30708: rpc: add getdescriptoractivityAva Chow
2024-11-26rpc: add getdescriptoractivityJames O'Beirne