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_P2SH_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not use uppercase characters in source code filenames
practicalswift
2018-05-23
1
-369
/
+0
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-11
/
+11
*
[Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck
Johnson Lau
2017-08-30
1
-2
/
+1
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
Only pass things committed to by tx's witness hash to CScriptCheck
Matt Corallo
2017-06-01
1
-1
/
+2
*
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-06-01
1
-1
/
+1
*
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-04-06
1
-0
/
+1
*
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
1
-9
/
+7
|
\
|
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-9
/
+7
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-26
1
-2
/
+2
*
Precompute sighashes
Pieter Wuille
2016-08-16
1
-2
/
+4
*
BIP143: Signing logic
Pieter Wuille
2016-06-22
1
-5
/
+6
*
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
1
-1
/
+1
*
BIP141: Witness program
Pieter Wuille
2016-06-22
1
-1
/
+1
*
wallet_ismine.h → script/ismine.h
Wladimir J. van der Laan
2016-04-18
1
-8
/
+1
*
Get rid of inaccurate ScriptSigArgsExpected
Pieter Wuille
2016-02-01
1
-9
/
+0
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Prevector type
Pieter Wuille
2015-11-13
1
-5
/
+5
*
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón
2015-06-26
1
-0
/
+1
*
Merge pull request #5745
Wladimir J. van der Laan
2015-03-20
1
-1
/
+1
|
\
|
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-1
/
+1
*
|
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-12
1
-1
/
+2
|
/
*
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
1
-1
/
+1
*
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-02
1
-1
/
+1
*
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
script: check ScriptError values in script tests
Cory Fields
2014-11-14
1
-6
/
+13
*
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-17
1
-10
/
+10
*
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
1
-10
/
+10
*
Merge pull request #4834
Pieter Wuille
2014-10-08
1
-3
/
+2
|
\
|
*
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-24
1
-1
/
+1
|
*
Get rid of CCoinsView's SetCoins and SetBestBlock.
Pieter Wuille
2014-09-23
1
-2
/
+1
*
|
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
1
-2
/
+2
|
/
*
Merge pull request #4555
Wladimir J. van der Laan
2014-09-17
1
-2
/
+2
|
\
|
*
Don't pass nHashType to VerifyScript
jtimon
2014-09-12
1
-1
/
+1
|
*
Remove CScriptCheck::nHashType (was always 0)
jtimon
2014-09-12
1
-1
/
+1
|
*
Remove unused function main:VerifySignature
jtimon
2014-09-12
1
-1
/
+1
*
|
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-24
/
+21
|
/
*
Rename scriptutils.o to wallet_ismine.o
jtimon
2014-09-10
1
-1
/
+1
*
Move scriptutils.o to wallet
jtimon
2014-09-10
1
-0
/
+7
*
Separate script/sign
jtimon
2014-09-08
1
-0
/
+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
*
Declare SignatureHash() in script.h
jtimon
2014-08-01
1
-3
/
+0
*
test: Fix warning about integer signedness in P2SH tests
Wladimir J. van der Laan
2014-06-30
1
-1
/
+1
*
Relax IsStandard rules for pay-to-script-hash transactions
Gavin Andresen
2014-06-23
1
-46
/
+72
*
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
1
-9
/
+9
[next]