aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-26doc: fix loadtxoutset examplefanquake
2024-09-25Merge bitcoin/bitcoin#30510: multiprocess: Add IPC wrapper for Mining interfaceAva Chow
2024-09-24validation: Disable CheckForkWarningConditions for background chainstateMartin Zumsande
2024-09-24Merge bitcoin/bitcoin#30952: test: Use shell builtins in run_command test casemerge-script
2024-09-23Merge bitcoin/bitcoin#30678: wallet: Write best block to disk before backupAva Chow
2024-09-23multiprocess: Add serialization code for BlockValidationStateRyan Ofsky
2024-09-23multiprocess: Add IPC wrapper for Mining interfaceRyan Ofsky
2024-09-23multiprocess: Add serialization code for vector<char>Russell Yanofsky
2024-09-23multiprocess: Add serialization code for CTransactionRussell Yanofsky
2024-09-23multiprocess: update common-types.h to use C++20 conceptsRyan Ofsky
2024-09-23build: Make bitcoin_ipc_test depend on bitcoin_ipcRyan Ofsky
2024-09-23Merge bitcoin/bitcoin#30409: Introduce waitTipChanged() mining interface, rep...Ava Chow
2024-09-23test: Use shell builtins in run_command test caseAva Chow
2024-09-20Merge bitcoin/bitcoin#30765: refactor: Allow `CScript`'s `operator<<` to acce...Ava Chow
2024-09-20Merge bitcoin/bitcoin#30918: fuzz: Add check in `p2p_headers_presync` that ch...Ava Chow
2024-09-20Merge bitcoin/bitcoin#30826: fuzz: reduce number of iterations in `crypto_aea...Ava Chow
2024-09-20Merge bitcoin/bitcoin#30794: interpreter: use int32_t instead of int type for...Ava Chow
2024-09-20Merge bitcoin/bitcoin#30679: fix: handle invalid `-rpcbind` port earlierAva Chow
2024-09-20Merge bitcoin/bitcoin#30828: interfaces: #30697 follow upsAva Chow
2024-09-20Merge bitcoin/bitcoin#30568: addrman: change internal id counting to int64_tAva Chow
2024-09-20Merge bitcoin/bitcoin#26990: cli: Improve error message on multiwallet cli-si...Ava Chow
2024-09-20wallet: migration, write best locator before unloading walletfurszy
2024-09-20wallet: Write best block to disk before backupFabian Jahr
2024-09-20Merge bitcoin/bitcoin#30561: refactor: move `SignSignature` helpers to test u...merge-script
2024-09-20add check that chainwork doesn't exceed minimum workmarcofleon
2024-09-20add clarification in commentmarcofleon
2024-09-20Merge bitcoin/bitcoin#30856: build: drop obj/ subdirectory for generated build.hmerge-script
2024-09-19build: drop superfluous `HAVE_BUILD_INFO` defineSebastian Falbesoner
2024-09-19build: drop obj/ subdir for generated build.h, rename to bitcoin-build-info.hSebastian Falbesoner
2024-09-19streams: reorder/document functionsPieter Wuille
2024-09-19streams: remove unused codePieter Wuille
2024-09-19Merge bitcoin/bitcoin#30889: log: Use ConstevalFormatStringmerge-script
2024-09-18Merge bitcoin/bitcoin#30875: doc: fixed inconsistencies in documentation betw...merge-script
2024-09-18doc: Updating docs from autotools to cmakekevkevinpal
2024-09-17fix: increase rpcbind check robustnesstdb3
2024-09-17fix: handle invalid rpcbind port earliertdb3
2024-09-17refactor: move host/port checkingtdb3
2024-09-17rpc, cli: improve error message on multiwallet modepablomartin4btc
2024-09-17log: Use ConstevalFormatStringMarcoFalke
2024-09-17doc: update NeedsRedownload() commentSjors Provoost
2024-09-17Remove unused g_best_blockRyan Ofsky
2024-09-17rpc: use waitTipChanged for longpollRyan Ofsky
2024-09-17Remove unused CRPCSignalsSjors Provoost
2024-09-17Replace RPCNotifyBlockChange with waitTipChanged()Sjors Provoost
2024-09-17rpc: check for negative timeout arg in waitfor*Sjors Provoost
2024-09-17rpc: recommend -rpcclienttimeout=0 for waitfor*Sjors Provoost
2024-09-17rpc: fix waitfornewblock descriptionSjors Provoost
2024-09-17Add waitTipChanged to Mining interfaceSjors Provoost
2024-09-17node: Track last block that received a blockTip notificationSjors Provoost
2024-09-17Rename getTipHash() to getTip() and return BlockRefSjors Provoost