aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-07-19Merge bitcoin/bitcoin#22455: addrman: detect on-disk corrupted nNew and nTrie...MarcoFalke
2021-07-19Merge bitcoin/bitcoin#22387: Rate limit the processing of rumoured addressesW. J. van der Laan
2021-07-18Merge bitcoin/bitcoin#22421: Make IsSegWitOutput return true for taproot outputsSamuel Dobson
2021-07-18Merge bitcoin/bitcoin#22445: fuzz: Move implementations of non-template fuzz ...MarcoFalke
2021-07-18Merge bitcoin/bitcoin#22461: wallet: Change ScriptPubKeyMan::Upgrade default ...Samuel Dobson
2021-07-18Merge bitcoin/bitcoin#22234: build: Mark print-% target as phony.fanquake
2021-07-18Merge bitcoin/bitcoin#21430: build: Add -Werror=implicit-fallthrough compile ...fanquake
2021-07-15Make IsSegWitOutput return true for taproot outputsPieter Wuille
2021-07-15bench: fix 32-bit narrowing warning in bench/peer_eviction.cppJon Atack
2021-07-15Add logging and addr rate limiting statisticsPieter Wuille
2021-07-15Randomize the order of addr processingPieter Wuille
2021-07-15Rate limit the processing of incoming addr messagesPieter Wuille
2021-07-15Change ScriptPubKeyMan::Upgrade to default to return trueAndrew Chow
2021-07-15Merge bitcoin/bitcoin#22211: net: relay I2P addresses even if not reachable (...W. J. van der Laan
2021-07-15Merge bitcoin/bitcoin#22284: p2p, refactor: performance improvements to Prote...W. J. van der Laan
2021-07-15addrman: detect on-disk corrupted nNew and nTried during unserializationVasil Dimov
2021-07-15Merge bitcoin/bitcoin#22415: Make m_mempool optional in CChainStateMarcoFalke
2021-07-15Merge bitcoin/bitcoin#22385: refactor: Use DeploymentEnabled to hide VB deplo...MarcoFalke
2021-07-14Move implementations of non-template fuzz helpersSriram
2021-07-13refactor: move UpdateTip into CChainStateJames O'Beirne
2021-07-13refactor: no mempool arg to GetCoinsCacheSizeStateJames O'Beirne
2021-07-13refactor: move UpdateMempoolForReorg into CChainStateJames O'Beirne
2021-07-13validation: make CChainState::m_mempool optionalJames O'Beirne
2021-07-13Merge bitcoin/bitcoin#22112: Force port 0 in I2PW. J. van der Laan
2021-07-12init: remove straggling boost thread_group codefanquake
2021-07-12Merge bitcoin/bitcoin#22432: doc: fix incorrect testmempoolaccept docfanquake
2021-07-12fix incorrect testmempoolaccept docglozow
2021-07-12Merge bitcoin/bitcoin#20234: net: don't bind on 0.0.0.0 if binds are restrict...W. J. van der Laan
2021-07-09Merge bitcoin/bitcoin#22253: validation: distinguish between same tx and same...W. J. van der Laan
2021-07-09addrman: reset I2P ports to 0 when loading from diskVasil Dimov
2021-07-09net: do not connect to I2P hosts on port!=0Vasil Dimov
2021-07-09net: distinguish default port per networkVasil Dimov
2021-07-09net: change I2P seeds' ports to 0Vasil Dimov
2021-07-09net: change assumed I2P port to 0Vasil Dimov
2021-07-09Merge bitcoin/bitcoin#22176: test: Correct outstanding -Werror=sign-compare e...fanquake
2021-07-09Merge bitcoin/bitcoin#22381: guix: Test security-check sanity before performi...fanquake
2021-07-08Merge bitcoin/bitcoin#22179: Torv2 removal followupsW. J. van der Laan
2021-07-08p2p: earlier continuation when no remaining eviction candidatesVasil Dimov
2021-07-08p2p: process more candidates per protection iterationJon Atack
2021-07-08p2p: iterate eviction protection only on networks having candidatesJon Atack
2021-07-08bench: add peer eviction protection benchmarksJon Atack
2021-07-08[validation] distinguish same txid different wtxid in mempoolglozow
2021-07-07net: don't bind on 0.0.0.0 if binds are restricted to TorVasil Dimov
2021-07-07devtools: Improve *-check.py tool detectionCarl Dong
2021-07-07Merge bitcoin/bitcoin#22405: build: remove --enable-glibc-back-compat from Gu...fanquake
2021-07-07Merge bitcoin/bitcoin#22399: fuzz: Rework CTxDestination fuzzingMarcoFalke
2021-07-06refactor: move GetRandomNodeEvictionCandidates() to test utilitiesJon Atack
2021-07-06build: remove glibc backcompat requirement for Linux symbol checksfanquake
2021-07-06Merge bitcoin-core/gui#375: Emit dataChanged signal to dynamically re-sort Pe...Hennadii Stepanov
2021-07-05Merge bitcoin-core/gui#365: Draw "eye" sign at the beginning of watch-only ad...Hennadii Stepanov