| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix SIGHASH_SINGLE bug in test_framework SignatureHash | Johnson Lau | 2016-09-06 | 1 | -1/+1 |
| | | | | The value for "other" inputs should be -1 (0xffffffffffffffff) instead of 0 | ||||
| * | Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY | BtcDrak | 2016-06-28 | 1 | -4/+4 |
| | | |||||
| * | [qa] p2p segwit tests | Suhas Daftuar | 2016-06-22 | 1 | -1/+51 |
| | | | | | | | | | | | | | mininode now supports witness transactions/blocks, blocktools has a helper for adding witness commitments to blocks, and script has a function to calculate hashes for signature under sigversion 1, used by segwit. Py3 conversion by Marco Falke Test to make sure upgraded nodes don't ask for non-wit blocks by Gregory Sanders. | ||||
| * | [qa] Switch to py3 | MarcoFalke | 2016-05-05 | 1 | -5/+6 |
| | | |||||
| * | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | 2016-04-10 | 1 | -2/+2 |
| | | |||||
| * | [qa] Fix pyton syntax in rpc tests | MarcoFalke | 2016-01-13 | 1 | -4/+4 |
| | | |||||
| * | Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. | mb300sd | 2015-12-15 | 1 | -4/+4 |
| | | |||||
| * | Add p2p-fullblocktest.py | Casey Rodarmor | 2015-08-21 | 1 | -2/+2 |
| | | |||||
| * | [QA] restructure rpc tests directory | Jonas Schnelli | 2015-05-18 | 1 | -0/+896 |
| * move non-test classes to subdir `test-framework` | |||||