grin/api/src
Yeastplume b8c8840cec
Refactor wallet commands (#2067)
* start wallet command refactoring

* another re-structuring attempt

* rustfmt

* begin splitting up wallet commands

* rustfmt

* clean up wallet arg checking

* rustfmt

* macro for arg parsing

* rustfmt

* factor out init commands

* rustfmt

* move recover to new format

* rustfmt

* add listen command to new format

* rustfmt

* Finish moving commands to new format

* rustfmt

* rustfmt

* propogate errors more cleanly

* rustfmt

* error handling cleanup
2018-12-06 12:04:02 +00:00
..
handlers refactor: refactored the API into related handler files (#1914) 2018-11-03 07:46:12 +01: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
lib.rs Replace logging backend to log4rs and add log rotation (#1789) 2018-10-21 13:30:56 -07:00
rest.rs Refactor wallet commands (#2067) 2018-12-06 12:04:02 +00:00
router.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
types.rs validate root of header MMR when processing headers (during sync and full blocks) (#1836) 2018-11-01 09:51:32 +00:00
web.rs Support TLS in ApiServer (#1565) 2018-09-21 13:33:23 +02:00