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
/
scriptnum_tests.cpp
Age
Commit message (
Expand
)
Author
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-09
[tests] Avoid redundant assignments. Remove unused variables.
practicalswift
2017-01-12
Avoid integer overflows in scriptnum tests
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-25
Replace scriptnum_test's normative ScriptNum implementation
Wladimir J. van der Laan
2015-05-09
Make CScriptNum() take nMaxNumSize as an argument
Peter Todd
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-25
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
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-04-22
script: Add test for CScriptNum
Cory Fields