10100 Commits (dd764bb478dde9524c89a98e830694dff2a029f6)

Author SHA1 Message Date
Martin Smith dd764bb478
Litecoin: Add Litecoin logos and icons 7 years ago
shaolinfry 166fcb2aec
Litecoin: Add scrypt N=1024 PoW 7 years ago
shaolinfry 5c06f19e31
Litecoin: Adjust chain parameters 7 years ago
Cory Fields 8195cb0d7f rpc: further constrain the libevent workaround 7 years ago
Cory Fields 34153a7e4a rpc: work-around an upstream libevent bug 7 years ago
Suhas Daftuar fc308a6cdb Add unit test for stale tip checking 7 years ago
João Barbosa 2ed0647ac1 Add CConnmanTest to mutate g_connman in tests 7 years ago
Suhas Daftuar a607a95d81 Connect to an extra outbound peer if our tip is stale 7 years ago
Suhas Daftuar 459f2db425 Track tip update time and last new block announcement from each peer 7 years ago
Suhas Daftuar 49bf090185 net: Allow connecting to extra outbound peers 7 years ago
Matt Corallo 4c82cea99b Use a sensible default for blockmaxweight 7 years ago
Matt Corallo 7871a7d3be Deprecate confusing blockmaxsize, fix getmininginfo output 7 years ago
Matt Corallo 92d6105c4e Reject headers building on invalid chains by tracking invalidity 7 years ago
Matt Corallo 51001d684b Accept unrequested blocks with work equal to our tip 7 years ago
Matt Corallo c6e4d0ce82 Stop always storing blocks from whitelisted peers 7 years ago
practicalswift ec8dedff46 net: Add missing lock in ProcessHeadersMessage(...) 7 years ago
Suhas Daftuar 59b210d9a7 Disconnect outbound peers relaying invalid headers 7 years ago
Suhas Daftuar fc966bbd2b moveonly: factor out headers processing into separate function 7 years ago
Suhas Daftuar e3272242e2 Add unit test for outbound peer eviction 7 years ago
Suhas Daftuar 9961abf9e4 Permit disconnection of outbound peers on bad/slow chains 7 years ago
Suhas Daftuar bf191a7183 Disconnecting from bad outbound peers in IBD 7 years ago
MeshCollider d570aa4290 Fix uninitialized g_connman crash in Shutdown() 7 years ago
Cory Fields 0a5477c7e3 net: stop both net/net_processing before destroying them 7 years ago
Cory Fields b4136f21cf net: drop unused connman param 7 years ago
Cory Fields dc897e53d8 net: use an interface class rather than signals for message processing 7 years ago
Cory Fields 8aee55af3d net: pass CConnman via pointer rather than reference 7 years ago
Matt Corallo 6f279652b0 Rename fAddnode to a more-descriptive "manual_connection" 7 years ago
Suhas Daftuar ffb6ea4e5e Add comment explaining forced processing of compact blocks 7 years ago
Suhas Daftuar 3acec38781 Don't process unrequested, low-work blocks 7 years ago
Suhas Daftuar da4908c3a0 Allow setting nMinimumChainWork on command line 7 years ago
Russell Yanofsky 9c8006dc33 Avoid opening copied wallet databases simultaneously 7 years ago
João Barbosa de7053f114 [wallet] Fix leak in CDB constructor 7 years ago
Tomas van der Wansem fd79ed6b20 Ensure backupwallet fails when attempting to backup to source file 7 years ago
Russell Yanofsky 7d4546f17d
Make listsinceblock refuse unknown block hash 7 years ago
Andreas Schildbach a2bd86a5ff
Remove my testnet DNS seed as I currently don't have the capacity to keep it up to date. 7 years ago
Pedro Branco 20cdc2b36c Fix importmulti bug when importing an already imported key 7 years ago
Dusty Williams 405e069d3b Update importprivkey named args documentation 7 years ago
Wladimir J. van der Laan 27e861a9b3 net: Improve and document SOCKS code 7 years ago
Wladimir J. van der Laan a43be5bcdb rpc: Prevent `dumpwallet` from overwriting files 7 years ago
MarcoFalke e169349f8c qa: Restore bitcoin-util-test py2 compatibility 7 years ago
Matt Corallo b6c0209aaf Fix validationinterface build on super old boost/clang 7 years ago
Wladimir J. van der Laan 6a62c745a9 qt: Backup former GUI settings on `-resetguisettings` 7 years ago
Gregory Sanders 0fe2a9a196 when clearing addrman clear mapInfo and mapAddr 7 years ago
Suhas Daftuar 6b4d9f2736 wallet: update stored witness in AddToWallet 7 years ago
Matt Corallo a36f3320a9 Verify DBWrapper iterators are taking snapshots 7 years ago
Jim Posen 2c4ff35a8f [script] Unit tests for IsMine 7 years ago
Jim Posen 794a80eee3 [script] Unit tests for script/standard functions 7 years ago
Matt Corallo 75997c3b35 Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds 7 years ago
MeshCollider 8d13b4298c Replace save|restoreWindowGeometry with Qt functions 7 years ago
Lucas Betschart 6642558078 [Qt] Add delay before filtering transactions 7 years ago