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
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-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
2014-09-22
Add actual signature tests
Pieter Wuille
2014-09-22
Use actually valid transactions for script tests
Pieter Wuille
2014-09-14
bitcoin-util-test: Test bitcoin-tx with null scriptPubKey
Luke Dashjr
2014-09-08
Make script_{valid,invalid}.json validation flags configurable
Pieter Wuille
2014-08-19
Add bitcoin-tx tests
Jeff Garzik
2014-08-19
bitcoin-tx: Accept input via stdin. Add input handling to tests.
Jeff Garzik
2014-08-19
Add "it works" test for bitcoin-tx
Jeff Garzik
2014-07-18
script tests: add tests for CHECKMULTISIG limits
Otto Allmendinger
2014-07-18
script test: test case for 5-byte bools
Otto Allmendinger
2014-07-18
script tests: value with trailing 0x00 is true
Otto Allmendinger
2014-07-18
script tests: values that overflow to 0 are true
Otto Allmendinger
2014-07-18
script tests: BOOLAND, BOOLOR decode to integer
Otto Allmendinger
2014-07-18
additional test for OP_SIZE in script_valid.json
Otto Allmendinger
2014-06-02
Merge pull request #4268
Wladimir J. van der Laan
2014-06-01
Fix stray uppercase A in tx_valid.json.
Andreas Schildbach
2014-05-12
Add CODESEPARATOR/FindAndDelete() tests
Peter Todd
2014-05-09
Merge pull request #3843
Wladimir J. van der Laan
2014-05-09
Merge pull request #3965
Wladimir J. van der Laan
2014-05-09
Merge pull request #3860 from petertodd/test-checkmulti-n-m-zero
Gavin Andresen
2014-05-08
Add rejection of non-null CHECKMULTISIG dummy values
Peter Todd
2014-05-05
Let tx (in)valid tests use any SCRIPT_VERIFY flag
Peter Todd
2014-04-22
script: add additional script tests
Cory Fields
2014-03-31
Add sighash tests from data file
Manuel Araoz
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-12
Test CHECKMULTISIG with m == 0 and n == 0
Peter Todd
2014-03-12
Fix script test handling of empty scripts
Peter Todd
2014-03-11
Add script test to prove that OP_0 evaluates as the empty vector, rather than...
Andreas Schildbach
2014-01-30
Add more data-driven tests.
Matt Corallo
2013-12-11
Add tests for correct and incorrect order of signatures for a multisig
Tamas Blummer
2013-11-11
Test alerts high at high PROTOCOL_VERSIONs
Gavin Andresen
2013-11-08
Add a few more basic script/tx test-cases.
Matt Corallo
2013-09-16
included-tests: generate binary data from test files for inclusion into test ...
Cory Fields
2013-08-25
Document and test OP_RESERVED weirdness
Peter Todd
2013-08-06
More unit tests for NUMEQUAL
Gavin Andresen
[next]