aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-17wallet: Add missing check for -descriptors wallet tool optionMarcoFalke
2020-12-17Clean up logging of outbound connection typeSuhas Daftuar
2020-12-17wallet: Pass ArgsManager into ExecuteWalletToolFunc instead of using globalMarcoFalke
2020-12-17fuzz: replace CNode code with fuzz/util.h::ConsumeNode()Jon Atack
2020-12-17Merge #19137: wallettool: Add dump and createfromdump commandsMarcoFalke
2020-12-17Merge #20635: fix misleading comment about call to non-existing functionWladimir J. van der Laan
2020-12-17Merge #20668: doc: warn that incoming conns are unlikely when not using defau...Wladimir J. van der Laan
2020-12-17Merge #20677: doc: Remove shouty enums in net_processing commentsWladimir J. van der Laan
2020-12-17Merge bitcoin-core/gui#153: Define MAX_DIGITS_BTC for magic number in Bitcoin...MarcoFalke
2020-12-16Merge #20575: Do not run functions with necessary side-effects in assert()Wladimir J. van der Laan
2020-12-16doc: Remove shouty enums in net_processing commentsSuhas Daftuar
2020-12-16Merge #20651: net: Make p2p recv buffer timeout 20 minutes for all peersMarcoFalke
2020-12-16Merge #20248: test: fix length of R check in key_signature_testsWladimir J. van der Laan
2020-12-16wallettool: Add createfromdump commandAndrew Chow
2020-12-16wallettool: Add dump commandAndrew Chow
2020-12-16Merge #20661: Only select from addrv2-capable peers for torv3 address relayWladimir J. van der Laan
2020-12-16Merge #20365: wallettool: add parameter to create descriptors walletMarcoFalke
2020-12-16Merge #20605: init: Signal-safe instant shutdownWladimir J. van der Laan
2020-12-16fuzz: Fill various small fuzzing gapspracticalswift
2020-12-16doc: warn that incoming conns are unlikely when not using default portsAdam Jonas
2020-12-16fuzz: Call SendMessages after ProcessMessage to increase coverageMarcoFalke
2020-12-16tests: Add fuzzing harness for node eviction logicpracticalswift
2020-12-16Merge #20477: net: Add unit testing of node eviction logicMarcoFalke
2020-12-16Assert eviction at >= 29 candidates. Assert non-eviction at <= 20 candidates.practicalswift
2020-12-16test: Add unit testing of node eviction logicpracticalswift
2020-12-16net: Move eviction node selection logic to SelectNodeToEvict(...)practicalswift
2020-12-15GUI: Define MAX_DIGITS_BTC for magic number in BitcoinUnits::formatLuke Dashjr
2020-12-15Merge #20611: Move TX_MAX_STANDARD_VERSION to policyWladimir J. van der Laan
2020-12-15Only consider addrv2 peers for relay of non-addrv1 addressesPieter Wuille
2020-12-15refactor: add IsAddrCompatible() to CNodePieter Wuille
2020-12-15Merge #20660: Move signet onion seed from v2 to v3Wladimir J. van der Laan
2020-12-15Merge #20560: fuzz: Link all targets onceMarcoFalke
2020-12-15Merge #20653: doc: Move addr relay comment in net to correct placeMarcoFalke
2020-12-15Merge #20616: Check CJDNS address is validWladimir J. van der Laan
2020-12-15init: Signal-safe instant shutdownWladimir J. van der Laan
2020-12-15Merge #20437: fuzz: Avoid time-based "non-determinism" in fuzzing harnesses b...MarcoFalke
2020-12-15Move signet onion seed from v2 to v3Sjors Provoost
2020-12-15Merge #20253: net: use std::chrono throughout maxOutbound logicfanquake
2020-12-15Merge bitcoin-core/gui#115: Replace "Hide tray icon" option with positive "Sh...Jonas Schnelli
2020-12-14Check if Cjdns address is validLucas Ontivero
2020-12-14doc: Move add relay comment in net to correct placeMarcoFalke
2020-12-14build: Add option --enable-danger-fuzz-link-allMarcoFalke
2020-12-14[net processing] Tolerate sendheaders and sendcmpct messages before verackJohn Newbery
2020-12-14[net] Make p2p recv buffer timeout 20 minutes for all peersJohn Newbery
2020-12-14Merge #19763: net: don't try to relay to the address' originatorMarcoFalke
2020-12-14Merge #20624: net processing: Remove nStartingHeight check from block relayMarcoFalke
2020-12-14Merge #20592: doc: update wtxidrelay documentation per BIP339MarcoFalke
2020-12-14Merge #20617: p2p: Remove m_is_manual_connection from CNodeStatefanquake
2020-12-13net: use std::chrono throughout maxOutbound logicfanquake
2020-12-13init: set nMaxOutboundLimit connection option directlyfanquake