| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815 | Monzero Build System | 5 hours | 1 | -10/+10 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Unit Tests: Remove block reward upper bound size checks | TheCharlatan | 2020-10-03 | 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. | ||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 2018-09-11 | 1 | -42/+42 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 |
| | | |||||
| * | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2017-02-08 | 1 | -1/+1 |
| | | |||||
| * | tests: block reward: disable 64-bit-only tests on 32-bit systems | redfish | 2016-09-04 | 1 | -0/+2 |
| | | | | | Issue #1008 | ||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 |
| | | |||||
| * | unit_tests: fix block reward test using post hard fork settings | moneromooo-monero | 2015-12-13 | 1 | -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 Smooth | 2015-11-13 | 1 | -7/+7 |
| | | | | | version 2 | ||||
| * | Fix block_reward unit tests | Rostislav | 2015-07-26 | 1 | -10/+10 |
| | | |||||
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | fixed unit tests | Riccardo Spagni | 2014-10-08 | 1 | -9/+10 |
| | | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 1 | -3/+29 |
| | | |||||
| * | json rpc for wallet and bugfix | Antonio Juarez | 2014-04-02 | 1 | -40/+36 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 1 | -0/+226 |
