aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2020-12-13net: remove nMaxOutboundTimeframe from connection optionsfanquake
2020-12-13net: remove SetMaxOutboundTimeframefanquake
2020-12-13net: remove SetMaxOutboundTargetfanquake
2020-12-13Merge #20588: Remove unused and confusing CTransaction constructorfanquake
2020-12-12Merge #20079: p2p: Treat handshake misbehavior like unknown messageMarcoFalke
2020-12-12Merge #20275: wallet: List all wallets in non-SQLite and non-BDB buildsMarcoFalke
2020-12-12fix misleading comment about call to non-existing functionpox
2020-12-11[net processing] Clarify UpdatedBlockTip()John Newbery
2020-12-11[net processing] Remove unnecesary nNewHeight variable in UpdatedBlockTip()John Newbery
2020-12-11[net processing] Remove nStartingHeight check from block relayJohn Newbery
2020-12-11Merge #19858: Periodically make block-relay connections and sync headersMarcoFalke
2020-12-10test: Fix inconsistent lock order in wallet_tests/CreateWalletHennadii Stepanov
2020-12-10[skip ci] sync: Check precondition in LEAVE_CRITICAL_SECTION() macroHennadii Stepanov
2020-12-10sync: Improve CheckLastCritical()Hennadii Stepanov
2020-12-10Remove m_is_manual_connection from CNodeStateAntoine Riard
2020-12-10Clarify comments around outbound peer evictionSuhas Daftuar
2020-12-10Periodically make block-relay connections and sync headersSuhas Daftuar
2020-12-10Use conn_type to identify block-relay peers, rather than m_tx_relay == nullptrSuhas Daftuar
2020-12-10Simplify and clarify extra outbound peer countingSuhas Daftuar
2020-12-10net: don't relay to the address' originatorVasil Dimov
2020-12-10Merge #20589: log: Clarify that failure to read/write fee_estimates.dat is no...Wladimir J. van der Laan
2020-12-10Merge #20595: Improve heuristic hex transaction decodingWladimir J. van der Laan
2020-12-10Move TX_MAX_STANDARD_VERSION to policyMarcoFalke
2020-12-10Merge #20573: wallet, bugfix: allow send with string fee_rate amountsMarcoFalke
2020-12-10Merge #19776: net, rpc: expose high bandwidth mode state via getpeerinfoMarcoFalke
2020-12-10Merge #20217: net: Remove g_relay_txesMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-12-09Merge #20603: build: Update crc32c subtreeWladimir J. van der Laan
2020-12-09Remove g_relay_txesJohn Newbery
2020-12-09[net processing] Add m_ignores_incoming_txs to PeerManager and use internallyJohn Newbery
2020-12-09[init] Use MakeUnique<> to construct peermanJohn Newbery