aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
AgeCommit message (Expand)Author
2022-09-13build: extract $(BOOST_CPPFLAGS) from $(BITCOIN_INCLUDES)fanquake
2022-09-09wallet: coverage for loading an unknown descriptorfurszy
2022-08-29Add unit test for HeadersSyncStateSuhas Daftuar
2022-08-23Add bitdeque, an std::deque<bool> analogue that does bit packing.Pieter Wuille
2022-08-19wallet, tests: Test bumpfee's max input weight calculationAndrew Chow
2022-08-11Merge bitcoin/bitcoin#25798: build: fix cleanup of test logsAndrew Chow
2022-08-10build: move raw rule into Makefile.amfanquake
2022-08-07build: fix cleanup of test logsfanquake
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-07-28Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...Andrew Chow
2022-07-28[unit tests] individual RBF Rules in isolationglozow
2022-07-19test: add unit test for AvailableCoinsjosibake
2022-07-18refactor: integrate no_nul into univalue unitesterfanquake
2022-07-06fuzz: add low-level target for txorphanagechinggg
2022-06-22build: Remove negated --enable-fuzz checks from build systemMarcoFalke
2022-06-04Merge bitcoin/bitcoin#24860: Miniscript integration follow-upsfanquake
2022-05-31build: pass bdb cppflags only where neededfanquake
2022-05-17bench: Add `--sanity-check` flag, use it in `make check`laanwj
2022-04-28fuzz: rename and improve the Miniscript Script roundtrip targetAntoine Poinsot
2022-04-28Merge bitcoin/bitcoin#24322: [kernel 1/n] Introduce initial `libbitcoinkernel`fanquake
2022-04-25[tests] Move TxOrphange tests to orphange_tests.cppJohn Newbery
2022-04-11build: Remove vestigial LIBLEVELDB_SSE42Carl Dong
2022-04-06Merge bitcoin/bitcoin#24098: rest: Use query parameters to control resource l...MarcoFalke
2022-04-05Merge bitcoin/bitcoin#24147: Miniscript integrationlaanwj
2022-03-31Merge bitcoin/bitcoin#24602: fuzz: add target for coinselection algorithmsAndrew Chow
2022-03-30fuzz: add target for coinselectionMartin Zumsande
2022-03-30build, refactor: Replace tabs with spacesHennadii Stepanov
2022-03-30build, test: Fix test logfile nameHennadii Stepanov
2022-03-25Merge bitcoin/bitcoin#19385: test: Change default test logging directoryMarcoFalke
2022-03-17fuzz: add a fuzz target for Miniscript decoding from ScriptAntoine Poinsot
2022-03-17Miniscript: type system, script creation, text notation, testsPieter Wuille
2022-03-16Merge bitcoin/bitcoin#14752: tests: Unit tests for IsPayToWitnessScriptHash a...MarcoFalke
2022-03-10Add GetQueryParameter helper functionstickies-v
2022-03-10Handle query string when parsing data formatstickies-v
2022-02-15fuzz: Split script formatting from script fuzz targetMarcoFalke
2022-02-13build: header-only Boostfanquake
2022-02-13build: use header-only Boost unit testfanquake
2021-12-20scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.aRussell Yanofsky
2021-12-17Merge bitcoin/bitcoin#22704: fuzz: Differential fuzzing to compare Bitcoin Co...W. J. van der Laan
2021-12-14net: Drop only invalid entries when reading banlist.jsonMarcoFalke
2021-12-11[fuzz] Add fuzzing harness to compare both implementations of ChaCha20stratospher
2021-11-25Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safeW. J. van der Laan
2021-11-16fuzz: Add minisketch fuzz testMarcoFalke
2021-11-16Merge bitcoin/bitcoin#23491: scripted-diff: Move minisketchwrapper to src/nodefanquake
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-11-12tests: implement BIP341 test vectorsPieter Wuille
2021-11-12Sort file list after renameMarcoFalke
2021-11-12Merge bitcoin/bitcoin#23114: Add minisketch subtree and integrate into build/...fanquake
2021-11-09Merge bitcoin/bitcoin#23381: validation/refactor: refactoring for package sub...W. J. van der Laan
2021-11-04MOVEONLY: move package unit tests to their own fileglozow