summaryrefslogtreecommitdiff
path: root/tests/difficulty
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5621luigi11112019-07-241-0/+0
|\ | | | | | | c88d6a9 tests: fixed file exec permissions (ston1th)
| * tests: fixed file exec permissionsston1th2019-06-091-0/+0
| |
* | Merge pull request #5507luigi11112019-07-241-1/+1
|\ \ | |/ |/| | | 2b198a6 difficulty-tests: remove spurious dependency on cryptonote_core (moneromooo-monero)
| * difficulty-tests: remove spurious dependency on cryptonote_coremoneromooo-monero2019-05-011-1/+1
| |
* | fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-011-1/+1
|/
* tests: add a few try/catch in main to shut coverity upmoneromooo-monero2019-04-031-0/+5
|
* Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-244-4/+132
| | | | | | Based on Boolberry work by: jahrsg <jahr@jahr.me> cr.zoidberg <crypto.zoidberg@gmail.com>
* Update 2019 copyrightbinaryFate2019-03-053-3/+3
|
* Fix missing std::runtime_error def in difficulty.cppHoward Chu2018-09-161-0/+1
|
* Update 2018 copyrightxmr-eric2018-01-263-3/+3
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-212-2/+2
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+1
|
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-2/+3
| | | | | | | | | | | | | | Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared.
* updated copyright yearRiccardo Spagni2015-12-313-3/+3
|
* year updated in licenseRiccardo Spagni2015-01-023-4/+4
|
* cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
| | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
* cmake: put each test executable in its own directoryBen Boeckel2014-10-231-0/+46
|
* License updated to BSD 3-clausefluffypony2014-07-232-3/+59
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-0/+1
|
* moved all stuff to githubAntonio Juarez2014-03-033-0/+1107