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
/
multisig_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
1
-12
/
+10
|
\
|
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-12
/
+10
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
BIP143: Signing logic
Pieter Wuille
2016-06-22
1
-1
/
+1
*
BIP143: Verification logic
Pieter Wuille
2016-06-22
1
-1
/
+1
*
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
1
-8
/
+9
*
BIP141: Witness program
Pieter Wuille
2016-06-22
1
-8
/
+8
*
wallet_ismine.h → script/ismine.h
Wladimir J. van der Laan
2016-04-18
1
-11
/
+1
*
Bump copyright headers to 2014
MarcoFalke
2016-01-05
1
-1
/
+1
*
Policy: MOVEONLY: 3 functions to policy.o:
Luke Dashjr
2015-06-26
1
-1
/
+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
-8
/
+8
*
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-02
1
-8
/
+8
*
Make empty byte arrays pass CheckSignatureEncoding()
Peter Todd
2015-01-09
1
-4
/
+0
*
namespace: drop boost::assign altogether here
Cory Fields
2015-01-02
1
-12
/
+8
*
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
-9
/
+28
*
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-17
1
-21
/
+21
*
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
1
-9
/
+9
*
Don't pass nHashType to VerifyScript
jtimon
2014-09-12
1
-9
/
+9
*
Rename scriptutils.o to wallet_ismine.o
jtimon
2014-09-10
1
-1
/
+1
*
Move scriptutils.o to wallet
jtimon
2014-09-10
1
-1
/
+12
*
Separate script/sign
jtimon
2014-09-08
1
-0
/
+1
*
Separate script/interpreter
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
-1
/
+1
*
fix comments ExtractAddress() -> ExtractDestination()
jtimon
2014-08-28
1
-2
/
+2
*
Declare SignatureHash() in script.h
jtimon
2014-08-01
1
-2
/
+0
*
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
1
-4
/
+4
*
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-18
1
-1
/
+3
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-10
/
+6
*
Merge pull request #2738 from jgarzik/op_return
Gavin Andresen
2013-10-21
1
-5
/
+7
|
\
|
*
Relay OP_RETURN data TxOut as standard transaction type
Jeff Garzik
2013-10-02
1
-5
/
+7
*
|
Inline signature serializer
Pieter Wuille
2013-09-28
1
-1
/
+1
|
/
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-1
/
+1
*
Fix signed/unsigned comparison warnings
Gavin Andresen
2013-04-03
1
-2
/
+2
*
Introduce script verification flags
Pieter Wuille
2012-11-15
1
-11
/
+11
*
Check for canonical public keys and signatures
Pieter Wuille
2012-09-21
1
-10
/
+10
*
= instead of == in multisig_tests.cpp
xanatos
2012-06-21
1
-1
/
+1
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-17
/
+17
*
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-7
/
+7
*
Fix tests after 38067c18
Pieter Wuille
2012-02-20
1
-4
/
+4
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-12
/
+11
*
make sure IsMine only returns true when we own all keys
coderrr
2012-01-03
1
-1
/
+4
*
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-22
1
-4
/
+4
*
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
1
-15
/
+16
*
OP_EVAL implementation
Gavin Andresen
2011-12-19
1
-47
/
+52
*
Support 3 new multisignature IsStandard transactions
Gavin Andresen
2011-12-19
1
-0
/
+288