Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-20 | Merge pull request #1742 from sipa/canonical | Jeff Garzik | |
Check for canonical public keys and signatures | |||
2012-10-01 | data-driven base58 CBitcoinAddress/CBitcoinSecret tests | Wladimir J. van der Laan | |
Arbitrary numbers of test vectors can be generated using the script `gen_base58_test_vectors.py`. | |||
2012-09-21 | Check for canonical public keys and signatures | Pieter Wuille | |
Only enabled inside tests for now. | |||
2012-09-05 | Add various tests for CTransaction::CheckTransaction() | Matt Corallo | |
2012-08-20 | Add data-driven transaction tests. | Matt Corallo | |
2012-08-20 | Add a few test cases to data-driven script tests. | Matt Corallo | |
2012-05-25 | Remove newlines from JSON strings | Gavin Andresen | |
Newlines in JSON strings are against the JSON spec, so remove them from the script*.json unit tests to make python's jsonrpc happy (json::spirit didn't care). | |||
2012-05-25 | Unit tests for transaction size limits | Gavin Andresen | |
2012-05-24 | Lots more Script unit test cases. | Gavin Andresen | |
2012-05-24 | More CScript unit tests. | Gavin Andresen | |
2012-04-21 | Data-drive script evaluation unit tests. | Gavin Andresen | |