index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
sighash_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-28
1
-2
/
+2
*
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-1
/
+1
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
1
-2
/
+2
*
refactor: define a UINT256_ONE global constant
Andrew Chow
2020-01-23
1
-3
/
+2
*
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-07
1
-2
/
+0
|
\
|
*
test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-10-09
1
-2
/
+0
*
|
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
|
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-1
/
+1
|
/
*
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
1
-1
/
+1
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-04-09
1
-1
/
+1
*
Removed implicit CTransaction constructor from tests
lucash-dev
2018-12-11
1
-1
/
+1
*
Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1
practicalswift
2018-12-04
1
-1
/
+1
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
2018-04-13
1
-1
/
+1
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
test: refactor: Use absolute include paths for test data files
Wladimir J. van der Laan
2017-11-16
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-12
/
+12
*
[tests] Avoid redundant assignments. Remove unused variables.
practicalswift
2017-07-09
1
-4
/
+2
*
Merge #10524: [tests] Remove printf(...)
Wladimir J. van der Laan
2017-06-08
1
-2
/
+0
|
\
|
*
[tests] Remove printf(...)
practicalswift
2017-06-07
1
-2
/
+0
*
|
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
1
-13
/
+13
*
|
scripted-diff: Use randbits/bool instead of randrange where possible
Pieter Wuille
2017-06-07
1
-5
/
+5
*
|
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-07
1
-2
/
+2
*
|
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
1
-8
/
+8
*
|
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-06-05
1
-1
/
+0
|
/
*
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-04-06
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
1
-3
/
+3
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
test: Fix test_random includes
MarcoFalke
2016-11-07
1
-1
/
+1
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-1
/
+1
*
BIP143: Verification logic
Pieter Wuille
2016-06-22
1
-2
/
+2
*
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
1
-1
/
+1
*
Remove unused local variable shadowing upper local
Pavel Janík
2016-05-27
1
-1
/
+0
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
1
-1
/
+1
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+3
*
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-2
/
+2
*
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
1
-3
/
+3
*
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-7
/
+4
*
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-3
/
+4
*
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-12
1
-1
/
+2
*
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-2
/
+2
*
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
*
Replace uint256(1) with static constant
Wladimir J. van der Laan
2015-01-05
1
-2
/
+3
[next]