aboutsummaryrefslogtreecommitdiff
path: root/src/test/multisig_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-1/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-2/+2
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow2019-07-091-1/+1
* scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-1/+1
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-0/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-1/+1
* Removed implicit CTransaction constructor from testslucash-dev2018-12-111-6/+6
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* tests: Avoid copies of CTransactionMarcoFalke2018-04-111-1/+1
* scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-10/+10
* [script] Unit tests for script/standard functionsJim Posen2017-09-211-91/+0
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-8/+8
* scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-12/+10
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-12/+10
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* BIP143: Signing logicPieter Wuille2016-06-221-1/+1
* BIP143: Verification logicPieter Wuille2016-06-221-1/+1
* Refactor script validation to observe amountsPieter Wuille2016-06-221-8/+9
* BIP141: Witness programPieter Wuille2016-06-221-8/+8
* wallet_ismine.h → script/ismine.hWladimir J. van der Laan2016-04-181-11/+1
* Bump copyright headers to 2014MarcoFalke2016-01-051-1/+1
* Policy: MOVEONLY: 3 functions to policy.o:Luke Dashjr2015-06-261-1/+1
* Merge pull request #5745Wladimir J. van der Laan2015-03-201-1/+1
|\
| * [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
* | tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
|/
* Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille2015-02-021-8/+8
* Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-8/+8
* Make empty byte arrays pass CheckSignatureEncoding()Peter Todd2015-01-091-4/+0
* namespace: drop boost::assign altogether hereCory Fields2015-01-021-12/+8
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* script: check ScriptError values in script testsCory Fields2014-11-141-9/+28
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-21/+21
* Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-9/+9
* Don't pass nHashType to VerifyScriptjtimon2014-09-121-9/+9
* Rename scriptutils.o to wallet_ismine.ojtimon2014-09-101-1/+1
* Move scriptutils.o to walletjtimon2014-09-101-1/+12
* Separate script/signjtimon2014-09-081-0/+1
* Separate script/interpreterjtimon2014-09-081-0/+1
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-0/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1