aboutsummaryrefslogtreecommitdiff
path: root/src/test/uint256_tests.cpp
AgeCommit message (Expand)Author
2024-06-06refactor: disable self-assign warning for testsCory Fields
2023-12-07Merge bitcoin/bitcoin#28924: refactor: Remove unused and fragile string inter...fanquake
2023-11-30Remove unused version.h includeMarcoFalke
2023-11-21test: Add uint256 string parse testsMarcoFalke
2023-11-21refactor: Remove unused and fragile string interface from arith_uint256MarcoFalke
2023-11-16serialize: Drop useless version param from GetSerializeSize()Anthony Towns
2023-01-26Use DataStream where possibleMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-05-28test: remove BasicTestingSetup from uint256 unit testsfanquake
2020-09-28uint256: Update constructors to c++11, make ONE staticAnthony Towns
2020-04-17test: Move boost/stdlib includes lastMarcoFalke
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-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-03-01[test] Add tests for self usage in arith_uint256Karl-Johan Alm
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-11-07Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2015-01-05Add tests for new uint256Wladimir J. van der Laan
2015-01-05uint256->arith_uint256 blob256->uint256Wladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-05-09Move {Get,Set}Compact from bignum to uint256Pieter Wuille
2014-05-09Add multiplication and division to uint160/uint256Pieter Wuille
2014-05-09Exception instead of assigning 0 in case of wrong vector lengthPieter Wuille
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2013-12-25Unittests for uint256.hThomas Holenstein
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-27Make util phexdigit array reusableOlivier Langlois
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen
2011-08-08Cleanup test suite output to be more useful.Matt Corallo
2011-08-08Fix testing setupVegard Nossum
2011-06-27Boost unit-testing framework.Gavin Andresen