aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/block_reward.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System5 hours1-10/+10
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Unit Tests: Remove block reward upper bound size checksTheCharlatan2020-10-031-18/+0
| | | | | | | | | | | | | | | Tests running after being compiled with `make debug-test` failed with ``` [ FAILED ] block_reward_and_current_block_weight.fails_on_huge_median_size [ FAILED ] block_reward_and_current_block_weight.fails_on_huge_block_weight ``` With the introduction of the patch in https://github.com/monero-project/monero/commit/be82c40703d267184ee07bf7be71002122c86656#diff-1a57d4e6013984c420da98d1adde0eafL113 the assertions checking the weight of the median and current block against a size limit were removed. Since the limit is now enforced by a long divisor and a uint64_t type, checking in a separate test makes little sense, so they are removed here.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-42/+42
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+1
|
* tests: block reward: disable 64-bit-only tests on 32-bit systemsredfish2016-09-041-0/+2
| | | | Issue #1008
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* unit_tests: fix block reward test using post hard fork settingsmoneromooo-monero2015-12-131-15/+15
| | | | | This would fail, as the post hard fork settings would yield different data, and the test expects pre hard fork data.
* Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block ↵Javier Smooth2015-11-131-7/+7
| | | | version 2
* Fix block_reward unit testsRostislav2015-07-261-10/+10
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* fixed unit testsRiccardo Spagni2014-10-081-9/+10
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-40/+36
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+226