aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-19contrib/bash-completions: use package naming conventionsErik Arvstedt
2023-09-16Merge bitcoin/bitcoin#28479: build: use _LIBCPP_ENABLE_DEBUG_MODE over ENABLE...fanquake
2023-09-16Merge bitcoin/bitcoin#28489: tests: fix incorrect assumption in v2transport_testfanquake
2023-09-15Merge bitcoin/bitcoin#28473: refactor: Serialization parameter cleanupsfanquake
2023-09-15tests: fix incorrect assumption in v2transport_testPieter Wuille
2023-09-15Merge bitcoin/bitcoin#28476: ci: LLVM 17 for MSAN jobsfanquake
2023-09-15Merge bitcoin/bitcoin#28480: fuzz: Don't use afl++ deferred forkserver modefanquake
2023-09-15Merge bitcoin/bitcoin#28452: Do not use std::vector = {} to release memoryfanquake
2023-09-14Merge bitcoin/bitcoin#26152: Bump unconfirmed ancestor transactions to target...Andrew Chow
2023-09-14Merge bitcoin/bitcoin#27850: test: Add unit & functional test coverage for bl...Andrew Chow
2023-09-14test: cover read-only blockstoreMatthew Zipkin
2023-09-14[fuzz] Don't use afl++ deferred forkserver modedergoegge
2023-09-14build: use _LIBCPP_ENABLE_DEBUG_MODE over ENABLE_ASSERTIONSfanquake
2023-09-14Merge bitcoin/bitcoin#28478: ci: Temporarily disable test-each-commitfanquake
2023-09-14Merge bitcoin/bitcoin#28460: fuzz: Use afl++ shared-memory fuzzingfanquake
2023-09-14Revert "Merge bitcoin/bitcoin#28279: ci: Add test-each-commit task"MarcoFalke
2023-09-14Merge bitcoin/bitcoin#28465: ci: clang-17 for fuzz and tsanfanquake
2023-09-14ci: use LLVM 17.0.0 in MSAN jobsfanquake
2023-09-14Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...fanquake
2023-09-14Merge bitcoin/bitcoin#28279: ci: Add test-each-commit taskfanquake
2023-09-14Merge bitcoin/bitcoin#28458: refactor: Remove unused GetType() from CBuffered...fanquake
2023-09-14scripted-diff: use SER_PARAMS_OPFUNCAnthony Towns
2023-09-14serialize: add SER_PARAMS_OPFUNCAnthony Towns
2023-09-14serialize: specify type for ParamsWrapper not refAnthony Towns
2023-09-14serialize: move ser_action functions out of global namespaceAnthony Towns
2023-09-13Amend bumpfee for inputs with overlapping ancestryMurch
2023-09-13Bump unconfirmed parent txs to target feerateMurch
2023-09-13coinselection: Move GetSelectionWaste into SelectionResultAndrew Chow
2023-09-13[node] interface to get bump feesglozow
2023-09-13Make MiniMinerMempoolEntry fields privateMurch
2023-09-13Remove unused importsMurch
2023-09-13Fix calculation of ancestor set feerates in testMurch
2023-09-13Match tx names to index in miniminer overlap testMurch
2023-09-13Merge bitcoin/bitcoin#28251: validation: fix coins disappearing mid-package e...fanquake
2023-09-13[test] mempool coins disappearing mid-package evaluationglozow
2023-09-13[refactor] split setup in mempool_limit testglozow
2023-09-13[test framework] add ability to spend only confirmed utxosglozow
2023-09-13[validation] don't LimitMempoolSize in any subpackage submissionsglozow
2023-09-13[validation] return correct result when already-in-mempool tx gets evictedglozow
2023-09-13[refactor] back-fill results in AcceptPackageglozow
2023-09-13[validation] make PackageMempoolAcceptResult members mutableglozow
2023-09-13[validation] add AcceptSubPackage to delegate Accept* calls and clean up m_viewglozow
2023-09-13[CCoinsViewMemPool] track non-base coins and allow Resetglozow
2023-09-13[policy] check for duplicate txids in packageglozow
2023-09-13ci: clang-17 for fuzz and tsanMarcoFalke
2023-09-13Do not use std::vector = {} to release memoryPieter Wuille
2023-09-12[refactor] Remove compat.h from kernel headersTheCharlatan
2023-09-12[refactor] Remove netaddress.h from kernel headersTheCharlatan
2023-09-12[refactor] Add CChainParams member to CConnmanTheCharlatan
2023-09-12[refactor] Add missing includes for next commitTheCharlatan