index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
sighash_tests.cpp
Age
Commit message (
Expand
)
Author
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-13
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
test: refactor: Use absolute include paths for test data files
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-09
[tests] Avoid redundant assignments. Remove unused variables.
practicalswift
2017-06-08
Merge #10524: [tests] Remove printf(...)
Wladimir J. van der Laan
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
[tests] Remove printf(...)
practicalswift
2017-06-07
scripted-diff: Use randbits/bool instead of randrange where possible
Pieter Wuille
2017-06-07
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-07
test: Fix test_random includes
MarcoFalke
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-05-27
Remove unused local variable shadowing upper local
Pavel Janík
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-05
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
Replace uint256(1) with static constant
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-09-08
Separate script/interpreter
jtimon
2014-09-08
Move CScript class and dependencies to script/script
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-08-01
Declare SignatureHash() in script.h
jtimon
2014-07-09
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-03-31
add checks for deserialization errors
Manuel Araoz
2014-03-31
Add code generating data/sighash.json test data
Manuel Araoz
2014-03-31
Add sighash tests from data file
Manuel Araoz
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-09-28
Inline signature serializer
Pieter Wuille