aboutsummaryrefslogtreecommitdiff
path: root/src/test/scriptnum_tests.cpp
AgeCommit message (Expand)Author
2021-01-31refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17)Sebastian Falbesoner
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-07-09[tests] Avoid redundant assignments. Remove unused variables.practicalswift
2017-01-12Avoid integer overflows in scriptnum testsPieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-25Replace scriptnum_test's normative ScriptNum implementationWladimir J. van der Laan
2015-05-09Make CScriptNum() take nMaxNumSize as an argumentPeter Todd
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-25Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille
2014-09-08Move CScript class and dependencies to script/scriptjtimon
2014-09-08Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon
2014-04-22script: Add test for CScriptNumCory Fields