Commit Graph

27632 Commits (7c8e605bf4207d176e3a706f8928fae557e49a24)
 

Author SHA1 Message Date
fanquake 7c8e605bf4
Merge #21159: test: fix sign comparison warning in socket tests
4 years ago
Wladimir J. van der Laan 92fee79dab
Merge #19806: validation: UTXO snapshot activation
4 years ago
MarcoFalke 3c9d9d21e1
Merge #21008: test: fix zmq test flakiness, improve speed
4 years ago
fanquake 9bbf08bf98
Merge #20721: Net: Move ping data to net_processing
4 years ago
MarcoFalke b55dc3ad84
Merge #21185: fuzz: Remove expensive and redundant muhash from crypto fuzz target
4 years ago
John Newbery a5e15ae45c scripted-diff: rename ping members
4 years ago
John Newbery 45dcf22661 [net processing] Move ping data fields to net processing
4 years ago
John Newbery dd2646d12c [net processing] Move ping timeout logic to net processing
4 years ago
John Newbery 0b43b81f69 [net processing] Move send ping message logic into function
4 years ago
John Newbery 1a07600b4b [net] Add RunInactivityChecks()
4 years ago
John Newbery f8b3058992 [net processing] Add Peer& arg to MaybeDiscourageAndDisconnect()
4 years ago
MarcoFalke 489030f2a8
Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, automate helps
4 years ago
MarcoFalke cb073bed00
Merge #21167: net: make CNode::m_inbound_onion public, initialize explicitly
4 years ago
MarcoFalke d19639d2b6
Merge #21096: Re-add dead code detection
4 years ago
MarcoFalke ffff84a9cb
fuzz: Remove expensive and redundant muhash from crypto fuzz target
4 years ago
MarcoFalke 8d6994f93d
Merge #21100: test: remove unused function xor_bytes
4 years ago
MarcoFalke 45ea103f8f
Merge #20942: [refactor] Move some net_processing globals into PeerManagerImpl
4 years ago
Wladimir J. van der Laan 51397c0ff7
Merge #20629: depends: Improve id string robustness
4 years ago
MarcoFalke df8892dc9f
Merge #20986: docs: update developer notes to discourage very long lines
4 years ago
Wladimir J. van der Laan e4f0c4cd73
Merge #21163: doc: Guix is shipped in Debian and Ubuntu
4 years ago
Wladimir J. van der Laan 43981ee2c8
Merge #21127: wallet: load flags before everything else
4 years ago
Wladimir J. van der Laan b08cbd09b8
Merge #21028: doc/bips: Add BIPs 43, 44, 49, and 84
4 years ago
flack 3f8776a139 Re-add dead code detection
4 years ago
Jon Atack 2ee4a7a9ec
net: remove CNode::m_inbound_onion defaults for explicitness
4 years ago
Jon Atack 24bda56c29
net: make CNode::m_inbound_onion public, drop getter, update tests
4 years ago
Luke Dashjr c943326d3c doc/bips: Add BIPs 43, 44, 49, and 84
4 years ago
MarcoFalke bf3189eda6
Merge #21165: test: Use mocktime in test_seed_peers
4 years ago
Dhruv Mehta d4187e4619 [test] Use mocktime in test_seed_peers()
4 years ago
Dhruv Mehta 015637dd44 [refactor] Correct log message in net.cpp
4 years ago
MarcoFalke fa051c2386
doc: Guix is shipped in Debian and Ubuntu
4 years ago
James O'Beirne 1afc0e4aa1
doc: remove potentially confusing ChainstateManager comment
4 years ago
Fabian Jahr 769a1ef9fd
test: Add tests with maleated snapshot data
4 years ago
James O'Beirne 4d8de04f32
tests: add snapshot activation test
4 years ago
James O'Beirne 31d225274f
tests: add deterministic chain generation unittest fixture
4 years ago
James O'Beirne 6606a4f8c6
move-onlyish: break out CreateUTXOSnapshot from dumptxoutset
4 years ago
James O'Beirne ad949ba449
txdb: don't reset during in-memory cache resize
4 years ago
James O'Beirne f6e2da5fb7
simplify ChainstateManager::SnapshotBlockhash() return semantics
4 years ago
James O'Beirne 7a6c46b37e
chainparams: add allowed assumeutxo values
4 years ago
Wladimir J. van der Laan e9c037ba64
Merge #19884: p2p: No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty
4 years ago
Wladimir J. van der Laan 9996b1806a
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
4 years ago
Wladimir J. van der Laan 54b66a6e5f
Merge #19522: build: fix building libconsensus with reduced exports for Darwin targets
4 years ago
Wladimir J. van der Laan 8d82eddee6
Merge #19145: Add hash_type MUHASH for gettxoutsetinfo
4 years ago
fanquake de4238f92f
build: consolidate reduced export checks
4 years ago
fanquake 9cc8e30125
test: fix sign comparison warning in socket tests
4 years ago
fanquake 012bdec1b7
build: add building libconsensus to end-of-configure output
4 years ago
fanquake 8f360e349e
build: remove ax_gcc_func_attribute macro
4 years ago
fanquake f054a089ec
build: remove AX_GCC_FUNC_ATTRIBUTE test for dllimport
4 years ago
fanquake 7cd0a69664
build: test for __declspec(dllexport) in configure
4 years ago
fanquake 1624e17b54
build: remove duplicate visibility attribute detection
4 years ago
Dhruv Mehta fe3e993968 [p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Add -fixedseeds arg.
4 years ago