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
*
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
|
/
*
Add actual signature tests
Pieter Wuille
2014-09-22
2
-2
/
+33
*
Use actually valid transactions for script tests
Pieter Wuille
2014-09-22
2
-0
/
+18
*
bitcoin-util-test: Test bitcoin-tx with null scriptPubKey
Luke Dashjr
2014-09-14
2
-0
/
+4
*
Make script_{valid,invalid}.json validation flags configurable
Pieter Wuille
2014-09-08
2
-787
/
+810
*
Add bitcoin-tx tests
Jeff Garzik
2014-08-19
6
-0
/
+34
*
bitcoin-tx: Accept input via stdin. Add input handling to tests.
Jeff Garzik
2014-08-19
1
-0
/
+4
*
Add "it works" test for bitcoin-tx
Jeff Garzik
2014-08-19
2
-0
/
+6
*
script tests: add tests for CHECKMULTISIG limits
Otto Allmendinger
2014-07-18
1
-0
/
+3
*
script test: test case for 5-byte bools
Otto Allmendinger
2014-07-18
1
-0
/
+1
*
script tests: value with trailing 0x00 is true
Otto Allmendinger
2014-07-18
1
-0
/
+1
*
script tests: values that overflow to 0 are true
Otto Allmendinger
2014-07-18
1
-0
/
+1
*
script tests: BOOLAND, BOOLOR decode to integer
Otto Allmendinger
2014-07-18
1
-0
/
+3
*
additional test for OP_SIZE in script_valid.json
Otto Allmendinger
2014-07-18
1
-0
/
+1
*
Merge pull request #4268
Wladimir J. van der Laan
2014-06-02
1
-1
/
+1
|
\
|
*
Fix stray uppercase A in tx_valid.json.
Andreas Schildbach
2014-06-01
1
-1
/
+1
[next]