aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-16Merge bitcoin/bitcoin#22464: bench: fix 32-bit narrowing warning in bench/pee...MarcoFalke
2021-07-15guix: Bump to version-1.3.0 from upstreamCarl Dong
2021-07-15guix: Pin kernel header versionCarl Dong
2021-07-15Make IsSegWitOutput return true for taproot outputsPieter Wuille
2021-07-15Improve tests using statisticsJohn Newbery
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-15Functional tests for addr rate limitingPieter 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#22393: doc: added info to bitcoin.conf docMarcoFalke
2021-07-15Merge bitcoin/bitcoin#22369: doc: Add steps for Transifex to release processW. 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-15Merge bitcoin/bitcoin#22447: test: whitelist rpc_rawtransaction peers to spee...fanquake
2021-07-15Merge bitcoin/bitcoin#22446: test: Fix wallet_listdescriptors.py if bdb is no...fanquake
2021-07-14test: move rpc_rawtransaction tests to < 30s groupJon Atack
2021-07-14test: whitelist rpc_rawtransaction peers to speed up testsJon Atack
2021-07-14test: Fix wallet_listdescriptors.py if bdb is not compiledHennadii Stepanov
2021-07-14Move implementations of non-template fuzz helpersSriram
2021-07-14Merge bitcoin/bitcoin#20354: test: Add feature_taproot.py --previous_releaseMarcoFalke
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-13build: use aarch64 Clang if cross-compiling for darwin on aarch64fanquake
2021-07-12Merge bitcoin/bitcoin#22433: init: remove straggling boost thread_group relat...MarcoFalke
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-12Merge bitcoin/bitcoin#22335: doc: recommend `--disable-external-signer` in Op...W. J. van der Laan
2021-07-12test: Add functional test for AddrFetch connectionsMartin Zumsande
2021-07-12net, rpc: Enable AddrFetch connections for functional testingMartin Zumsande
2021-07-09[style] Clean up BroadcastTransaction()John Newbery
2021-07-09[test] Allow rebroadcast for same-txid-different-wtxid transactionsglozow
2021-07-09[mempool] Allow rebroadcast for same-txid-different-wtxid transactionsJohn Newbery
2021-07-09[test] Test transactions are not re-added to unbroadcast setDuncan Dean
2021-07-09[mempool] Only add a transaction to the unbroadcast set when it's added to th...John Newbery
2021-07-09Merge bitcoin/bitcoin#22253: validation: distinguish between same tx and same...W. J. van der Laan
2021-07-09doc: mention that we enforce port=0 in I2PVasil Dimov
2021-07-09addrman: reset I2P ports to 0 when loading from diskVasil Dimov
2021-07-09test: ensure I2P ports are handled as expectedVasil Dimov
2021-07-09net: do not connect to I2P hosts on port!=0Vasil Dimov
2021-07-09net: distinguish default port per networkVasil Dimov