1287 Commits (76da7613517d05aca31c2cee42b5ebf3d5c54974)

Author SHA1 Message Date
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
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
Wladimir J. van der Laan 9bbe71b641 net: Add and document network messages in protocol.h 9 years ago
Wladimir J. van der Laan 9fc6ed6003 net: Fix sent reject messages for blocks and transactions 9 years ago
Matt Corallo 96918a2f09 Don't do mempool lookups for "mempool" command without a filter 9 years ago
Jonas Schnelli 7d0bf0bb46
include the chaintip *blockIndex in the SyncTransaction signal 9 years ago
Gregory Maxwell 6aadc75578 Disconnect on mempool requests from peers when over the upload limit. 9 years ago
Suhas Daftuar 901b01d674 Remove GetMinRelayFee 9 years ago
Suhas Daftuar 27fae3484c Use fee deltas for determining mempool acceptance 9 years ago
Suhas Daftuar 9ef2a25603 Update replace-by-fee logic to use fee deltas 9 years ago
paveljanik 5e151a842c PartitionCheck: remove useless spaces 9 years ago