grin-wallet/controller/src
Yeastplume a58cae651e
Add init_api_secure function (#206)
* adding initial version of init_secure_api

* rustfmt

* fix ECDH algo

* rustfmt

* trying to figure out best way of doing encryption

* refactor secure requests and responses into json-rpc responses, with base64 payload for encrypted messages

* rustfmt

* return proper errors from encrypted api, include tests covering encrypted API error cases

* rustfmt

* add test for normal error (unencrypted)

* rustfmt

* change ports for test, add foreign listener to V2 sanity tests, add ability to select owner api port via command line

* rustfmt

* turn it to 11

* explicit teardown after rpc tests

* update tests with explicit teardowns

* update tests to perform explicit teardown

* fix warnings, ensure all tests teardown

* log output to diagnose CI windows build failures

* disable owner api doctests on windows

* rustfmt
2019-08-19 13:05:21 +01:00
..
command.rs Store XORed wallet seed in-mem (#200) 2019-08-06 12:50:41 +01:00
controller.rs Add init_api_secure function (#206) 2019-08-19 13:05:21 +01:00
display.rs Do not crash on empty terminal 2019-05-03 11:24:49 -04:00
error.rs APIV2 refactoring (#23) 2019-03-17 19:14:58 +00:00
lib.rs final updates for tag and build based on grin 1.1.0 merge 2019-04-03 14:22:30 +01:00