aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-12-09Merge pull request #5409Wladimir J. van der Laan
2014-12-06Add a new test for FormatParagraph (string longer than the default width).Pavel Janík
2014-12-05Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-12-02newlines in strings are invalid JSONRyan X. Charles
2014-12-01Move CHECKMULTISIG order tests out of automatically generated blockPieter Wuille
2014-12-01Use deterministically generated script testsPieter Wuille
2014-12-01Merge pull request #5227Wladimir J. van der Laan
2014-11-24Merge pull request #1816Wladimir J. van der Laan
2014-11-23Add sanity check after key generationPieter Wuille
2014-11-20Deterministic signingPieter Wuille
2014-11-20Add the RFC6979 PRNGPieter Wuille
2014-11-20Add HMAC-SHA256Pieter Wuille
2014-11-20Split up crypto/sha2Pieter Wuille
2014-11-20Test the exact order of CHECKMULTISIG sig/pubkey evaluationPeter Todd
2014-11-20Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille
2014-11-20Merge pull request #5000Pieter Wuille
2014-11-19build: add quick consensus lib testsCory Fields
2014-11-18miner_tests: Disable checkpoints so they don't fail the subsidy-change testLuke Dashjr
2014-11-18Do not use EC code in global constructorsPieter Wuille
2014-11-17Discourage NOPs reserved for soft-fork upgradesPeter Todd
2014-11-14script: check ScriptError values in script testsCory Fields
2014-11-10Do signature-s negation inside the testsPieter Wuille
2014-11-04Merge pull request #5196Wladimir J. van der Laan
2014-11-04Merge pull request #5162Wladimir J. van der Laan
2014-11-03Fix all header definesPavel Janík
2014-11-03Merge pull request #5106Wladimir J. van der Laan
2014-10-31boost: moveonly: split CPubKey and friends to new filesCory Fields
2014-10-31tests: enable alertnotify test for WindowsCory Fields
2014-10-29Separate protocol versioning from clientversionCory Fields
2014-10-28Merge pull request #5100Pieter Wuille
2014-10-28Merge pull request #5065Wladimir J. van der Laan
2014-10-28Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr
2014-10-27MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (fromjtimon
2014-10-27MOVEONLY: Separate CTransaction and dependencies from corejtimon
2014-10-25Add valid invert of invalid every numeric opcode testsPeter Todd
2014-10-25Clearly separate PUSHDATA and numeric argument MINIMALDATA testsPeter Todd
2014-10-25Test every numeric-accepting opcode for correct handling of the numeric minim...Peter Todd
2014-10-25Ensure MINIMALDATA invalid tests can only fail one wayPeter Todd
2014-10-25Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille
2014-10-25Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille
2014-10-22boost: split stream classes out of serialize.hCory Fields
2014-10-22Merge pull request #4981Wladimir J. van der Laan
2014-10-22Merge pull request #5108Wladimir J. van der Laan
2014-10-22Merge pull request #5110Wladimir J. van der Laan
2014-10-22CAutoFile: Explicit Get() and remove unused methodsWladimir J. van der Laan
2014-10-21Fixes for missing boost tuple.hpp header include.randy-waterhouse
2014-10-20Rename CWalletInterface to CValidationInterfacePieter Wuille
2014-10-17script: add a slew of includes all around and drop includes from script.hCory Fields
2014-10-17script: add ToByteVector() for converting anything with begin/endCory Fields