1450 Commits (fae6bb85cf71056aa2541d9bc5cce26946a56945)

Author SHA1 Message Date
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
Pieter Wuille 6851107b3a BIP9 Implementation 9 years ago
Suhas Daftuar 72abd2ce3c Add ancestor tracking to mempool 9 years ago
Suhas Daftuar 76a76321d2 Remove work limit in UpdateForDescendants() 9 years ago
Suhas Daftuar 5de2baa138 Rename CTxMemPool::remove -> removeRecursive 9 years ago
R E Broadley 9988554fc7 No "Unknown command" for getaddr command. 9 years ago
Wladimir J. van der Laan 8fc81e0983 mempool: Reduce ERROR logging for mempool rejects 9 years ago
jloughry 37767fd46f fix spelling of advertise in src and doc 9 years ago
jmacwhyte 8aa722609d Fix IsInitialBlockDownload to play nice with testnet 9 years ago
Alex Morcos b043c4b746 fix sdaftuar's nits again 9 years ago
Luke Dashjr 1fb91b3496 Common argument defaults for NODE_BLOOM stuff and -wallet 9 years ago
Alex Morcos c6c2f0fd78 Implement SequenceLocks functions 9 years ago
Pieter Wuille e4eebb604e Update the wallet best block marker when pruning 9 years ago
Suhas Daftuar 301bc7bc7e Update nQueuedValidatedHeaders after peer disconnection 9 years ago
Jorge Timón f3757a0391 Consensus: Decouple pow.cpp from util.h 9 years ago
MarcoFalke fad6244879 ATMP: make nAbsurdFee const 9 years ago
MarcoFalke fa79db2641 Move maxTxFee out of mempool 9 years ago
Suhas Daftuar dbb89dc793 Eliminate unnecessary call to CheckBlock 9 years ago
MarcoFalke fa331db68b mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee 9 years ago
Jorge Timón 93fc58c742 Consensus: Remove calls to error() and FormatStateMessage() from some consensus code in main 9 years ago
Gregory Maxwell 325c725fb6 Add whitelistforcerelay to control forced relaying. 9 years ago
Luke Dashjr 77b55a00ed Rename permitrbf to replacebyfee 9 years ago
Wladimir J. van der Laan b768108d9c Add option `-permitrbf` to set transaction replacement policy 9 years ago
ptschip 2dfeaa1ad0 limitfreerelay edge case bugfix: 9 years ago
Peter Todd fd836153d5
Improve CheckInputs() comment about sig verification 9 years ago
Pieter Wuille 7ef8f3c072 Report non-mandatory script failures correctly 9 years ago
21E14 a5a0831458 Double semicolon cleanup. 9 years ago
Suhas Daftuar 5246180f16 Mark blocks with too many sigops as failed 9 years ago
ptschip 39a525c21f Do not download transactions during inital sync 9 years ago
Wladimir J. van der Laan 64360f1304 Make max tip age an option instead of chainparam 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Pieter Wuille 5400ef6bcb Replace trickle nodes with per-node/message Poisson delays 9 years ago