aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
Commit message (Expand)AuthorAgeFilesLines
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-032-598/+598
* trivial: correct typosVarunram2018-08-021-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-242-50/+50
* Add transaction tests for constant scriptCodeJohnson Lau2018-05-052-5/+53
* Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT...Pieter Wuille2018-04-041-14/+14
|\
| * Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTAC...Mark Friedenbach2018-01-121-14/+14
* | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-2/+2
|\ \
| * | scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-2/+2
* | | use base58 map instead of strchr()Kevin Pan2018-03-211-1/+3
|/ /
* | Merge #11372: Address encoding cleanupWladimir J. van der Laan2018-03-072-0/+0
|\ \
| * | Split off key_io_tests from base58_testsPieter Wuille2018-02-192-0/+0
* | | Add a test for large tx output scripts with segwit input.Richard Kiss2018-03-041-0/+4
|/ /
* | Add some script tests related to BOOL ops and odd values like negative 0.Richard Kiss2018-02-131-0/+12
* | Fix a-vs-an typospracticalswift2018-02-112-4/+4
* | Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.jsonChris Stewart2018-01-031-0/+6
|/
* Merge #10699: Make all script validation flags backward compatibleWladimir J. van der Laan2017-12-121-2/+0
|\
| * Make all script verification flags softforksPieter Wuille2017-06-301-2/+0
* | Implement BIP173 addresses and testsPieter Wuille2017-09-282-0/+102
* | Add regtest testing to base58_testsPieter Wuille2017-09-281-50/+85
* | Convert base58_tests from type/payload to scriptPubKey comparisonPieter Wuille2017-09-281-299/+273
* | Merge #10679: Document the non-DER-conformance of one test in tx_valid.json.Wladimir J. van der Laan2017-08-231-1/+1
|\ \
| * | Document the non-strict-DER-conformance of one test in tx_valid.json.Andreas Schildbach2017-08-231-1/+1
| |/
* | Merge #10705: Trivial: spelling fixesMarcoFalke2017-08-161-1/+1
|\ \
| * | doc: spelling fixesklemens2017-08-161-1/+1
| |/
* / Replace MAX_OPCODE for OP_NOP10.Mark Friedenbach2017-07-111-3/+3
|/
* Fixed multiple typosDimitris Tsapakidis2017-06-222-2/+2
* tests: Correct testcase in script_tests.json for large number OP_EQUALWladimir J. van der Laan2017-05-151-1/+1
* Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery2017-03-2049-1585/+0
* Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid....MarcoFalke2017-02-272-2/+2
|\
| * Adding 'amount' label to tx_valid/tx_invalid.json filesChris Stewart2016-12-152-2/+2
* | testcases: explicitly specify transaction version 1John Newbery2017-01-091-22/+22
* | Add test cases to test new bitcoin-tx functionalityjnewbery2016-12-2923-0/+377
* | Re-enable a blank v1 Tx JSON testDouglas Roark2016-12-212-3/+8
* | Remove unused test files and referencesBtcDrak2016-12-191-33/+0
|/
* Merge #7562: Bump transaction version default to 2Wladimir J. van der Laan2016-12-1516-39/+96
|\
| * Update python tests for default tx version=2BtcDrak2016-12-0816-39/+96
* | Fix spelling.Richard Kiss2016-12-121-1/+1
|/
* Merge #9100: tx_valid: re-order inputs to how they are encodedMarcoFalke2016-11-251-9/+9
|\
| * tx_valid: re-order inputs to how they are encodedDaniel Cousens2016-11-081-9/+9
* | Allow bitcoin-tx to parse partial transactionsjnewbery2016-11-041-0/+10
|/
* Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scriptsWladimir J. van der Laan2016-10-192-0/+49
|\
| * Add script tests for FindAndDelete in pre-segwit and segwit scriptsJohnson Lau2016-10-162-0/+49
* | test segwit uncompressed key fixesJohnson Lau2016-10-171-1/+367
|/
* Merge #8817: update bitcoin-tx to output witness dataWladimir J. van der Laan2016-10-1311-0/+11
|\
| * Update bitcoin-tx to output witness data.jonnynewbs2016-10-0511-0/+11
* | add verbose mode to bitcoin-util-test.pyjnewbery2016-10-051-28/+56
|/
* bitcoin-util-test.py should fail if the output file is emptyjnewbery2016-09-291-0/+19
* Merge #8829: Add bitcoin-tx JSON testsMarcoFalke2016-09-2912-1/+997
|\
| * Add bitcoin-tx JSON testsjnewbery2016-09-2812-1/+997
* | Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau2016-09-271-1/+32