330 Commits (3c85d2ec37c3725e407649e487fbeb2a36606d74)

Author SHA1 Message Date
Wladimir J. van der Laan 3faf1f8294
test: Fix warning about integer signedness in P2SH tests 10 years ago
Pieter Wuille 236982c2b6 Add skiplist unit tests 10 years ago
Tom Harding 8fbf03995d CBloomFilter::clear() method 10 years ago
Gavin Andresen a90689ff98
Remove timing-based signature cache unit test 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago
jtimon df852d2bcc Refactor proof of work related functions out of main 10 years ago
Gavin Andresen 7f3b4e9569
Relax IsStandard rules for pay-to-script-hash transactions 10 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 10 years ago
Pieter Wuille 4949004d68 Add CMutableTransaction and make CTransaction immutable. 10 years ago
Pieter Wuille a0495bb68c Add <Hasher>::OUTPUT_SIZE 10 years ago
Pieter Wuille 3820e01eb9 Extend and move all crypto tests to crypto_tests.cpp 10 years ago
Pieter Wuille 13b5dfef64 Move crypto implementations to src/crypto/ 10 years ago
Pieter Wuille 1cc344ce42 Add built-in SHA-1 implementation. 10 years ago
Pieter Wuille 85aab2a088 Switch miner.cpp to use sha2 instead of OpenSSL. 10 years ago
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 11 years ago
Federico Bond f25e3adf7d Fix build in OS X 10.9 11 years ago
Peter Todd 9ec030622f
Add CODESEPARATOR/FindAndDelete() tests 11 years ago
Pieter Wuille f6b7c644c9 Move base58.h implementation code to base58.cpp 11 years ago
Pieter Wuille 7cd0af7cc2 Move bignum.h to test/ 11 years ago
Pieter Wuille ccc84e0963 Reduce bignum.h now it is only needed for scriptnum_tests 11 years ago
Wladimir J. van der Laan 21bf3d257b Add tests for BoostAsioToCNetAddr 11 years ago
Wladimir J. van der Laan fdbd7075ca Remove unused function WildcardMatch 11 years ago
Wladimir J. van der Laan e16be73753 net: Add CSubNet class for subnet matching 11 years ago
Wladimir J. van der Laan 0d4ea1cf8a util: add parseint32 function with strict error reporting 11 years ago
Pieter Wuille df9eb5e14f Move {Get,Set}Compact from bignum to uint256 11 years ago
Pieter Wuille a7031507e6 Add multiplication and division to uint160/uint256 11 years ago
Pieter Wuille 4d480c8a3f Exception instead of assigning 0 in case of wrong vector length 11 years ago
Wladimir J. van der Laan e443ed2462
Fix transaction tests 11 years ago
Peter Todd 6380180821 Add rejection of non-null CHECKMULTISIG dummy values 11 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 11 years ago
Peter Todd 29c17498a5 Let tx (in)valid tests use any SCRIPT_VERIFY flag 11 years ago
super3 d3081fa231 Removed LevelDB changes 11 years ago
Wladimir J. van der Laan ed67100565 Add required locks in tests 11 years ago
Cory Fields b1fdd5475d script: Add test for CScriptNum 11 years ago
Cory Fields 90320d6777 script: add additional script tests 11 years ago
ditto-b 5cfd3a70a6 Edit subsidy_limit_test to account for BIP42 11 years ago
Alon Muroch 75ebced499 added many rpc wallet tests 11 years ago
Manuel Araoz 81bfb5aebf add checks for deserialization errors 11 years ago
Manuel Araoz 232aa9e034 Add code generating data/sighash.json test data 11 years ago
Manuel Araoz 43cb41859e Add sighash tests from data file 11 years ago
Wladimir J. van der Laan e3f5d4338d
Fix test build after d138598 11 years ago
Luke Dashjr 3cb1edbfb6 Update moved and dead links 11 years ago
Wladimir J. van der Laan 3fc6846181 Add licenses for tests and test data 11 years ago
Peter Todd d3a33fc869
Test CHECKMULTISIG with m == 0 and n == 0 11 years ago
Peter Todd b41e594773
Fix script test handling of empty scripts 11 years ago