4690 Commits (b77b4eda8db4e7ebd7762d8543c713c15b207e90)

Author SHA1 Message Date
jtimon 54510f2672 DRY: Avoid repetitions in script_test 10 years ago
R E Broadley 4bb30a1eb8 Correct logging AcceptBlock()->AcceptBlockHeader() 10 years ago
Eric Shaw bc470c43ee Changed mixed indentation to four spaces 10 years ago
Eric Shaw 31d6390fd1 Fixed setaccount accepting foreign address 10 years ago
Wladimir J. van der Laan fbd36d8fb5
Avoid introducing a virtual into CChainParams 10 years ago
SergioDemianLerner f0fd00cb77 Switch testing framework from MAIN to new UNITTEST network 10 years ago
Philip Kaufmann e2efdf3937 amount.h: update license, add header end comment + rem from util.h 10 years ago
Philip Kaufmann 938bccebf1 CAutoFile: make file private 10 years ago
Philip Kaufmann 0c35486dc9 CBufferedFile: add explicit close function 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
Wladimir J. van der Laan c122f5528c qt: Register CAmount metatype 10 years ago
Philip Kaufmann c375b5c102 remove dead/unused code in walletdb.cpp 10 years ago
Philip Kaufmann b5ec5fe0cb update getnetworkinfo help with subversion 10 years ago
Cory Fields 63c17613ab tests: fix false-positive under win64 10 years ago
Cory Fields 41d67c78bf tests: fix python test-runner for windows 10 years ago
Pieter Wuille 68af7d02cf Fix vector out of bounds in script tests 10 years ago
Wladimir J. van der Laan 4705902777 Avoid introducing a virtual into CChainParams 10 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
Philip Kaufmann 7bec6dd230 cleanup license and header end comment in chain.cpp/.h 10 years ago
Philip Kaufmann 0db65d8798 update license of compat and crypto 10 years ago
sinetek 775b7b8d70 LLu is standard, but not portable. use ULL 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 8138cbea3c Add automatic script test generation, and actual checksig tests 10 years ago
Cory Fields 6eb67b0ed2 autofile: Disallow by-value copies of CAutoFile 10 years ago
Cory Fields eee030f6bc autofile: don't copy CAutoFile by value 10 years ago
Cory Fields be6d87aa60 script: don't read past the end 10 years ago
Cory Fields a94496fbb6 tests: don't split an empty string 10 years ago
ENikS 1e73504865
Fixing C4146 warning 10 years ago
Philip Kaufmann 20a11ffabf minor variable init changes in init.cpp 10 years ago
Wladimir J. van der Laan d14d7deff0 SanitizeString: allow '(' and ')' 10 years ago
ENikS 219372f1dd
script: Fix reference into empty vector run time exception 10 years ago
Jeff Garzik ff36cbe8d0 RPC getnetworkinfo: export local node's client sub-version string 10 years ago
Philip Kaufmann e6beedc496 [Qt] add more NULL pointer checks in bitcoingui 10 years ago
Pieter Wuille cf42c36e99 Apply clang-format on crypto/* and compat/* 10 years ago
Pieter Wuille 584a358997 Do merkle root and txid duplicates check simultaneously 10 years ago
ENikS cda45b5131 Reinitializing list's begin iterator after few elements were erased from the head 10 years ago
ENikS 459a2d25e0 Avoiding referencing elements of an empty vector 10 years ago
ENikS c8063b5712 Fixing out of bounds asses error 10 years ago
ENikS 6f3ae9b5df Fixing out of bounds error in GetKey() 10 years ago
Philip Kaufmann bb26e2c896 [Qt] minor changes in splashscreen.cpp 10 years ago
Pieter Wuille c8589bf99e Add actual signature tests 10 years ago
Pieter Wuille 76ec867796 Use actually valid transactions for script tests 10 years ago
Wladimir J. van der Laan cfc5cfb0f0
qt: Make splash and shutdown window ignore close events 10 years ago
Philip Kaufmann 2e5361b9c2 remove code below asserts in limitedmap.h (fixes a ToDo) 10 years ago
ENikS 87314c1c5e Fixing improper input syntax and failing bounds check 10 years ago
Peter Todd 01c28073ba
Add warning about the merkle-tree algorithm duplicate txid flaw 10 years ago