980 Commits (30c1db1c612ef2622d4eb72f0b7f12f311cac7cd)

Author SHA1 Message Date
Nicolas Benoit 30c1db1c61 Replaced current function names with __func__ in LogPrintf() calls. 9 years ago
mrbandrews 0421c18f3a Fix CheckBlockIndex for reindex. 9 years ago
Jorge Timón e8e8904dda Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensus::Params 9 years ago
Jorge Timón 4e382177ed Chainparams: Refactor: Remove redundant HashGenesisBlock() getter 9 years ago
Jorge Timón f14e687feb Chainparams: Decouple CAlert from CChainParams 9 years ago
Suhas Daftuar ede379f780 Add additional block index consistency checks 9 years ago
Pieter Wuille 3fcfbc8ac5 Add a consistency check for the block chain data structures 9 years ago
Jorge Timón d698ef690f Consensus: Refactor: Decouple pow.o from chainparams.o 10 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 9 years ago
Jorge Timón 26c16d9de9 Includes: Refactor: Move CValidationInterface and CMainSignals out of main 10 years ago
Pieter Wuille 9c2737901b Reduce fingerprinting through timestamps in 'addr' messages. 9 years ago
Alex Morcos cd3d67cf3b Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates 9 years ago
Alex Morcos a9af415887 fix InvalidateBlock to repopulate setBlockIndexCandidates 9 years ago
Cory Fields bb6acff079 fix possible block db breakage during re-index 9 years ago
Wladimir J. van der Laan 3aa0130b96 test: remove fSkipProofOfWork 9 years ago
Wladimir J. van der Laan 556814ec4e src/main.cpp: endian compatibility in packet checksum check 10 years ago
Pieter Wuille 51598b2631 Reinitialize state in between individual unit tests. 9 years ago
Cory Fields eec37136fd make CMessageHeader a dumb storage class 10 years ago
Pieter Wuille 85da07a5a0 Better fingerprinting protection for non-main-chain getdatas. 9 years ago
Gregory Maxwell 28d4cff0ed Sanitize command strings before logging them. 10 years ago
Ivan Pustogarov dca799e1db Ignore getaddr messages on Outbound connections. 10 years ago
Wladimir J. van der Laan f5791c6ae3 Add more information to errors in ReadBlockFromDisk 10 years ago
Daniel Kraft eb1c2cd37f Split logic to undo txin's off DisconnectBlock. 10 years ago
Pieter Wuille 9fddceda44 Avoid storing a reference passed to SignatureChecker constructors 10 years ago
Pieter Wuille 858809a33e Use separate SignatureChecker for CMutableTransaction 10 years ago
Pieter Wuille 5a47811da5 BIP66 changeover logic 10 years ago
Daira Hopwood 1371e6f5db Change "insane" to "absurd" (referring to high fees) in text strings and identifiers. 10 years ago
Vitalii Demianets bd2b73bb9b TRIVIAL: fix misleading comment 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
Gregory Maxwell 3ff735c99a Increase block download timeout base from 10 to 20 minutes. 10 years ago
Pieter Wuille 916130348c Introduce 10 minute block download timeout 10 years ago
Wladimir J. van der Laan 734f85c4f0 Use arith_uint256 where necessary 10 years ago
Wladimir J. van der Laan 34cdc41128 String conversions uint256 -> uint256S 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Peter Todd 0ea28baeb8
Reject non-final txs even in testnet/regtest 10 years ago
Pieter Wuille e41345790f Catch LevelDB errors during flush 10 years ago
Thomas Zander 70477a0bdf
On close of splashscreen interrupt verifyDB 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
Luke Dashjr 23f3435962 Rename MAX_TX_SIGOPS to MAX_STANDARD_TX_SIGOPS to match similar policy constant MAX_STANDARD_TX_SIZE 10 years ago
Luke Dashjr 1b178a7f96 Bugfix: ConnectBlock: In case the genesis block gets in with fJustCheck, behave correctly 10 years ago
Pavel Janík 4f1ee565b5 Clean AcceptToMemoryPool error messages 10 years ago
Pavel Vasin de236f57c6 clarify obscure uses of EvalScript() 10 years ago
Pieter Wuille 1c52aad540 Require sufficent priority for relay of free transactions 10 years ago
jtimon 87fb31086d Move UndoWriteToDisk() and UndoReadFromDisk() to anon namespace 10 years ago
jtimon 937ba572d0 MOVEONLY: CBlockUndo from main.h to undo.h 10 years ago
jtimon e035c6a737 Decouple CBlockUndo from CDiskBlockPos 10 years ago
jtimon d7621ccf9d Decouple miner.o and txmempool.o from CTxUndo 10 years ago
jtimon c444c620c6 Decouple CCoins from CTxInUndo 10 years ago
Adam Weiss c90770430d DOS: Respect max per-peer blocks in flight limit 10 years ago
Pieter Wuille 3497022347 Reject headers that build on an invalid parent 10 years ago