aboutsummaryrefslogtreecommitdiff
path: root/src/test/sighash_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Replace UINT256_ONE() with uint256::ONEAnthony Towns2020-09-281-2/+2
* refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-1/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-2/+2
* refactor: define a UINT256_ONE global constantAndrew Chow2020-01-231-3/+2
* Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke2019-11-071-2/+0
|\
| * test: Seed test RNG context for each test case, print seedMarcoFalke2019-10-091-2/+0
* | scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* | [validation] Add CValidationState subclassesJohn Newbery2019-10-291-1/+1
|/
* 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
* [build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery2019-04-091-1/+1
* Removed implicit CTransaction constructor from testslucash-dev2018-12-111-1/+1
* Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1practicalswift2018-12-041-1/+1
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* 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