1142 Commits (59441a044570c4298f19b6bd873c8769e3ec0ba0)

Author SHA1 Message Date
Pieter Wuille eddaba7b56
Revert "Cache transaction validation successes" 9 years ago
Peter Todd d2d7ee0e86 Make CRollingBloomFilter set nTweak for you 9 years ago
Pieter Wuille 17b11428c1 Cache transaction validation successes 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Ross Nicoll c433828df9 Handle no chain tip available in InvalidChainFound() 9 years ago
Pavel Vasin 2cb8ee9ac7 remove unused inv from ConnectTip() 9 years ago
Suhas Daftuar 59b49cd074 Eliminate signed/unsigned comparison warning 9 years ago
Luke Dashjr 0c376340a4 acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for testnet/regtest only 9 years ago
Jonas Schnelli 409bccfbf5 use CBanEntry as object container for banned nodes 9 years ago
Shaul Kfir a651403e09 Add absurdly high fee message to validation state (for RPC propagation) 9 years ago
Suhas Daftuar 6b1066fab4 Ignore whitelisting during IBD for unrequested blocks. 9 years ago
Luke Dashjr 9238ecb417 Policy: MOVEONLY: 3 functions to policy.o: 10 years ago
Jorge Timón 627b9deff4 Policy: MOVEONLY: Create policy/policy.h with some constants 10 years ago
Jorge Timón 36c97b4e5d Bugfix: Don't check the genesis block header before accepting it 10 years ago
Suhas Daftuar ae6f957a62 Enable block relay when pruning 10 years ago
Suhas Daftuar 0da6ae2dc3 Do not inv old or missing blocks when pruning 10 years ago
Cory Fields a794284e61 locking: add a quick example of GUARDED_BY 10 years ago
Wladimir J. van der Laan 02a6702a82 Add option `-alerts` to opt out of alert system 10 years ago
Jorge Timón eb837199a0 Consensus: Refactor: Separate Consensus::CheckTxInputs and GetSpendHeight in CheckInputs 10 years ago
Jorge Timón 425c3a87ff Consensus: Separate CheckIndexAgainstCheckpoint() from ContextualCheckBlockHeader 10 years ago
Gavin Andresen 65b9454503
Use best header chain timestamps to detect partitioning 10 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 10 years ago
Suhas Daftuar 3e9143386a Advance pindexLastCommonBlock for blocks in chainActive 10 years ago
Adam Weiss c257a8c9a6 Prune: Support noncontiguous block files 10 years ago
Suhas Daftuar bfc30b3437 Ignore unrequested blocks too far ahead of tip 10 years ago
Suhas Daftuar 9be0e6837b Be stricter in processing unrequested blocks 10 years ago
Suhas Daftuar 8273793350 Eliminate compiler warning due to unused variable 10 years ago
Suhas Daftuar a1ba0778dd Ignore getheaders requests when not synced. 10 years ago
Jorge Timón e69734309c Chainparams: Explicit CMessageHeader::MessageStartChars to functions in main: 10 years ago
Peter Todd 28bf06236d
Fix off-by-one error w/ nLockTime in the wallet 10 years ago
Jorge Timón 935bd0a447 Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed GetBlockSubsidy] 10 years ago
jtimon da29ecbcc6 Consensus: MOVEONLY: Move CValidationState from main consensus/validation 10 years ago
Cory Fields 27afcd89db Consensus: Refactor: Decouple CValidationState from main::AbortNode() 10 years ago
Alex Morcos c208040354 Fix for clearing fCheckForPruning 10 years ago
Gavin Andresen 36cba8f118
Alert if it is very likely we are getting a bad chain 10 years ago
Pieter Wuille dce8360e44 Reduce checkpoints' effect on consensus. 10 years ago
Suhas Daftuar b89f30775d Fix incorrect variable name in FindFilesToPrune 10 years ago
Alex Morcos b649e03954 Create new BlockPolicyEstimator for fee estimates 10 years ago
Alex Morcos 86a5f4b54e Relocate calls to CheckDiskSpace 10 years ago
Alex Morcos 14d4eef799 Fix removing of orphan transactions 10 years ago
Pieter Wuille 67708acff9 Write block index more frequently than cache flushes 10 years ago
Pieter Wuille b3ed4236be Cache tweak and logging improvements 10 years ago
Pieter Wuille fc684ad8af Use accurate memory for flushing decisions 10 years ago
Jorge Timón 51aa24927e Chainparams: Refactor: Decouple IsSuperMajority from Params() 10 years ago
Luke Dashjr b05a89b2de Non-grammatical language improvements 10 years ago
Corinne Dashjr 7e6d23b171 Bugfix: Grammar fixes 10 years ago
Cory Fields a8cdaf5c96 checkpoints: move the checkpoints enable boolean into main 10 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 10 years ago
Gavin Andresen d81cff32e5 Replace mruset setAddrKnown with CRollingBloomFilter addrKnown 10 years ago