849 Commits (04e988c6ce1e7255a9575ff2fd130219f03c64f2)

Author SHA1 Message Date
Pieter Wuille 698c6abb25 Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) 10 years ago
Wladimir J. van der Laan a873823864
CAutoFile: Explicit Get() and remove unused methods 10 years ago
Pieter Wuille 7b2bb96271 Replace some function names with __func__ 10 years ago
Pieter Wuille a96d113962 Rename CWalletInterface to CValidationInterface 10 years ago
Ruben Dario Ponticeli fef24cab1a Add IsNull() to class CAutoFile and remove operator ! 10 years ago
Pieter Wuille e11b2ce4c6 Fix large reorgs 10 years ago
Pieter Wuille afc32c5eea Fix rebuild-chainstate feature and improve its performance 10 years ago
Pieter Wuille 16d5194165 Skip reindexed blocks individually 10 years ago
Wladimir J. van der Laan ad96e7ccd9 Make -reindex cope with out-of-order blocks 10 years ago
Pieter Wuille e17bd58392 Rename setBlockIndexValid to setBlockIndexCandidates 10 years ago
R E Broadley 1af838b339 Add height to "Requesting block" debug 10 years ago
R E Broadley 1bcee67ee7 Better logging of stalling 10 years ago
R E Broadley 4c93322923 Improve getheaders (sending) logging 10 years ago
Pieter Wuille f244c99c96 Remove CheckMinWork, as we always know all parent headers 10 years ago
Pieter Wuille ad6e601712 RPC additions after headers-first 10 years ago
Pieter Wuille 341735eb8f Headers-first synchronization 10 years ago
Gavin Andresen dbca89b74b
Trigger -alertnotify if network is upgrading without you 10 years ago
Gavin Andresen e01a7939d3
Refactor -alertnotify code 10 years ago
Philip Kaufmann 4dc5eb057c fix a lock indentation in main.cpp 10 years ago
Pieter Wuille ed6d1a2c7b Keep information about all block files in memory 10 years ago
Wladimir J. van der Laan b9b2e3fabd Don't translate state.Abort() messages 10 years ago
Pieter Wuille e790c370b5 Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker 10 years ago
Pieter Wuille 5c1e798a8e Make signature cache optional 10 years ago
R E Broadley 4bb30a1eb8 Correct logging AcceptBlock()->AcceptBlockHeader() 10 years ago
SergioDemianLerner f0fd00cb77 Switch testing framework from MAIN to new UNITTEST network 10 years ago
Philip Kaufmann c9fb27da0a CBufferedFile: convert into a non-refcounted RAII wrapper 10 years ago
Wladimir J. van der Laan 8d132431b4
Revert merge of pull #4845 10 years ago
Mark Friedenbach f74fc9b22d Print input index when signature validation fails, to aid debugging. 10 years ago
Mark Friedenbach 217a5c9238 When transaction outputs exceed inputs, show the offending amounts so as to aid debugging. 11 years ago
SergioDemianLerner 5e2e7fcb99 Suggested corrections on comments, variable names. 10 years ago
SergioDemianLerner a25fd6be13 Switch testing framework from MAIN to new UNITTEST network 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Cory Fields eee030f6bc autofile: don't copy CAutoFile by value 10 years ago
Pieter Wuille 584a358997 Do merkle root and txid duplicates check simultaneously 10 years ago
Pieter Wuille 7c70438dc6 Get rid of the dummy CCoinsViewCache constructor arg 10 years ago
Pieter Wuille 058b08c147 Do not keep fully spent but unwritten CCoins entries cached. 10 years ago
Pieter Wuille c9d1a81ce7 Get rid of CCoinsView's SetCoins and SetBestBlock. 10 years ago
Pieter Wuille f28aec014e Use ModifyCoins instead of mutable GetCoins. 10 years ago
Pieter Wuille ab15b2ec71 Avoid copying undo data 10 years ago
Suhas Daftuar f7e36370f3 Eliminate extra assignment 10 years ago
ENikS ec91092df8
Fixing compiler warning C4101 10 years ago
jtimon 6dcfda2dc4 Don't pass nHashType to EvalScript nor CheckSig 10 years ago
jtimon 2b23a87599 Don't pass nHashType to VerifyScript 10 years ago
jtimon ce3649fb61 Remove CScriptCheck::nHashType (was always 0) 10 years ago
jtimon 358562b651 Remove unused function main:VerifySignature 10 years ago
Pieter Wuille efad808aae Avoid reject message feedback loops 10 years ago
Gavin Andresen aa3c697e90
Store fewer orphan tx by default, add -maxorphantx option 10 years ago
Gavin Andresen c74332c678
Stricter handling of orphan transactions 10 years ago
Suhas Daftuar ec7eb0fa80 When reindexing check for file before trying to open (refactored) 10 years ago
Gavin Andresen def2fdb4b9
Fix crashing bug caused by orphan(s) with duplicate prevout.hash 10 years ago