Minor QA changes

1) Add ability to enable all pairs using the new pair manager
2) Add abiity to enable/disable database subsystem via gRPC
3) Fix spelling mistakes
This commit is contained in:
Adrian Gallagher
2019-10-04 19:31:04 +10:00
parent 62a528a064
commit 2a13551dd1
12 changed files with 1760 additions and 239 deletions

View File

@@ -262,7 +262,7 @@ message ForexProvider {
string name = 1;
bool enabled = 2;
bool verbose = 3;
string rest_rolling_delay = 4;
string rest_polling_delay = 4;
string api_key = 5;
int64 api_key_level =6;
bool primary_provider = 7;
@@ -518,7 +518,7 @@ service GoCryptoTrader {
rpc GetSubsystems (GetSubsystemsRequest) returns (GetSusbsytemsResponse) {
option (google.api.http) = {
get: "/v1/getsusbsystems"
get: "/v1/getsubsystems"
};
}
@@ -806,7 +806,7 @@ service GoCryptoTrader {
rpc GetTickerStream(GetTickerStreamRequest) returns (stream TickerResponse) {
option (google.api.http) = {
get: "/v1/getTickerstream"
get: "/v1/gettickerstream"
};
}