aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-05-07Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...Ava Chow
2024-05-04Merge bitcoin/bitcoin#28657: miniscript: make operator""_mst constevalmerge-script
2024-05-04Merge bitcoin/bitcoin#29907: test: Fix `test/streams_tests.cpp` compilation o...merge-script
2024-05-03miniscript: make operator_mst constevalPieter Wuille
2024-05-03Merge bitcoin/bitcoin#30026: refactor, test: Always initialize pointerRyan Ofsky
2024-05-03Merge bitcoin/bitcoin#30012: opportunistic 1p1c followupsmerge-script
2024-05-02refactor, test: Always initialize pointerHennadii Stepanov
2024-05-02refactor: Make 64-bit shift explicitHennadii Stepanov
2024-05-01[refactor] make MempoolAcceptResult::m_replaced_transactions non-optionalglozow
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-30Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logicAva Chow
2024-04-30Merge bitcoin/bitcoin#28970: p2p: opportunistically accept 1-parent-1-child p...Ava Chow
2024-04-30Merge bitcoin/bitcoin#29906: Disable util::Result copying and assignmentAva Chow
2024-04-30Merge bitcoin/bitcoin#29990: fuzz: don't allow adding duplicate transactions ...glozow
2024-04-29Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by nameRyan Ofsky
2024-04-28fuzz: don't allow adding duplicate transactions to the mempoolSuhas Daftuar
2024-04-28Merge bitcoin/bitcoin#29774: build: Enable fuzz binary in MSVCmerge-script
2024-04-26[fuzz] break out parent functions and add GetChildrenFrom* coverageglozow
2024-04-26[unit test] TxOrphanage::GetChildrenFrom*glozow
2024-04-26[txpackages] add canonical way to get hash of packageglozow
2024-04-26test: Add two more urlDecode testsMarcoFalke
2024-04-25refactor: Drop util::Result operator=Ryan Ofsky
2024-04-25Merge bitcoin/bitcoin#29904: refactor: Use our own implementation of urlDecodeRyan Ofsky
2024-04-24common: Don't terminate on null character in UrlDecodeFabian Jahr
2024-04-24scripted-diff: Modernize name of urlDecode function and paramFabian Jahr
2024-04-24refactor: Remove hooking code for urlDecodeFabian Jahr
2024-04-24test: Add unit tests for urlDecodeFabian Jahr
2024-04-24Merge bitcoin/bitcoin#29757: feefrac: avoid explicitly computing diagram; com...glozow
2024-04-24Merge bitcoin/bitcoin#29910: refactor: Rename `subprocess.hpp` to follow our ...merge-script
2024-04-24Merge bitcoin/bitcoin#29853: sign: don't assume we are parsing a sane TapMini...merge-script
2024-04-23refactor: Rename `subprocess.hpp` to follow our header name conventionsHennadii Stepanov
2024-04-22sign: don't assume we are parsing a sane MiniscriptAntoine Poinsot
2024-04-22Avoid explicitly computing diagram; compare based on chunksPieter Wuille
2024-04-22Merge bitcoin/bitcoin#29879: fuzz: explicitly cap the vsize of RBFs for diagr...glozow
2024-04-18test: Fix `test/streams_tests.cpp` compilation on SunOS / illumosHennadii Stepanov
2024-04-18build, msvc: Build `fuzz.exe` binaryHennadii Stepanov
2024-04-18fuzz: Re-implement `read_stdin` in portable wayHennadii Stepanov
2024-04-16fuzz: explicitly cap the vsize of RBFs for diagram checksGreg Sanders
2024-04-16test: Fix failing univalue float testMarcoFalke
2024-04-11Merge bitcoin/bitcoin#29735: AcceptMultipleTransactions: Fix workspace not be...glozow
2024-04-10Remove timedatastickies-v
2024-04-10Add TimeOffsets helper classstickies-v
2024-04-10Merge bitcoin/bitcoin#28981: Replace Boost.Process with cpp-subprocessmerge-script
2024-04-09Merge bitcoin/bitcoin#29820: refactor, bench, fuzz: Drop unneeded `UCharCast`...merge-script
2024-04-09fuzz: Add coverage for client_maxfeerateGreg Sanders
2024-04-09Merge bitcoin/bitcoin#29752: refactor: Use typesafe Wtxid in compact block en...glozow
2024-04-07[clang-tidy] Enable the misc-no-recursion checkdergoegge
2024-04-06refactor: Simplify `extra_txn` to be a vec of CTransactionRef instead of a ve...AngusP
2024-04-06refactor, bench, fuzz: Drop unneeded `UCharCast` callsHennadii Stepanov
2024-04-05Merge bitcoin/bitcoin#29805: test: Fix debug recommendation in argsman_testsfanquake