Engine changes

Add addr helpers (will be split off into own package)
Engine status updates (log and data dir display)
Use GetPairFormat for various exchanges instead of calling the config
QA fixes
Implement GCTRPC exchange deposit address handling
This commit is contained in:
Adrian Gallagher
2019-06-24 17:34:07 +10:00
parent 9ff4471a45
commit 1daaa66830
15 changed files with 247 additions and 78 deletions

View File

@@ -21,6 +21,7 @@ type Settings struct {
EnableDeprecatedRPC bool
EnableCommsRelayer bool
EnableExchangeSyncManager bool
EnableDepositAddressManager bool
EnableTickerSyncing bool
EnableOrderbookSyncing bool
EnableEventManager bool