10849 Commits (0a76ed232a6c448a8666234a2c190db37e3498e7)

Author SHA1 Message Date
practicalswift f72cbf9ba9 Use unique_ptr for pfilter (CBloomFilter) 7 years ago
practicalswift 8ccf1bb0c3 Use unique_ptr for sem{Addnode,Outbound} (CSemaphore) 7 years ago
practicalswift 73db0635a3 Use unique_ptr for upnp_thread (boost::thread) 7 years ago
practicalswift 0024531625 Use unique_ptr for dbw (CDBWrapper) 7 years ago
practicalswift fa6d1228e9 Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats) 7 years ago
practicalswift 5a6f768896 Use unique_ptr for httpRPCTimerInterface (HTTPRPCTimerInterface) 7 years ago
practicalswift 860e912583 Use unique_ptr for pwalletMain (CWallet) 7 years ago
Matt Corallo 9e9e31aa10 Fix qt build broken by 5a5e4e9 7 years ago
Sjors Provoost 12781db058
[Tests] check specific validation error in miner tests 7 years ago
practicalswift 7536b08c10 trivial: Fix typo – alreardy → already 7 years ago
Thomas Snider 5ce7cb9518 [net] De-duplicate connection eviction logic 7 years ago
Cory Fields 24a0bddf4a bench: prefer a steady clock if the resolution is no worse 7 years ago
Cory Fields c515d266ec bench: switch to std::chrono for time measurements 7 years ago
João Barbosa 7963335d25 Fix -disablewallet default value 7 years ago
João Barbosa b411c2a12a Improve -disablewallet parameter interaction 7 years ago
Wladimir J. van der Laan cabff75880 rpc: Make logging RPC public 7 years ago
practicalswift a9b6ba0b7c Add missing cs_main locks when calling blockToJSON/blockheaderToJSON 7 years ago
Pieter Wuille d618458184 Have SegWit active by default 7 years ago
Anthony Towns 4bd89210a1 Unit tests for always-active versionbits. 7 years ago
Pieter Wuille d07ee77ab9 Always-active versionbits support 7 years ago
John Newbery 18e071841e [consensus] Pin P2SH activation to block 173805 on mainnet 7 years ago
Anthony Towns 526023aa7a Improve handling of BIP9Deployment limits 7 years ago
practicalswift 76ea17c796 Add mutex requirement for AddToCompactExtraTransactions(…) 7 years ago
Matt Corallo 7e319d6393 Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std from boost. 7 years ago
Karl-Johan Alm a02c5e459a
[trivial] Fix error messages in CFeeBumper 7 years ago
Russell Yanofsky abbd230217 Move RPC registration out of AppInitParameterInteraction 7 years ago
Cory Fields 97932cd268 rpc: further constrain the libevent workaround 7 years ago
Suhas Daftuar 626291508c Add unit test for stale tip checking 7 years ago
João Barbosa 83df25736e Add CConnmanTest to mutate g_connman in tests 7 years ago
Suhas Daftuar ac7b37cd2b Connect to an extra outbound peer if our tip is stale 7 years ago
Cory Fields 6b58360f9b rpc: work-around an upstream libevent bug 7 years ago
Suhas Daftuar db32a65897 Track tip update time and last new block announcement from each peer 7 years ago
Suhas Daftuar 2d4327db19 net: Allow connecting to extra outbound peers 7 years ago
Jonas Schnelli 720d9e8fa1
[Wallet] always show help-line of wallet encryption calls 7 years ago
Matt Corallo 015a5258ad Reject headers building on invalid chains by tracking invalidity 7 years ago
Matt Corallo 932f118e6a Accept unrequested blocks with work equal to our tip 7 years ago
Matt Corallo 3d9c70ca0f Stop always storing blocks from whitelisted peers 7 years ago
practicalswift 3ab545d7f8 addrman: Add missing lock in Clear() (CAddrMan) 7 years ago
Matt Corallo 3788a8479b Do not send (potentially) invalid headers in response to getheaders 7 years ago
practicalswift 2530bf27b7 net: Add missing lock in ProcessHeadersMessage(...) 7 years ago
practicalswift 6eddd43e6d Fix warnings when building with DEBUG_ADDRMAN 7 years ago
fanquake 60b98f8e14
[Util] Update tinyformat.h 7 years ago
Suhas Daftuar 37886d5e2f Disconnect outbound peers relaying invalid headers 7 years ago
Suhas Daftuar 4637f18522 moveonly: factor out headers processing into separate function 7 years ago
Suhas Daftuar e065249c01 Add unit test for outbound peer eviction 7 years ago
Suhas Daftuar 5a6d00c6de Permit disconnection of outbound peers on bad/slow chains 7 years ago
Suhas Daftuar c60fd71a65 Disconnecting from bad outbound peers in IBD 7 years ago
John Newbery 11413646be [trivial] (whitespace only) fix getblockchaininfo alignment 7 years ago
John Newbery bd9c18171d [rpc] Add initialblockdownload to getblockchaininfo 7 years ago
Russell Yanofsky 659b2061c4 Make listsinceblock refuse unknown block hash 7 years ago