1101 Commits (cde7ab2d4ea7fbf71497c42edc1a82b9c8e6c91d)

Author SHA1 Message Date
Peter Todd 287f54fc90 Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic 9 years ago
Luke Dashjr e761d7a94f Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) 9 years ago
Pieter Wuille 3b33ec85ed Avoid duplicate CheckBlock checks 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
Suhas Daftuar 5add7a74a6 Track transaction packages in CTxMemPoolEntry 9 years ago
Alex Morcos 131c23d027 Fix locking in GetTransaction. 9 years ago
Jonas Schnelli d76a8acb9b use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 9 years ago
João Barbosa 5624e055b3 Add UpdatedBlockTip signal to CMainSignals and CValidationInterface 9 years ago
Gregory Maxwell 6ecaec395c [Trivial] [logging] Rm extraneous cleansubver in serveral debug messages. 9 years ago
Matt Corallo afb0ccaf9c Add NODE_BLOOM service bit and bump protocol version 9 years ago
Tom Harding 9524c4d35c In (strCommand == "tx"), return if AlreadyHave() 9 years ago
Patrick Strateman 4bac601610 Record nMinPingUsecTime 9 years ago
Wladimir J. van der Laan 7f1f8f5edf Move mempool rejections to new debug category 9 years ago
Wladimir J. van der Laan 66daed5e1b Add information to errors in ConnectBlock, CheckBlock 9 years ago
Wladimir J. van der Laan 6cab808272 Remove most logging from transaction validation 9 years ago
Wladimir J. van der Laan 9003c7cdd8 Add function to convert CValidationState to a human-readable message 9 years ago
Wladimir J. van der Laan dc58258adf Introduce REJECT_INTERNAL codes for local AcceptToMempool errors 9 years ago
Veres Lajos 9f68ed6b6d typofixes (found by misspell_fixer) 9 years ago
Daniel Kraft 69c3bde448 Add some const declarations where they are appropriate. 9 years ago
Wladimir J. van der Laan 5922b6774e Add assertion and cast before sending reject code 9 years ago
Pavol Rusnak 7b79cbd722 limit total length of user agent comments 9 years ago
Wladimir J. van der Laan f18b8ec7cf Make sure LogPrintf strings are line-terminated 9 years ago
Wladimir J. van der Laan a8d0407c4f Move recentRejects initialization to top of InitBlockIndex 9 years ago
Peter Todd 0847d9cb5f
Keep track of recently rejected transactions 9 years ago
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 10 years ago
Jonas Schnelli 409bccfbf5 use CBanEntry as object container for banned nodes 10 years ago
Shaul Kfir a651403e09 Add absurdly high fee message to validation state (for RPC propagation) 10 years ago
Suhas Daftuar 6b1066fab4 Ignore whitelisting during IBD for unrequested blocks. 10 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