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
/
script_invalid.json
Age
Commit message (
Expand
)
Author
2014-10-08
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-07
Prettify JSON tests and minimize diffs
Pieter Wuille
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-08
Make script_{valid,invalid}.json validation flags configurable
Pieter Wuille
2014-07-18
script tests: add tests for CHECKMULTISIG limits
Otto Allmendinger
2014-07-18
script tests: BOOLAND, BOOLOR decode to integer
Otto Allmendinger
2014-05-09
Merge pull request #3965
Wladimir J. van der Laan
2014-04-22
script: add additional script tests
Cory Fields
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
2013-08-25
Document and test OP_RESERVED weirdness
Peter Todd
2013-07-23
Add unittests for multiple ELSEs in a row
Peter Todd
2013-03-01
Test canonical prunable txout format explicitly
Peter Todd
2013-03-01
Add coverage for all invalid ops
Peter Todd
2012-08-20
Add a few test cases to data-driven script tests.
Matt Corallo
2012-05-25
Remove newlines from JSON strings
Gavin Andresen
2012-05-25
Unit tests for transaction size limits
Gavin Andresen
2012-05-24
Lots more Script unit test cases.
Gavin Andresen
2012-05-24
More CScript unit tests.
Gavin Andresen
2012-04-21
Data-drive script evaluation unit tests.
Gavin Andresen