778 Commits (146746bbafe5dfea7b2019231c2d37fe57a4c3bb)

Author SHA1 Message Date
Wladimir J. van der Laan e6df2bb48f Remove redundant copyright notices from README files 10 years ago
Pavel Vasin de236f57c6 clarify obscure uses of EvalScript() 10 years ago
Eric R. Schulz 2c14d1532f bitcoin-tx: Add test case for signing a tx 10 years ago
Everett Forth 7c5dd60306 Adding RPC tests for the following wallet related calls: getbalance, 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Manuel Araoz 87e8e1ca8b minor fix on script test data docs 10 years ago
Pieter Wuille 012598880c Implement test for merkle tree malleability in CPartialMerkleTree 10 years ago
Pavel Janík a26bf478ea Add a new test for FormatParagraph (string longer than the default width). 10 years ago
Matt Corallo afd4b94b6d Move CMerkleBlock and CPartialMerkleTree to their own file 10 years ago
Peter Todd cac15bedb1
Test unexecuted OP_CODESEPARATOR 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Ryan X. Charles 65b03282c9
newlines in strings are invalid JSON 10 years ago
Pieter Wuille 362001c19f Move CHECKMULTISIG order tests out of automatically generated block 10 years ago
Pieter Wuille f67a9ce0dc Use deterministically generated script tests 10 years ago
Pieter Wuille b6e03cc592 Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6) 10 years ago
Pieter Wuille d0c41a7350 Add sanity check after key generation 10 years ago
Pieter Wuille a53fd41485 Deterministic signing 10 years ago
Pieter Wuille 3060e36098 Add the RFC6979 PRNG 10 years ago
Pieter Wuille a8f5087e53 Add HMAC-SHA256 10 years ago
Pieter Wuille 36fa4a78ac Split up crypto/sha2 10 years ago
Peter Todd ca8158719b Test the exact order of CHECKMULTISIG sig/pubkey evaluation 10 years ago
Pieter Wuille 98b135f97f Make STRICTENC invalid pubkeys fail the script rather than the opcode. 10 years ago
Cory Fields 269efa30ed build: add quick consensus lib tests 10 years ago
Luke Dashjr 132ea9b48f miner_tests: Disable checkpoints so they don't fail the subsidy-change test 10 years ago
Pieter Wuille 4c97c64bf6 Do not use EC code in global constructors 10 years ago
Peter Todd 03914234b3
Discourage NOPs reserved for soft-fork upgrades 10 years ago
Flavien Charlon 44e9a6b22e Update the 'test_IsStandard' unit test 10 years ago
Cory Fields 219a1470c4 script: check ScriptError values in script tests 10 years ago
Pieter Wuille f4e0aefadc Do signature-s negation inside the tests 10 years ago
Pavel Janík 84738627ce Fix all header defines 10 years ago
Cory Fields d2e74c55bd boost: moveonly: split CPubKey and friends to new files 10 years ago
Cory Fields f635269cd1 tests: enable alertnotify test for Windows 10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Luke Dashjr 1bea2bbddc Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and document it 10 years ago
jtimon 561e9e9de9 MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
Peter Todd 16d78bd68e Add valid invert of invalid every numeric opcode tests 10 years ago
Peter Todd 2b62e1796b Clearly separate PUSHDATA and numeric argument MINIMALDATA tests 10 years ago
Peter Todd dfeec18b85 Test every numeric-accepting opcode for correct handling of the numeric minimal encoding rule 10 years ago
Peter Todd 554147ad9e Ensure MINIMALDATA invalid tests can only fail one way 10 years ago
Pieter Wuille 698c6abb25 Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) 10 years ago
Pieter Wuille d752ba86c1 Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2) 10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h 10 years ago
Wladimir J. van der Laan a873823864
CAutoFile: Explicit Get() and remove unused methods 10 years ago
randy-waterhouse a3c26c2e85 Fixes for missing boost tuple.hpp header include. 10 years ago
Pieter Wuille a96d113962 Rename CWalletInterface to CValidationInterface 10 years ago
Cory Fields 85c579e3a6 script: add a slew of includes all around and drop includes from script.h 10 years ago
Cory Fields e9ca4280f3 script: add ToByteVector() for converting anything with begin/end 10 years ago