443 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Pieter Wuille 977cdadea8 Add a built-in SHA256/SHA512 implementation. 10 years ago
Wladimir J. van der Laan 97789d374c util: Add function FormatParagraph to format paragraph to fixed-width 10 years ago
Cory Fields 8b09ef7b63 build: add stub makefiles for easier subdir builds 10 years ago
Cory Fields be4e9aeb14 build: delete old Makefile.am's 10 years ago
Andreas Schildbach 223a6f7800 Fix stray uppercase A in tx_valid.json. 10 years ago
Wladimir J. van der Laan 3e8ac6af9a
Replace non-threadsafe gmtime and setlocale 10 years ago
Federico Bond f25e3adf7d Fix build in OS X 10.9 10 years ago
Peter Todd 9ec030622f
Add CODESEPARATOR/FindAndDelete() tests 10 years ago
Pieter Wuille f6b7c644c9 Move base58.h implementation code to base58.cpp 10 years ago
Pieter Wuille 7cd0af7cc2 Move bignum.h to test/ 10 years ago
Pieter Wuille ccc84e0963 Reduce bignum.h now it is only needed for scriptnum_tests 10 years ago
Wladimir J. van der Laan 21bf3d257b Add tests for BoostAsioToCNetAddr 10 years ago
Wladimir J. van der Laan fdbd7075ca Remove unused function WildcardMatch 10 years ago
Wladimir J. van der Laan e16be73753 net: Add CSubNet class for subnet matching 10 years ago
Wladimir J. van der Laan 0d4ea1cf8a util: add parseint32 function with strict error reporting 10 years ago
Pieter Wuille df9eb5e14f Move {Get,Set}Compact from bignum to uint256 10 years ago
Pieter Wuille a7031507e6 Add multiplication and division to uint160/uint256 10 years ago
Pieter Wuille 4d480c8a3f Exception instead of assigning 0 in case of wrong vector length 10 years ago
Wladimir J. van der Laan e443ed2462
Fix transaction tests 10 years ago
Peter Todd 6380180821 Add rejection of non-null CHECKMULTISIG dummy values 10 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 10 years ago
Peter Todd 29c17498a5 Let tx (in)valid tests use any SCRIPT_VERIFY flag 10 years ago
super3 d3081fa231 Removed LevelDB changes 10 years ago
Wladimir J. van der Laan ed67100565 Add required locks in tests 10 years ago
Cory Fields b1fdd5475d script: Add test for CScriptNum 10 years ago
Cory Fields 90320d6777 script: add additional script tests 10 years ago
ditto-b 5cfd3a70a6 Edit subsidy_limit_test to account for BIP42 10 years ago
Alon Muroch 75ebced499 added many rpc wallet tests 10 years ago
Manuel Araoz 81bfb5aebf add checks for deserialization errors 10 years ago
Manuel Araoz 232aa9e034 Add code generating data/sighash.json test data 10 years ago
Manuel Araoz 43cb41859e Add sighash tests from data file 10 years ago
Wladimir J. van der Laan e3f5d4338d
Fix test build after d138598 10 years ago
Luke Dashjr 3cb1edbfb6 Update moved and dead links 10 years ago
Wladimir J. van der Laan 3fc6846181 Add licenses for tests and test data 10 years ago
Peter Todd d3a33fc869
Test CHECKMULTISIG with m == 0 and n == 0 10 years ago
Peter Todd b41e594773
Fix script test handling of empty scripts 10 years ago
Philip Kaufmann 2b45345aac minor style cleanups 11 years ago
Andreas Schildbach ffd082a6a3 Add script test to prove that OP_0 evaluates as the empty vector, rather than [0]. 10 years ago
Pieter Wuille 6fd7ef2bbf Also switch the (unused) verification code to low-s instead of even-s. 11 years ago
Pieter Wuille fecba4e269 Total money limit test 11 years ago
Jeff Garzik 8175c790eb script: reduce OP_RETURN standard relay bytes to 40 10 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 10 years ago
Christian von Roques a3138ed42b add test of DecodeBase58 skipping whitespace 12 years ago
Pieter Wuille 87fe71e1fc Add HasCanonicalPushes(), and use it in IsStandardTx 11 years ago
Pieter Wuille f59d8f0b64 Per-peer block download tracking and stalled download detection. 11 years ago
Matt Corallo c32a486f4b Add more data-driven tests. 11 years ago
Peter Todd 665bdd3bc9
Fix off-by-one errors in use of IsFinalTx() 11 years ago
Gavin Andresen fd67424c82 Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDER 11 years ago
Noel Tiernan e6c6bc92f4 Adds additional zero checks for setCompact 11 years ago
Philip Kaufmann c037531d69 small headers ordering cleanup 11 years ago