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
...
*
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
|
\
\
|
*
|
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
|
|
Merge pull request #5421
Wladimir J. van der Laan
2014-12-19
2
-0
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Test unexecuted OP_CODESEPARATOR
Peter Todd
2014-12-04
2
-0
/
+21
|
|
/
*
|
minor fix on script test data docs
Manuel Araoz
2014-12-16
2
-2
/
+2
*
|
newlines in strings are invalid JSON
Ryan X. Charles
2014-12-02
2
-31
/
+23
*
|
Move CHECKMULTISIG order tests out of automatically generated block
Pieter Wuille
2014-12-01
2
-43
/
+42
*
|
Use deterministically generated script tests
Pieter Wuille
2014-12-01
2
-54
/
+53
|
/
*
Test the exact order of CHECKMULTISIG sig/pubkey evaluation
Peter Todd
2014-11-20
2
-0
/
+44
*
Make STRICTENC invalid pubkeys fail the script rather than the opcode.
Pieter Wuille
2014-11-20
2
-9
/
+27
*
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-17
2
-0
/
+22
*
Add valid invert of invalid every numeric opcode tests
Peter Todd
2014-10-25
1
-0
/
+49
*
Clearly separate PUSHDATA and numeric argument MINIMALDATA tests
Peter Todd
2014-10-25
2
-30
/
+114
*
Test every numeric-accepting opcode for correct handling of the numeric minim...
Peter Todd
2014-10-25
1
-0
/
+50
*
Ensure MINIMALDATA invalid tests can only fail one way
Peter Todd
2014-10-25
1
-0
/
+12
*
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
2
-2
/
+33
*
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-25
2
-0
/
+30
*
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-08
2
-10
/
+100
*
Prettify JSON tests and minimize diffs
Pieter Wuille
2014-10-07
2
-26
/
+150
*
Merge pull request #5014
Wladimir J. van der Laan
2014-10-01
1
-10
/
+19
|
\
|
*
tests: fix python test-runner for windows
Cory Fields
2014-09-30
1
-10
/
+19
*
|
Add automatic script test generation, and actual checksig tests
Pieter Wuille
2014-09-26
2
-24
/
+25
|
/
[prev]
[next]