1450 Commits (fae6bb85cf71056aa2541d9bc5cce26946a56945)

Author SHA1 Message Date
Gregory Maxwell db0ffe80a0 This eliminates the primary leak that causes the orphan map to 9 years ago
Pieter Wuille 1b0bcc5f95 Track orphan by prev COutPoint rather than prev hash 9 years ago
Pieter Wuille 888483098e Use C++11 thread-safe static initializers 9 years ago
Pieter Wuille 288d85ddf2 Get rid of CTxMempool::lookup() entirely 9 years ago
Jonas Schnelli 8b78486d02
Log/report in 10% steps during VerifyDB 9 years ago
Kaz Wesley d3d02d5145 drop vAddrToSend after sending big addr message 9 years ago
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 9 years ago
Pieter Wuille c2a4724642 Optimization: use usec in expiration and reuse nNow 9 years ago
Pieter Wuille e9b4780b29 Optimization: don't check the mempool at all if no mempool req ever 9 years ago
Pieter Wuille dbfb426b96 Optimize the relay map to use shared_ptr's 9 years ago
Kaz Wesley f0fdda0181 IsInitialBlockDownload: usually avoid locking 9 years ago
Pieter Wuille 8d39d7a2cf Switch CTransaction storage in mempool to std::shared_ptr 9 years ago
instagibbs e39dc698ad comment nit: miners don't vote 9 years ago
Kaz Wesley 9805f4af7e mapNextTx: use pointer as key, simplify value 9 years ago
mrbandrews 12c5a16c4e Catch exceptions from non-canonical encoding and print only to log 9 years ago
Gregory Maxwell 4d8993b346 Defer inserting into maprelay until just before relaying. 9 years ago
Pieter Wuille fa2637a3be Always require OS randomness when generating secret keys 9 years ago
Gregory Maxwell 7e908c7b82 Do not use mempool for GETDATA for tx accepted after the last mempool req. 9 years ago
Suhas Daftuar bd477f4e8b VerifyDB: don't check blocks that have been pruned 9 years ago
Peter Todd beceac9bbf
Disable the mempool P2P command when bloom filters disabled 9 years ago
Jorge Timón ee9f4a5b15 Consensus: Decouple from chainparams.o and timedata.o 9 years ago
Pieter Wuille a68ec21f7e Use SipHash-2-4 for address relay selection 9 years ago
Pieter Wuille b4d24e142e Report reindexing progress in GUI 9 years ago
Pieter Wuille fb8fad1586 Optimize ActivateBestChain for long chains 9 years ago
Pieter Wuille 316623f2c1 Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards 9 years ago
Pieter Wuille d253ec4baa Make ProcessNewBlock dbp const and update comment 9 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 9 years ago
Daniel Kraft f93c2a1b7e net: Avoid duplicate getheaders requests. 9 years ago
Wladimir J. van der Laan 581ddff05c net: Add fRelayTxes flag 9 years ago
instagibbs 657e07efa3 Rename ReconsiderBlock func to reflect real behavior 9 years ago
instagibbs addb9d2a09 Remove state arg from ReconsiderBlock 9 years ago
21E14 c8b92486c4 Remove obsolete reference to CValidationState from UpdateCoins. 9 years ago
Daniel Kraft f7c4f79f07 [trivial] Add missing const qualifiers. 9 years ago
Pavel Janík b02119e463 Remove useless argument to AlertNotify. 9 years ago
Suhas Daftuar 383fc10ebb Only use AddInventoryKnown for transactions 9 years ago
Pavel Janík 61c01706cd Log invalid block hash to make debugging easier. 9 years ago
Kaz Wesley 719de56ab2 lock cs_main for chainActive 9 years ago
Kaz Wesley efb54ba065 lock cs_main for State/Misbehaving 9 years ago
Gregory Maxwell b559914753 Move bloom and feerate filtering to just prior to tx sending. 9 years ago
Pieter Wuille ed7068302c Handle mempool requests in send loop, subject to trickle 9 years ago
Pieter Wuille dc13dcd2be Split up and optimize transaction and block inv queues 9 years ago
Suhas Daftuar 3a99fb2cb1 Fix headers announcements edge case 9 years ago
face 176869f9b3 Explicitly pass CChainParams to ConnectBlock 9 years ago
Gregory Maxwell f2d3ba7386 Eliminate TX trickle bypass, sort TX invs for privacy and priority. 9 years ago
face d0a6353dec Pass CChainParams to DisconnectTip() 9 years ago
Jorge Timón 764d237772 Globals: Explicitly pass const CChainParams& to UpdateTip() 9 years ago
Wladimir J. van der Laan 99e70751f2 Break circular dependency main ↔ txdb 9 years ago
Pieter Wuille 38c310299c Change mapRelay to store CTransactions 9 years ago
Alex Morcos c6cb6f7d4c Avoid unnecessary database access for unknown transactions 9 years ago
Suhas Daftuar 7e91f632c7 Use txid as key in mapAlreadyAskedFor 9 years ago