aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_P2SH_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not use uppercase characters in source code filenamespracticalswift2018-05-231-369/+0
* 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-11/+11
* [Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheckJohnson Lau2017-08-301-2/+1
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* Only pass things committed to by tx's witness hash to CScriptCheckMatt Corallo2017-06-011-1/+2
* Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille2017-06-011-1/+1
* MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón2017-04-061-0/+1
* 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