| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ignore unsigned overflow warnings | Ross Nicoll | 2021-07-09 | 1 | -0/+3 |
| | | | | | | | | Ignore unsigned overflow warnings in: * Scrypt hash calculation as this is an intentional part of how they behave. * Calculating block subsidy as the Mersenne Twister intentionally expects this behaviour. | ||||
| * | Add Dogecoin block subsidies | Ross Nicoll | 2021-05-30 | 1 | -0/+43 |
| | | |||||
| * | Introduce Dogecoin difficulty calculations | Ross Nicoll | 2021-05-29 | 1 | -0/+78 |