1404 Commits (d846e0237256a4105199673d2eb90ed1dbb55b35)

Author SHA1 Message Date
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
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
paveljanik 8a03727d9c Fix various typos 9 years ago
Pieter Wuille dd5862c4cd Flush coins cache also after transaction processing 9 years ago
Matt Corallo bde953e281 Uncache input txn in utxo cache if a tx is not accepted to mempool 9 years ago
Matt Corallo 677aa3d88c Discard txn cache entries that were loaded for removed mempool txn 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
Alex Morcos c49d5bc9e6 Store the total sig op count of a tx. 9 years ago
Wladimir J. van der Laan aabc897801 rpc: Don't translate warning messages 9 years ago
Suhas Daftuar 2d8860e820 Fix removeForReorg to use MedianTimePast 9 years ago
Suhas Daftuar b7fa4aa387 Don't call removeForReorg if DisconnectTip fails 9 years ago
Suhas Daftuar 7e49f5f8b4 Track coinbase spends in CTxMemPoolEntry 9 years ago
Matt Corallo bb8ea1f630 removeForReorg calls once-per-disconnect-> once-per-reorg 9 years ago
Matt Corallo 474b84a741 Make indentation in ActivateBestChainStep readable 9 years ago
Matt Corallo 9b060e5cfb Fix removal of time-locked transactions during reorg 9 years ago
Gregory Maxwell d41e44c9ac Actually only use filterInventoryKnown with MSG_TX inventory messages. 9 years ago
Patick Strateman 6b849350ab Rename setInventoryKnown filterInventoryKnown 9 years ago
Gregory Maxwell ec73ef37ec Replace setInventoryKnown with a rolling bloom filter. 9 years ago