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_tests.json
Age
Commit message (
Expand
)
Author
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-04-04
Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT...
Pieter Wuille
2018-02-13
Add some script tests related to BOOL ops and odd values like negative 0.
Richard Kiss
2018-01-12
Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTAC...
Mark Friedenbach
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-07-11
Replace MAX_OPCODE for OP_NOP10.
Mark Friedenbach
2017-06-30
Make all script verification flags softforks
Pieter Wuille
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-05-15
tests: Correct testcase in script_tests.json for large number OP_EQUAL
Wladimir J. van der Laan
2016-10-17
test segwit uncompressed key fixes
Johnson Lau
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-06-28
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
BtcDrak
2016-06-22
[qa] script_tests: witness tests can specify tx amount
Suhas Daftuar
2016-06-22
[qa] p2p segwit tests
Suhas Daftuar
2016-06-22
[qa] Autogeneration support for witness in script_tests
Pieter Wuille
2016-06-22
[qa] Add segwit support to script_tests
Pieter Wuille
2016-05-30
Adding P2SH(p2pkh) script test case
Chris Stewart
2016-05-11
Adding basic tests for OP_CSV inside of script_tests.json
Chris Stewart
2016-04-25
Fixing comment in script_test.json test case
Chris Stewart
2016-04-05
Merge script_valid and script_invalid tests
Pieter Wuille