aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_P2SH_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-191-2/+2
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-9/+7
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-9/+7
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Rename to PrecomputedTransactionDataPieter Wuille2016-08-261-2/+2
* Precompute sighashesPieter Wuille2016-08-161-2/+4
* BIP143: Signing logicPieter Wuille2016-06-221-5/+6
* Refactor script validation to observe amountsPieter Wuille2016-06-221-1/+1
* BIP141: Witness programPieter Wuille2016-06-221-1/+1
* wallet_ismine.h → script/ismine.hWladimir J. van der Laan2016-04-181-8/+1
* Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-011-9/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Prevector typePieter Wuille2015-11-131-5/+5
* Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-0/+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-1/+1
* Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-1/+1
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* script: check ScriptError values in script testsCory Fields2014-11-141-6/+13
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-10/+10
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-10/+10
* Merge pull request #4834Pieter Wuille2014-10-081-3/+2
|\
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-1/+1
| * Get rid of CCoinsView's SetCoins and SetBestBlock.Pieter Wuille2014-09-231-2/+1
* | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-2/+2
|/
* Merge pull request #4555Wladimir J. van der Laan2014-09-171-2/+2
|\
| * Don't pass nHashType to VerifyScriptjtimon2014-09-121-1/+1
| * Remove CScriptCheck::nHashType (was always 0)jtimon2014-09-121-1/+1
| * Remove unused function main:VerifySignaturejtimon2014-09-121-1/+1
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-24/+21
|/
* Rename scriptutils.o to wallet_ismine.ojtimon2014-09-101-1/+1
* Move scriptutils.o to walletjtimon2014-09-101-0/+7
* Separate script/signjtimon2014-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-3/+1
* Declare SignatureHash() in script.hjtimon2014-08-011-3/+0
* test: Fix warning about integer signedness in P2SH testsWladimir J. van der Laan2014-06-301-1/+1
* Relax IsStandard rules for pay-to-script-hash transactionsGavin Andresen2014-06-231-46/+72
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-9/+9
* Add required locks in testsWladimir J. van der Laan2014-04-231-0/+3
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-9/+9
* Log reason for non-standard transaction rejectionJeff Garzik2013-06-231-3/+5
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-9/+9
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-7/+7
* Define dust transaction outputs, and make them non-standardGavin Andresen2013-05-031-1/+4