aboutsummaryrefslogtreecommitdiff
path: root/src/test/scriptnum_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* [tests] Avoid redundant assignments. Remove unused variables.practicalswift2017-07-091-6/+2
* Avoid integer overflows in scriptnum testsPieter Wuille2017-01-121-2/+4
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Replace scriptnum_test's normative ScriptNum implementationWladimir J. van der Laan2015-11-251-19/+22
* Make CScriptNum() take nMaxNumSize as an argumentPeter Todd2015-05-091-1/+1
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+4
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille2014-10-251-2/+2
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* script: Add test for CScriptNumCory Fields2014-04-221-0/+196