aboutsummaryrefslogtreecommitdiff
path: root/src/test/transaction_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-011-8/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000MarcoFalke2015-11-091-1/+1
* transaction_tests: Be more strict checking dustMarcoFalke2015-11-091-2/+17
* tests: update transaction_tests for new dust thresholdWladimir J. van der Laan2015-10-101-1/+1
* Accept any sequence of PUSHDATAs in OP_RETURN outputsPeter Todd2015-10-011-2/+19
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
* Policy: MOVEONLY: 3 functions to policy.o:Luke Dashjr2015-06-261-0/+1
* Merge pull request #6124Wladimir J. van der Laan2015-06-261-1/+2
|\
| * Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd2015-06-211-1/+2
* | Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-20/+3
* | remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-9/+9
* | extend conversion to UniValueJonas Schnelli2015-06-041-0/+1
* | Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-9/+24
* | Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-1/+2
|/
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Merge pull request #5286Wladimir J. van der Laan2015-02-031-4/+4
|\
| * Update the 'test_IsStandard' unit testFlavien Charlon2014-11-161-4/+4
* | Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille2015-02-021-2/+2
* | Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-2/+2
* | Merge pull request #5143Wladimir J. van der Laan2015-01-081-1/+2
|\ \
| * | Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter Wuille2014-11-251-1/+2
* | | Merge pull request #5513Wladimir J. van der Laan2015-01-061-2/+1
|\ \ \
| * | | namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-2/+1
* | | | String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-2/+2
|/ / /
* / / Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|/ /
* | Discourage NOPs reserved for soft-fork upgradesPeter Todd2014-11-171-1/+2
* | script: check ScriptError values in script testsCory Fields2014-11-141-3/+7
|/
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille2014-10-251-0/+1
* Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille2014-10-251-0/+1
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-2/+2
* Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille2014-10-081-0/+1
* Merge pull request #4834Pieter Wuille2014-10-081-5/+5
|\
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-2/+2
| * Get rid of CCoinsView's SetCoins and SetBestBlock.Pieter Wuille2014-09-231-3/+3
* | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-3/+2
* | Add automatic script test generation, and actual checksig testsPieter Wuille2014-09-261-12/+30
|/
* Merge pull request #4555Wladimir J. van der Laan2014-09-171-2/+2
|\
| * Don't pass nHashType to VerifyScriptjtimon2014-09-121-2/+2
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-3/+3
|/
* Make script_{valid,invalid}.json validation flags configurablePieter Wuille2014-09-081-3/+3
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik2014-07-291-1/+1
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-7/+7
* Fix transaction testsWladimir J. van der Laan2014-05-091-1/+1
* Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd2014-05-081-0/+1