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
*
Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...
practicalswift
2019-01-15
1
-3
/
+4
*
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-14
1
-8
/
+8
|
\
|
*
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-13
1
-8
/
+8
*
|
test: Add tests for truncated scripts
MarcoFalke
2018-12-12
1
-0
/
+22
|
/
*
Removed implicit CTransaction constructor from tests
lucash-dev
2018-12-11
1
-18
/
+18
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
Don't access out of bounds array entry array[sizeof(array)]
Ben Woosley
2018-10-05
1
-4
/
+4
*
Merge #13767: Remove redundant assignments (dead stores)
MarcoFalke
2018-08-27
1
-3
/
+5
|
\
|
*
Remove redundant assignments (dead stores)
practicalswift
2018-08-02
1
-3
/
+5
*
|
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-13
1
-1
/
+1
|
\
\
|
*
|
Always create 70 byte signatures with low R values
Andrew Chow
2018-08-09
1
-1
/
+1
|
|
/
*
/
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,...
Thomas Kerin
2018-07-13
1
-0
/
+142
*
Remove CombineSignatures and replace tests
Andrew Chow
2018-07-03
1
-36
/
+50
*
Merge #13011: Cache witness hash in CTransaction
Wladimir J. van der Laan
2018-05-23
1
-4
/
+4
|
\
|
*
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-04
1
-4
/
+4
*
|
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-12
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2018-05-05
1
-0
/
+2
*
|
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-4
/
+4
|
/
*
Merge #12885: Reduce implementation code inside CScript
Wladimir J. van der Laan
2018-04-23
1
-16
/
+16
|
\
|
*
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
2018-04-13
1
-16
/
+16
*
|
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
1
-2
/
+2
|
/
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-67
/
+67
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-12-12
1
-0
/
+11
|
\
|
*
Add a test that all flags are softforks
Pieter Wuille
2017-06-30
1
-0
/
+11
*
|
test: refactor: Use absolute include paths for test data files
Wladimir J. van der Laan
2017-11-16
1
-1
/
+1
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-13
/
+13
*
|
Fix invalid memory access in CScript::operator+=
Anthony Towns
2017-09-11
1
-0
/
+17
*
|
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
1
-1
/
+1
|
\
\
|
*
|
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
1
-1
/
+1
*
|
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-18
/
+18
|
/
/
*
|
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[trivial] Add end of namespace comments
practicalswift
2017-05-31
1
-1
/
+1
*
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-2
/
+2
|
\
\
|
*
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-2
/
+2
|
|
/
*
/
Add a valid opcode sanity check to CScript
Andrew Chow
2017-06-07
1
-0
/
+14
|
/
*
Merge #9911: Wshadow: various gcc fixes
Wladimir J. van der Laan
2017-03-18
1
-14
/
+14
|
\
|
*
Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1.
Pavel Janík
2017-03-18
1
-14
/
+14
*
|
Remove unused code
practicalswift
2017-03-17
1
-5
/
+0
|
/
*
[Trivial] Grammar and typo correction
Lauda
2017-01-22
1
-1
/
+1
*
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
1
-21
/
+19
|
\
|
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-21
/
+19
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-21
1
-2
/
+1
|
\
|
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-2
/
+1
*
|
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-09
1
-3
/
+3
|
/
[next]