aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-23Merge bitcoin/bitcoin#30678: wallet: Write best block to disk before backupAva Chow
2024-09-23Merge bitcoin/bitcoin#30409: Introduce waitTipChanged() mining interface, rep...Ava 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
2024-09-17refactor: rename BlockKey to BlockRefSjors Provoost
2024-09-16Merge bitcoin/bitcoin#30884: streams: cache file position within AutoFileAva Chow
2024-09-16Merge bitcoin/bitcoin#29436: net: call `Select` with reachable networks in `T...Ava Chow
2024-09-16Merge bitcoin/bitcoin#30410: rpc, rest: Improve block rpc error handling, che...Ava Chow
2024-09-16Merge bitcoin/bitcoin#28358: Drop -dbcache limitAva Chow
2024-09-16Merge bitcoin/bitcoin#30868: refactor: add clang-tidy `modernize-use-starts-e...Ava Chow
2024-09-16Merge bitcoin/bitcoin#30440: Have createNewBlock() return a BlockTemplate int...Ava Chow
2024-09-16Merge bitcoin/bitcoin#30661: fuzz: Test headers pre-sync through p2pglozow
2024-09-16Merge bitcoin/bitcoin#30286: cluster mempool: optimized candidate searchglozow
2024-09-16Merge bitcoin/bitcoin#30899: qt: Translations updatemerge-script
2024-09-14tidy: add clang-tidy `modernize-use-starts-ends-with` checkRoman Zeyde