aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/rbf.cpp
AgeCommit message (Expand)Author
2024-06-18fuzz: have package_rbf always make small txnsGreg Sanders
2024-05-17[[refactor]] Check CTxMemPool options in constructorTheCharlatan
2024-04-22Avoid explicitly computing diagram; compare based on chunksPieter Wuille
2024-04-16fuzz: explicitly cap the vsize of RBFs for diagram checksGreg Sanders
2024-03-26fuzz: Add more invariant checks for package_rbfGreg Sanders
2024-03-26fuzz: finer grained ImprovesFeerateDiagram check on error resultGreg Sanders
2024-03-26fuzz: add PrioritiseTransaction coverage in diagram checksGreg Sanders
2024-03-18fuzz: Add fuzz target for ImprovesFeerateDiagramGreg Sanders
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-10-04fuzz: add util/mempool/h.cppfanquake
2022-08-02scripted-diff: Move mempool_args to src/nodeMacroFake
2022-06-28pool: Add and use MemPoolOptions, ApplyArgsManOptionsCarl Dong
2022-06-27fuzz/rbf: Add missing TestingSetupCarl Dong
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-12fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loopAndrew Poelstra
2020-12-15Merge #20560: fuzz: Link all targets onceMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-12-01fuzz: Avoid time-based "non-determinism" in fuzzing harnesses by using mocked...practicalswift
2020-05-14Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.practicalswift
2020-04-30tests: Add fuzzing harness for IsRBFOptIn(...)practicalswift