grin/api/src
Yeastplume 5ba163fa66
Provide wallet 'plugin' architecture (#1983)
* remove receive_coinbase fn from wallet to wallet client

* start moving clients into separate mod

* rustfmt

* move wallet client + start listener into wallet 'clients'

* rustfmt

* refactor API to make it more modular and completely decouple sending

* rustfmt

* further decouple API from sending methods

* rustfmt

* remove wallet to wallet client trait

* rustfmt

* rename / refactor client + adapters

* rustfmt

* add adapter concept

* add midding node_clients dir

* add file and null adapters

* rustfmt

* remove receive from owner api

* factor out receiving slates into trait

* rustfmt

* adding listen trait

* rustfmt

* change listener to use trait

* rustfmt

* add test for file-based exchange

* replace http api send command

* rustfmt

* move controller out of libwallet and into top-level wallet dir

* rustfmt

* add moved controller
2018-11-19 19:47:40 +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 Provide wallet 'plugin' architecture (#1983) 2018-11-19 19:47:40 +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