aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
Commit message (Expand)AuthorAgeFilesLines
* Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak2016-06-283-54/+54
* [qa] script_tests: witness tests can specify tx amountSuhas Daftuar2016-06-221-28/+95
* [qa] p2p segwit testsSuhas Daftuar2016-06-221-0/+84
* [qa] Autogeneration support for witness in script_testsPieter Wuille2016-06-221-0/+132
* [qa] Add segwit support to script_testsPieter Wuille2016-06-221-1/+7
* [qa] Add transaction tests for segwitNicolasDorier2016-06-222-0/+233
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-4/+0
* Merge #7957: [RPC][Bitcoin-TX] Add support for sequence numberWladimir J. van der Laan2016-06-073-0/+15
|\
| * [Bitcoin-Tx] Add tests for sequence number supportJonas Schnelli2016-06-073-0/+15
* | Adding P2SH(p2pkh) script test caseChris Stewart2016-05-301-0/+7
* | Adding basic tests for OP_CSV inside of script_tests.jsonChris Stewart2016-05-111-1/+10
|/
* Fixing comment in script_test.json test caseChris Stewart2016-04-251-1/+1
* Merge script_valid and script_invalid testsPieter Wuille2016-04-052-877/+865
* Make script_error a mandatory 4th field for script_testsPieter Wuille2016-04-052-1158/+1194
* Fix some misconstructed testsPieter Wuille2016-04-052-8/+20
* Remove p2p alert handlingBtcDrak2016-03-181-0/+0
* Merge #7517: test: script_error checking in script_invalid testsWladimir J. van der Laan2016-03-141-496/+559
|\
| * test: Script_error checking in script_invalid testsWladimir J. van der Laan2016-02-111-491/+554
| * test: Move non-generated script_invalid test to the correct placeWladimir J. van der Laan2016-02-111-6/+6
* | BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach2016-02-142-0/+138
|/
* Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd2015-12-154-32/+32
* unittest: fix test for null tx inputDaniel Kraft2015-10-271-3/+7
* Add DERSIG transaction test casesJ Ross Nicoll2015-10-182-0/+8
* Merge pull request #6544Wladimir J. van der Laan2015-08-191-1/+1
|\
| * Fix spelling mistake in -> if.Mark Friedenbach2015-08-101-1/+1
* | Merge pull request #6539Wladimir J. van der Laan2015-08-192-2/+2
|\ \ | |/ |/|
| * typofixes (found by misspell_fixer)Veres Lajos2015-08-102-2/+2
* | Add support for data-based outputs (OP_RETURN) to bitcoin-tx.Pavel Janík2015-08-063-0/+32
|/
* Merge pull request #6368Wladimir J. van der Laan2015-07-091-0/+8
|\
| * CLTV: Add more tests to improve coverageEsteban Ordano2015-07-061-0/+8
* | tests: Fix bitcoin-tx signing testcaseWladimir J. van der Laan2015-07-072-2/+2
|/
* Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd2015-06-212-0/+106
* Add more script edge condition tests.Dave Collins2015-05-062-0/+9
* Merge pull request #6075Wladimir J. van der Laan2015-04-291-0/+18
|\
| * Add additional script edge condition tests.Dave Collins2015-04-281-0/+18
* | Correct the PUSHDATA4 minimal encoding test.Dave Collins2015-04-271-1/+1
|/
* Switch test case signing to RFC6979 extra entropyPieter Wuille2015-03-272-44/+44
* Add test for DER-encoding edge caseSuhas Daftuar2015-02-102-0/+12
* Fix NegateSignatureS to not duplicate last byte of SSuhas Daftuar2015-02-102-2/+2
* Merge pull request #5713Wladimir J. van der Laan2015-02-032-0/+164
|\
| * Increase coverage of DERSIG edge casesPieter Wuille2015-02-012-0/+20
| * Example unit tests from BIP66Pieter Wuille2015-02-012-0/+144
* | remove sig_canonical.json and sig_noncanonical.jsonManuel Araoz2015-01-312-29/+0
|/
* Make empty byte arrays pass CheckSignatureEncoding()Peter Todd2015-01-092-1/+6
* Fix tests after #5413Wladimir J. van der Laan2015-01-082-5/+5
* Merge pull request #5143Wladimir J. van der Laan2015-01-082-0/+30
|\
| * Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter Wuille2014-11-252-0/+30
* | Remove redundant copyright notices from README filesWladimir J. van der Laan2015-01-021-5/+3
* | bitcoin-tx: Add test case for signing a txEric R. Schulz2014-12-242-0/+11
* | Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\ \