grin/api/src
Ignotus Peverell 46051ee174
improve minimum difficulty handling (#1791)
* rename MIN_DIFFICULTY to UNIT_DIFFICULTY; define Difficulty::unit, fix INITIAL_DIFFICULTY
* improve minimum difficulty handling
* replace all Difficulty::one by ::min
* revert secondary scaling default in HeaderInfo; rename scaling_difficulty; refactor difficulty_data_to_vector
2018-10-27 10:37:44 -07:00
..
auth.rs Use constant-time token verification in API (#1690) 2018-10-09 09:32:53 -04:00
client.rs Support pem TLS certificates 2018-10-05 17:09:19 +02:00
handlers.rs Add missing port parameter 2018-10-27 10:06:01 +02:00
lib.rs Replace logging backend to log4rs and add log rotation (#1789) 2018-10-21 13:30:56 -07:00
rest.rs Replace logging backend to log4rs and add log rotation (#1789) 2018-10-21 13:30:56 -07:00
router.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
types.rs revert secondary scaling default in HeaderInfo; rename scaling_difficulty; refactor difficulty_data_to_vector 2018-10-19 21:39:54 +02:00
web.rs Support TLS in ApiServer (#1565) 2018-09-21 13:33:23 +02:00