aboutsummaryrefslogtreecommitdiff
path: root/src/test/sighash_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [MOVEONLY] Move CSCript::FindAndDelete to interpreterPieter Wuille2018-04-131-1/+1
* scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* test: refactor: Use absolute include paths for test data filesWladimir J. van der Laan2017-11-161-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-12/+12
* [tests] Avoid redundant assignments. Remove unused variables.practicalswift2017-07-091-4/+2
* Merge #10524: [tests] Remove printf(...)Wladimir J. van der Laan2017-06-081-2/+0
|\
| * [tests] Remove printf(...)practicalswift2017-06-071-2/+0
* | scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-13/+13
* | scripted-diff: Use randbits/bool instead of randrange where possiblePieter Wuille2017-06-071-5/+5
* | Replace more rand() % NUM by randrangesPieter Wuille2017-06-071-2/+2
* | scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-8/+8
* | Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-1/+0
|/
* MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón2017-04-061-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make CTransaction actually immutablePieter Wuille2016-12-021-3/+3
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* test: Fix test_random includesMarcoFalke2016-11-071-1/+1
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-1/+1
* BIP143: Verification logicPieter Wuille2016-06-221-2/+2
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-1/+1
* Remove unused local variable shadowing upper localPavel Janík2016-05-271-1/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [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/+3
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-2/+2
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-3/+3
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-7/+4
* Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-3/+4
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-2/+2
* String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-1/+1
* Replace uint256(1) with static constantWladimir J. van der Laan2015-01-051-2/+3
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Separate script/interpreterjtimon2014-09-081-1/+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
* Declare SignatureHash() in script.hjtimon2014-08-011-2/+1
* move rand functions from util to new random.h/.cppPhilip Kaufmann2014-07-091-8/+8
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-3/+3
* add checks for deserialization errorsManuel Araoz2014-03-311-16/+25
* Add code generating data/sighash.json test dataManuel Araoz2014-03-311-3/+30
* Add sighash tests from data fileManuel Araoz2014-03-311-3/+57
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Inline signature serializerPieter Wuille2013-09-281-0/+120