index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
data
Age
Commit message (
Expand
)
Author
2015-10-27
unittest: fix test for null tx input
Daniel Kraft
2015-10-18
Add DERSIG transaction test cases
J Ross Nicoll
2015-08-19
Merge pull request #6544
Wladimir J. van der Laan
2015-08-19
Merge pull request #6539
Wladimir J. van der Laan
2015-08-10
Fix spelling mistake in -> if.
Mark Friedenbach
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-06
Add support for data-based outputs (OP_RETURN) to bitcoin-tx.
Pavel JanÃk
2015-07-09
Merge pull request #6368
Wladimir J. van der Laan
2015-07-07
tests: Fix bitcoin-tx signing testcase
Wladimir J. van der Laan
2015-07-06
CLTV: Add more tests to improve coverage
Esteban Ordano
2015-06-21
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-05-06
Add more script edge condition tests.
Dave Collins
2015-04-29
Merge pull request #6075
Wladimir J. van der Laan
2015-04-28
Add additional script edge condition tests.
Dave Collins
2015-04-27
Correct the PUSHDATA4 minimal encoding test.
Dave Collins
2015-03-27
Switch test case signing to RFC6979 extra entropy
Pieter Wuille
2015-02-10
Add test for DER-encoding edge case
Suhas Daftuar
2015-02-10
Fix NegateSignatureS to not duplicate last byte of S
Suhas Daftuar
2015-02-03
Merge pull request #5713
Wladimir J. van der Laan
2015-02-01
Increase coverage of DERSIG edge cases
Pieter Wuille
2015-02-01
Example unit tests from BIP66
Pieter Wuille
2015-01-31
remove sig_canonical.json and sig_noncanonical.json
Manuel Araoz
2015-01-09
Make empty byte arrays pass CheckSignatureEncoding()
Peter Todd
2015-01-08
Fix tests after #5413
Wladimir J. van der Laan
2015-01-08
Merge pull request #5143
Wladimir J. van der Laan
2015-01-02
Remove redundant copyright notices from README files
Wladimir J. van der Laan
2014-12-24
bitcoin-tx: Add test case for signing a tx
Eric R. Schulz
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-19
Merge pull request #5421
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-16
minor fix on script test data docs
Manuel Araoz
2014-12-04
Test unexecuted OP_CODESEPARATOR
Peter Todd
2014-12-02
newlines in strings are invalid JSON
Ryan X. Charles
2014-12-01
Move CHECKMULTISIG order tests out of automatically generated block
Pieter Wuille
2014-12-01
Use deterministically generated script tests
Pieter Wuille
2014-11-25
Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)
Pieter Wuille
2014-11-20
Test the exact order of CHECKMULTISIG sig/pubkey evaluation
Peter Todd
2014-11-20
Make STRICTENC invalid pubkeys fail the script rather than the opcode.
Pieter Wuille
2014-11-17
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-10-25
Add valid invert of invalid every numeric opcode tests
Peter Todd
2014-10-25
Clearly separate PUSHDATA and numeric argument MINIMALDATA tests
Peter Todd
2014-10-25
Test every numeric-accepting opcode for correct handling of the numeric minim...
Peter Todd
2014-10-25
Ensure MINIMALDATA invalid tests can only fail one way
Peter Todd
2014-10-25
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-08
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-07
Prettify JSON tests and minimize diffs
Pieter Wuille
2014-10-01
Merge pull request #5014
Wladimir J. van der Laan
2014-09-30
tests: fix python test-runner for windows
Cory Fields
2014-09-26
Add automatic script test generation, and actual checksig tests
Pieter Wuille
[next]