556 Commits (32b7294177e50cba8aa26ae0689d4b24f3c10df3)

Author SHA1 Message Date
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 8 years ago
Jorge Timón ee9f4a5b15 Consensus: Decouple from chainparams.o and timedata.o 8 years ago
Pieter Wuille d253ec4baa Make ProcessNewBlock dbp const and update comment 8 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 8 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
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
Wladimir J. van der Laan 99e70751f2 Break circular dependency main ↔ txdb 9 years ago
Wladimir J. van der Laan 62b9a557fc Reduce block timeout to 10 minutes 9 years ago
Pieter Wuille 2d1d6581ec Track block download times per individual block 9 years ago
MarcoFalke fada0c422c [doc] Fix doxygen comments for members 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
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
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
MarcoFalke fa79db2641 Move maxTxFee out of mempool 9 years ago
MarcoFalke fa1193e254 [doxygen] Actually display comment 9 years ago
Luke Dashjr b922fbe063 Rename replacebyfee=opt-in to mempoolreplacement=fee 9 years ago
Peter Todd 2f19905324
Improve block validity/ConnectBlock() comments 9 years ago
MarcoFalke fa331db68b mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee 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
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
Suhas Daftuar 901b01d674 Remove GetMinRelayFee 9 years ago
Luke Dashjr 45b8e278fb -bytespersigop option to additionally limit sigops in transactions we relay and mine 9 years ago
Alex Morcos 5f12263302 Expose FormatStateMessage 9 years ago
Wladimir J. van der Laan aabc897801 rpc: Don't translate warning messages 9 years ago
Matt Corallo bb8ea1f630 removeForReorg calls once-per-disconnect-> once-per-reorg 9 years ago
Jorge Timón cb491e7788 Trivial: Fix warning introduced by #7053 by casting to uint64_t 9 years ago
Suhas Daftuar 50262d8953 Allow block announcements with headers 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Jorge Timón 2e29e7e247 Globals: Remove a bunch of Params() calls from main.cpp: 9 years ago
Alex Morcos 6303051470 EstimateSmart functions consider mempool min fee 9 years ago
Patick Strateman 3a964973fe Add whitelistalwaysrelay option 9 years ago
Jorge Timón 598e494587 Chainparams: Explicit CChainParams arg for main (pre miner): 9 years ago
Jorge Timón 7267843745 Globals: Make AcceptBlockHeader static (Fix #6163) 9 years ago
MarcoFalke 536766c903 [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000 9 years ago
Gregory Maxwell e4e5334ef8 Restore MedianTimePast for locktime. 9 years ago