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
/
multisig_tests.cpp
Age
Commit message (
Expand
)
Author
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-21
[script] Unit tests for script/standard functions
Jim Posen
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-04-18
wallet_ismine.h → script/ismine.h
Wladimir J. van der Laan
2016-01-05
Bump copyright headers to 2014
MarcoFalke
2015-06-26
Policy: MOVEONLY: 3 functions to policy.o:
Luke Dashjr
2015-03-20
Merge pull request #5745
Wladimir J. van der Laan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-02-02
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-01-09
Make empty byte arrays pass CheckSignatureEncoding()
Peter Todd
2015-01-02
namespace: drop boost::assign altogether here
Cory Fields
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-14
script: check ScriptError values in script tests
Cory Fields
2014-10-17
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-02
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-09-12
Don't pass nHashType to VerifyScript
jtimon
2014-09-10
Rename scriptutils.o to wallet_ismine.o
jtimon
2014-09-10
Move scriptutils.o to wallet
jtimon
2014-09-08
Separate script/sign
jtimon
2014-09-08
Separate script/interpreter
jtimon
2014-09-08
Move CScript class and dependencies to script/script
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-08-28
fix comments ExtractAddress() -> ExtractDestination()
jtimon
2014-08-01
Declare SignatureHash() in script.h
jtimon
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
[next]