aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-17build: remove mostly pointless BOOST_PROCESS macrofanquake
2021-02-16Merge #19806: validation: UTXO snapshot activationWladimir J. van der Laan
2021-02-16Merge #21008: test: fix zmq test flakiness, improve speedMarcoFalke
2021-02-16Merge #20721: Net: Move ping data to net_processingfanquake
2021-02-16Merge #21185: fuzz: Remove expensive and redundant muhash from crypto fuzz ta...MarcoFalke
2021-02-15scripted-diff: rename ping membersJohn Newbery
2021-02-15[net processing] Move ping data fields to net processingJohn Newbery
2021-02-15[net processing] Move ping timeout logic to net processingJohn Newbery
2021-02-15[net processing] Move send ping message logic into functionJohn Newbery
2021-02-15[net] Add RunInactivityChecks()John Newbery
2021-02-15[net processing] Add Peer& arg to MaybeDiscourageAndDisconnect()John Newbery
2021-02-15Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto...MarcoFalke
2021-02-15Merge #21167: net: make CNode::m_inbound_onion public, initialize explicitlyMarcoFalke
2021-02-15Merge #21096: Re-add dead code detectionMarcoFalke
2021-02-15fuzz: Remove expensive and redundant muhash from crypto fuzz targetMarcoFalke
2021-02-15Merge #21100: test: remove unused function xor_bytesMarcoFalke
2021-02-15Merge #20942: [refactor] Move some net_processing globals into PeerManagerImplMarcoFalke
2021-02-15Merge #20629: depends: Improve id string robustnessWladimir J. van der Laan
2021-02-14Merge #20986: docs: update developer notes to discourage very long linesMarcoFalke
2021-02-13Merge #21163: doc: Guix is shipped in Debian and UbuntuWladimir J. van der Laan
2021-02-13Merge #21127: wallet: load flags before everything elseWladimir J. van der Laan
2021-02-13Merge #21028: doc/bips: Add BIPs 43, 44, 49, and 84Wladimir J. van der Laan
2021-02-13Re-add dead code detectionflack
2021-02-12net: remove CNode::m_inbound_onion defaults for explicitnessJon Atack
2021-02-12net: make CNode::m_inbound_onion public, drop getter, update testsJon Atack
2021-02-12doc/bips: Add BIPs 43, 44, 49, and 84Luke Dashjr
2021-02-12Merge #21165: test: Use mocktime in test_seed_peersMarcoFalke
2021-02-12[test] Use mocktime in test_seed_peers()Dhruv Mehta
2021-02-12[refactor] Correct log message in net.cppDhruv Mehta
2021-02-12doc: Guix is shipped in Debian and UbuntuMarcoFalke
2021-02-12doc: remove potentially confusing ChainstateManager commentJames O'Beirne
2021-02-12test: Add tests with maleated snapshot dataFabian Jahr
2021-02-12tests: add snapshot activation testJames O'Beirne
2021-02-12tests: add deterministic chain generation unittest fixtureJames O'Beirne
2021-02-12move-onlyish: break out CreateUTXOSnapshot from dumptxoutsetJames O'Beirne
2021-02-12txdb: don't reset during in-memory cache resizeJames O'Beirne
2021-02-12simplify ChainstateManager::SnapshotBlockhash() return semanticsJames O'Beirne
2021-02-12chainparams: add allowed assumeutxo valuesJames O'Beirne
2021-02-12Merge #19884: p2p: No delay in adding fixed seeds if -dnsseed=0 and peers.dat...Wladimir J. van der Laan
2021-02-12Merge #21064: refactor: use std::shared_mutex & remove Boost ThreadWladimir J. van der Laan
2021-02-12Merge #19522: build: fix building libconsensus with reduced exports for Darwi...Wladimir J. van der Laan
2021-02-12Merge #19145: Add hash_type MUHASH for gettxoutsetinfoWladimir J. van der Laan
2021-02-12build: consolidate reduced export checksfanquake
2021-02-12build: add building libconsensus to end-of-configure outputfanquake
2021-02-12build: remove ax_gcc_func_attribute macrofanquake
2021-02-12build: remove AX_GCC_FUNC_ATTRIBUTE test for dllimportfanquake
2021-02-12build: test for __declspec(dllexport) in configurefanquake
2021-02-12build: remove duplicate visibility attribute detectionfanquake
2021-02-11[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...Dhruv Mehta
2021-02-11Merge #21041: log: Move "Pre-allocating up to position 0x[…] in […].dat" ...Wladimir J. van der Laan