Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-21 | copyright: bump to 2024 | copyCat | 1 | -1/+1 | |
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2020-10-03 | Unit Tests: Remove block reward upper bound size checks | TheCharlatan | 1 | -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. | |||||
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -42/+42 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -1/+1 | |
2016-09-04 | tests: block reward: disable 64-bit-only tests on 32-bit systems | redfish | 1 | -0/+2 | |
Issue #1008 | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-13 | unit_tests: fix block reward test using post hard fork settings | moneromooo-monero | 1 | -15/+15 | |
This would fail, as the post hard fork settings would yield different data, and the test expects pre hard fork data. | |||||
2015-11-13 | Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block ↵ | Javier Smooth | 1 | -7/+7 | |
version 2 | |||||
2015-07-26 | Fix block_reward unit tests | Rostislav | 1 | -10/+10 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-10-08 | fixed unit tests | Riccardo Spagni | 1 | -9/+10 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -40/+36 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+226 | |