1493 Commits (f628d9a29a2d83c80323c801f618b5375543bd0d)

Author SHA1 Message Date
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
Gregory Maxwell 66b07247a7 Only send one GetAddr response per connection. 9 years ago
Suhas Daftuar e4ba9f6b04 Version 2 transactions remain non-standard until CSV activates 9 years ago
Pieter Wuille 0e24bbf679 Self check after the last peer is removed 9 years ago
Pieter Wuille 2d1d6581ec Track block download times per individual block 9 years ago
Jorge Timón bf477bcc79 Trivial: Globals: Explicitly pass const CChainParams& to ProcessMessage() 9 years ago
Wladimir J. van der Laan 07398e8e9d init: allow shutdown during 'Activating best chain...' 9 years ago
Wladimir J. van der Laan f20d42ed2b UpdateTip: log only one line at most per block 9 years ago
MarcoFalke fada0c422c [doc] Fix doxygen comments for members 9 years ago
Pieter Wuille eff736e55e Reformat version in UpdateTip and other messages 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
Patrick Strateman c90036f664 Always disconnect old nodes which request filtered connections. 9 years ago
BtcDrak 01fdfeffc4 Remove `-alerts` option 9 years ago
BtcDrak 92066344fd Update alert notification and GUI 9 years ago
BtcDrak bbb9d1d123 Remove p2p alert handling 9 years ago
BtcDrak 02c2435802 Soft fork logic for BIP68 9 years ago
BtcDrak 478fba6d52 Soft fork logic for BIP113 9 years ago
Pieter Wuille 65751a3cf2 Add CHECKSEQUENCEVERIFY softfork through BIP9 9 years ago
Alex Morcos 982670c333 Add LockPoints 9 years ago
Pieter Wuille d23f6c6a0d Softfork status report in RPC 9 years ago