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
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