aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-11build: Run libdmg-hfsplus's DMG tool in make deployCarl Dong
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-11Merge #19982: test: Fix inconsistent lock order in wallet_tests/CreateWalletfanquake
2020-12-10doc: Update for FreeBSD 12.2, add GUI Build InstructionsJarol Rodriguez
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-10Merge #20613: test: Use Popen.wait instead of RPC in assert_start_raises_init...MarcoFalke
2020-12-10test: run mempool_expiry.py even with wallet disabledMichael Dietz
2020-12-10cirrus: Schedule one task with paid credits for faster CI feedbackMarcoFalke
2020-12-10Clarify comments around outbound peer evictionSuhas Daftuar
2020-12-10Periodically make block-relay connections and sync headersSuhas Daftuar
2020-12-10Merge #20587: [doc] Tidy up Tor doc (more stringent)Wladimir J. van der Laan
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 #20527: build: Do not ignore Homebrew's SQLite on macOSJonas Schnelli
2020-12-10Merge #20549: Support make src/bitcoin-node and src/bitcoin-guiWladimir J. van der Laan
2020-12-10test: Use Popen.wait instead of RPC in assert_start_raises_init_errorMarcoFalke
2020-12-10Merge #20567: test: Add option to git-subtree-check to do full check, add helpWladimir J. van der Laan
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 #20609: configure: output notice that test binary is disabled by fuzzingMarcoFalke
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-10Merge #20608: contrib: add symbol check test for PE binariesfanquake
2020-12-10Merge #20046: depends: Set CMAKE_INSTALL_RPATH for native packagesfanquake
2020-12-09configure: output notice that test binary is disabled by fuzzingAndrew Poelstra
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
2020-12-09[net processing] Add IgnoresIncomingTxs() function to PeerManagerJohn Newbery
2020-12-09[net processing] Move PushNodeVersion into PeerManagerJohn Newbery
2020-12-09Merge #20602: util: Allow use of C++14 chrono literalsMarcoFalke
2020-12-09Merge #20606: Remove unused bits from service flags enumWladimir J. van der Laan
2020-12-09contrib: add symbol check test for PEfanquake