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
/
script_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do not use EC code in global constructors
Pieter Wuille
2014-11-18
1
-1
/
+2
*
script: check ScriptError values in script tests
Cory Fields
2014-11-14
1
-20
/
+46
*
Do signature-s negation inside the tests
Pieter Wuille
2014-11-10
1
-1
/
+46
*
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
1
-5
/
+5
*
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-25
1
-2
/
+21
*
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-17
1
-44
/
+44
*
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
1
-2
/
+2
*
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-08
1
-12
/
+60
*
Prettify JSON tests and minimize diffs
Pieter Wuille
2014-10-07
1
-14
/
+29
*
Merge pull request #4890
Wladimir J. van der Laan
2014-10-06
1
-18
/
+18
|
\
|
*
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
1
-17
/
+17
|
*
Abstract out SignatureChecker
Pieter Wuille
2014-10-02
1
-1
/
+1
*
|
DRY: Avoid repetitions in script_test
jtimon
2014-10-02
1
-30
/
+7
|
/
*
Fix vector out of bounds in script tests
Pieter Wuille
2014-09-29
1
-8
/
+8
*
Add automatic script test generation, and actual checksig tests
Pieter Wuille
2014-09-26
1
-8
/
+317
*
Use actually valid transactions for script tests
Pieter Wuille
2014-09-22
1
-5
/
+44
*
Merge pull request #4555
Wladimir J. van der Laan
2014-09-17
1
-19
/
+19
|
\
|
*
Don't pass nHashType to EvalScript nor CheckSig
jtimon
2014-09-12
1
-4
/
+4
|
*
Don't pass nHashType to VerifyScript
jtimon
2014-09-12
1
-15
/
+15
*
|
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-3
/
+3
|
/
*
Make script_{valid,invalid}.json validation flags configurable
Pieter Wuille
2014-09-08
1
-4
/
+8
*
Separate script/sign
jtimon
2014-09-08
1
-1
/
+1
*
Move CScript class and dependencies to script/script
jtimon
2014-09-08
1
-0
/
+1
*
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-3
/
+1
*
Test IsPushOnly() with invalid push
Peter Todd
2014-08-24
1
-0
/
+11
*
Declare SignatureHash() in script.h
jtimon
2014-08-01
1
-2
/
+1
*
Move ParseScript() helper, becoming accessible outside src/test/
Jeff Garzik
2014-07-29
1
-70
/
+1
*
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
1
-6
/
+6
*
Merge pull request #3860 from petertodd/test-checkmulti-n-m-zero
Gavin Andresen
2014-05-09
1
-1
/
+5
|
\
|
*
Fix script test handling of empty scripts
Peter Todd
2014-03-12
1
-1
/
+5
*
|
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-18
1
-0
/
+4
|
/
*
Add HasCanonicalPushes(), and use it in IsStandardTx
Pieter Wuille
2014-02-11
1
-0
/
+18
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-9
/
+16
*
Revert "Switch to using raw_utf8"
Jeff Garzik
2013-10-22
1
-2
/
+2
*
Merge pull request #2740 from constantined/constantined
Gavin Andresen
2013-10-22
1
-2
/
+2
|
\
|
*
Switch to using raw_utf8
constantined
2013-07-23
1
-2
/
+2
*
|
Inline signature serializer
Pieter Wuille
2013-09-28
1
-1
/
+1
*
|
included-tests: generate binary data from test files for inclusion into test ...
Cory Fields
2013-09-16
1
-25
/
+8
*
|
Bugfix: Since test_bitcoin is being built and run inside src/test/, try using...
Luke Dashjr
2013-09-10
1
-1
/
+1
*
|
Document and test OP_RESERVED weirdness
Peter Todd
2013-08-25
1
-2
/
+6
|
/
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-3
/
+5
*
Introduce script verification flags
Pieter Wuille
2012-11-15
1
-17
/
+17
*
change blockchain -> block chain (spelling)
Philip Kaufmann
2012-10-21
1
-2
/
+2
*
Check for canonical public keys and signatures
Pieter Wuille
2012-09-21
1
-20
/
+20
*
Implement raw transaction RPC calls
Gavin Andresen
2012-07-05
1
-0
/
+113
*
Lots more Script unit test cases.
Gavin Andresen
2012-05-24
1
-1
/
+4
*
More CScript unit tests.
Gavin Andresen
2012-05-24
1
-5
/
+7
*
Define TEST_DATA_DIR so unit tests can be run from any current working directory
Gavin Andresen
2012-04-26
1
-2
/
+6
*
Data-drive script evaluation unit tests.
Gavin Andresen
2012-04-21
1
-0
/
+150
*
Fix tests after 38067c18
Pieter Wuille
2012-02-20
1
-7
/
+7
[prev]
[next]