aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-14refactor: Replace <filesystem> with <util/fs.h>MarcoFalke
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-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-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-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
2023-09-12kernel: Move MessageStartChars to its own fileTheCharlatan
2023-09-12[refactor] Define MessageStartChars as std::arrayTheCharlatan
2023-09-12[refactor] Allow std::array<std::byte, N> in serialize.hMarcoFalke
2023-09-12Merge bitcoin/bitcoin#28101: doc, refactor: changing -torcontrol help to spec...Andrew Chow
2023-09-12Merge bitcoin/bitcoin#28414: wallet rpc: return final tx hex from walletproce...Andrew Chow
2023-09-12[fuzz] Use afl++ shared-memory fuzzingdergoegge
2023-09-12Merge bitcoin/bitcoin#28105: doc: Clarify that -fstack-reuse=all bugs exist o...fanquake
2023-09-12Merge bitcoin/bitcoin#28448: rpc: Deprecate rpcserialversion=0fanquake
2023-09-12doc: Clarify that -fstack-reuse=all bugs exist on all versions of GCCMarcoFalke
2023-09-12scripted-diff: Rename CBufferedFile to BufferedFileMarcoFalke
2023-09-12Remove unused GetType() from CBufferedFile and CAutoFileMarcoFalke
2023-09-12dbwrapper: Use DataStream for batch operationsTheCharlatan
2023-09-12Merge bitcoin/bitcoin#28427: index: coinstats reorg, fail when block cannot b...fanquake
2023-09-11Merge bitcoin/bitcoin#28433: Follow-up to BIP324 connection supportfanquake
2023-09-11rpc: Deprecate rpcserialversion=0Anthony Towns
2023-09-10doc: fix typos and mistakes in BIP324 code commentsPieter Wuille
2023-09-10net: do not use send buffer to store/cache garbagePieter Wuille
2023-09-10net: merge V2Transport constructors, move key genPieter Wuille
2023-09-10Merge bitcoin/bitcoin#27944: test: various USDT functional test cleanups (278...fanquake
2023-09-09Merge bitcoin/bitcoin#28431: Remove needless `GetTransactionOutputWeight` helperfanquake
2023-09-09Merge bitcoin/bitcoin#28428: Hard-code version number value for CBlockLocator...fanquake
2023-09-08refactor: remove clientversion include from dbwrapper.hCory Fields
2023-09-08refactor: Use DataStream now that version/type are unusedCory Fields
2023-09-08Remove version/hashing options from CBlockLocator/CDiskBlockIndexCory Fields
2023-09-08index: add [nodiscard] attribute to functions writing to the dbfurszy
2023-09-08Merge bitcoin/bitcoin#28196: BIP324 connection supportfanquake