index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
BtcDrak
2016-06-28
3
-54
/
+54
*
[qa] script_tests: witness tests can specify tx amount
Suhas Daftuar
2016-06-22
1
-28
/
+95
*
[qa] p2p segwit tests
Suhas Daftuar
2016-06-22
1
-0
/
+84
*
[qa] Autogeneration support for witness in script_tests
Pieter Wuille
2016-06-22
1
-0
/
+132
*
[qa] Add segwit support to script_tests
Pieter Wuille
2016-06-22
1
-1
/
+7
*
[qa] Add transaction tests for segwit
NicolasDorier
2016-06-22
2
-0
/
+233
*
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
1
-4
/
+0
*
Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number
Wladimir J. van der Laan
2016-06-07
3
-0
/
+15
|
\
|
*
[Bitcoin-Tx] Add tests for sequence number support
Jonas Schnelli
2016-06-07
3
-0
/
+15
*
|
Adding P2SH(p2pkh) script test case
Chris Stewart
2016-05-30
1
-0
/
+7
*
|
Adding basic tests for OP_CSV inside of script_tests.json
Chris Stewart
2016-05-11
1
-1
/
+10
|
/
*
Fixing comment in script_test.json test case
Chris Stewart
2016-04-25
1
-1
/
+1
*
Merge script_valid and script_invalid tests
Pieter Wuille
2016-04-05
2
-877
/
+865
*
Make script_error a mandatory 4th field for script_tests
Pieter Wuille
2016-04-05
2
-1158
/
+1194
*
Fix some misconstructed tests
Pieter Wuille
2016-04-05
2
-8
/
+20
*
Remove p2p alert handling
BtcDrak
2016-03-18
1
-0
/
+0
*
Merge #7517: test: script_error checking in script_invalid tests
Wladimir J. van der Laan
2016-03-14
1
-496
/
+559
|
\
|
*
test: Script_error checking in script_invalid tests
Wladimir J. van der Laan
2016-02-11
1
-491
/
+554
|
*
test: Move non-generated script_invalid test to the correct place
Wladimir J. van der Laan
2016-02-11
1
-6
/
+6
*
|
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-02-14
2
-0
/
+138
|
/
*
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
mb300sd
2015-12-15
4
-32
/
+32
*
unittest: fix test for null tx input
Daniel Kraft
2015-10-27
1
-3
/
+7
*
Add DERSIG transaction test cases
J Ross Nicoll
2015-10-18
2
-0
/
+8
*
Merge pull request #6544
Wladimir J. van der Laan
2015-08-19
1
-1
/
+1
|
\
|
*
Fix spelling mistake in -> if.
Mark Friedenbach
2015-08-10
1
-1
/
+1
*
|
Merge pull request #6539
Wladimir J. van der Laan
2015-08-19
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-10
2
-2
/
+2
*
|
Add support for data-based outputs (OP_RETURN) to bitcoin-tx.
Pavel JanÃk
2015-08-06
3
-0
/
+32
|
/
*
Merge pull request #6368
Wladimir J. van der Laan
2015-07-09
1
-0
/
+8
|
\
|
*
CLTV: Add more tests to improve coverage
Esteban Ordano
2015-07-06
1
-0
/
+8
*
|
tests: Fix bitcoin-tx signing testcase
Wladimir J. van der Laan
2015-07-07
2
-2
/
+2
|
/
*
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-06-21
2
-0
/
+106
*
Add more script edge condition tests.
Dave Collins
2015-05-06
2
-0
/
+9
*
Merge pull request #6075
Wladimir J. van der Laan
2015-04-29
1
-0
/
+18
|
\
|
*
Add additional script edge condition tests.
Dave Collins
2015-04-28
1
-0
/
+18
*
|
Correct the PUSHDATA4 minimal encoding test.
Dave Collins
2015-04-27
1
-1
/
+1
|
/
*
Switch test case signing to RFC6979 extra entropy
Pieter Wuille
2015-03-27
2
-44
/
+44
*
Add test for DER-encoding edge case
Suhas Daftuar
2015-02-10
2
-0
/
+12
*
Fix NegateSignatureS to not duplicate last byte of S
Suhas Daftuar
2015-02-10
2
-2
/
+2
*
Merge pull request #5713
Wladimir J. van der Laan
2015-02-03
2
-0
/
+164
|
\
|
*
Increase coverage of DERSIG edge cases
Pieter Wuille
2015-02-01
2
-0
/
+20
|
*
Example unit tests from BIP66
Pieter Wuille
2015-02-01
2
-0
/
+144
*
|
remove sig_canonical.json and sig_noncanonical.json
Manuel Araoz
2015-01-31
2
-29
/
+0
|
/
*
Make empty byte arrays pass CheckSignatureEncoding()
Peter Todd
2015-01-09
2
-1
/
+6
*
Fix tests after #5413
Wladimir J. van der Laan
2015-01-08
2
-5
/
+5
*
Merge pull request #5143
Wladimir J. van der Laan
2015-01-08
2
-0
/
+30
|
\
|
*
Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)
Pieter Wuille
2014-11-25
2
-0
/
+30
*
|
Remove redundant copyright notices from README files
Wladimir J. van der Laan
2015-01-02
1
-5
/
+3
*
|
bitcoin-tx: Add test case for signing a tx
Eric R. Schulz
2014-12-24
2
-0
/
+11
*
|
Merge pull request #5470
Wladimir J. van der Laan
2014-12-19
1
-1
/
+1
|
\
\
[next]