aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2024-09-23Merge bitcoin/bitcoin#30409: Introduce waitTipChanged() mining interface, rep...Ava Chow
2024-09-17fix: handle invalid rpcbind port earliertdb3
2024-09-17refactor: move host/port checkingtdb3
2024-09-17Remove unused CRPCSignalsSjors Provoost
2024-09-17Replace RPCNotifyBlockChange with waitTipChanged()Sjors Provoost
2024-09-17node: Track last block that received a blockTip notificationSjors Provoost
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-14tidy: add clang-tidy `modernize-use-starts-ends-with` checkRoman Zeyde
2024-09-13kernel: Move background load thread to node contextTheCharlatan
2024-09-11Merge bitcoin/bitcoin#30807: Fix peers abruptly disconnecting from AssumeUTXO...Ava Chow
2024-09-10assumeUTXO: fix peers disconnection during syncfurszy
2024-09-10Merge bitcoin/bitcoin#30065: init: fixes file descriptor accountingRyan Ofsky
2024-09-06multiprocess: Add -ipcbind option to bitcoin-nodeRussell Yanofsky
2024-09-05init: error out if -maxconnections is negativeSergi Delgado Segura
2024-09-05init: improves file descriptors accounting and docsSergi Delgado Segura
2024-09-05init: fixes fd accounting regarding poll/selectSergi Delgado Segura
2024-08-29scripted-diff: LogPrint -> LogDebugMarcoFalke
2024-08-07Merge bitcoin/bitcoin#29775: Testnet4 including PoW difficulty adjustment fixAva Chow
2024-08-07add deprecation warning for mempoolfullrbfglozow
2024-08-06testnet: Introduce Testnet4Fabian Jahr
2024-07-26Add -blocksxor boolean optionMarcoFalke
2024-07-16Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort ...Ava Chow
2024-07-12init: change shutdown order of load block thread and schedulerMartin Zumsande
2024-07-08Merge bitcoin/bitcoin#30141: kernel: De-globalize validation cachesRyan Ofsky
2024-07-05kernel: De-globalize signature cacheTheCharlatan
2024-07-04kernel: De-globalize script execution cacheTheCharlatan
2024-07-04validation: Don't error if maxsigcachesize exceeds uint32::maxTheCharlatan
2024-07-04Merge bitcoin/bitcoin#29625: Several randomness improvementsmerge-script
2024-07-02Merge bitcoin/bitcoin#30324: optimization: Moved repeated `-printpriority` fe...Ava Chow
2024-07-02net: don't extra bind for Tor if binds are restrictedVasil Dimov
2024-07-02Merge bitcoin/bitcoin#30344: kernel: remove mempool_persistglozow
2024-07-01random: get rid of GetRand by inliningPieter Wuille
2024-06-30Moved the repeated -printpriority fetching out of AddToBlockLÅ‘rinc
2024-06-28scripted-diff: Log parameter interaction not thriceMarcoFalke
2024-06-28doc: Fix outdated dev comment about loggingMarcoFalke
2024-06-27Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (repl...Ryan Ofsky
2024-06-27init: add option for rpccookie permissionswillcl-ark
2024-06-26mempool: move LoadMempool/DumpMempool to nodeCory Fields
2024-06-24Merge bitcoin/bitcoin#30200: Introduce Mining interfaceRyan Ofsky
2024-06-21refactor: use #ifdef HAVE_SOCKADDR_UNfanquake
2024-06-21zmq: use #ifdef ENABLE_ZMQfanquake
2024-06-18Introduce Mining interfaceSjors Provoost
2024-06-17Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnin...Ava Chow
2024-06-14Merge bitcoin/bitcoin#30255: log: use error level for critical log messagesAva Chow
2024-06-13refactor: remove warnings globalsstickies-v
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-11Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndexAva Chow
2024-06-11Merge bitcoin/bitcoin#28830: [refactor] Check CTxMemPool options in ctorAva Chow
2024-06-10log: use error level for critical log messagesMarcoFalke