Miscellaneous bug fixes (#513)

* Various bug fixes

* Deadlink, cleanup plus bug fixes

* Various Kraken fixes

* Add convert func for decimal unix timestamps

* Convert all test times to UTC

* Kraken: Make assets a pointer to prevent excessive copying

* Docker slash fix

* Address nits plus bump ITBit last checked pairs timestamp

* Set pairs to enabled pairs when getting active orders

* Use asset translator for UpdateAccountInfo and more checks for the exchange template tool

* Address MadCozBadd's nits

* Make exchange var 2 chars

* Make program more user friendly

* Project wide comment checks and exchName check

* Fix Huobi indexing bug and use correct pair formatting

* Address nits + readme change
This commit is contained in:
Adrian Gallagher
2020-06-03 12:48:36 +10:00
committed by GitHub
parent c437b408ca
commit 8afee0b4b2
41 changed files with 879 additions and 678 deletions

View File

@@ -21,9 +21,11 @@
"output": "console",
"fileSettings": {
"filename": "log.txt",
"rotate": false
"rotate": false,
"maxsize": 100
},
"advancedSettings": {
"showLogSystemName": false,
"spacer": " | ",
"timeStampFormat": " 02/01/2006 15:04:05 ",
"headers": {
@@ -61,6 +63,14 @@
"allowedDifference": 50000000,
"allowedNegativeDifference": 50000000
},
"gctscript": {
"enabled": false,
"timeout": 30000000000,
"max_virtual_machines": 10,
"allow_imports": false,
"auto_load": null,
"verbose": false
},
"currencyConfig": {
"forexProviders": [
{
@@ -193,25 +203,37 @@
"Address": "1JCe8z4jJVNXSjohjM4i9Hh813dLCNx2Sy",
"CoinType": "BTC",
"Balance": 53000.01741264,
"Description": ""
"Description": "",
"WhiteListed": false,
"ColdStorage": false,
"SupportedExchanges": ""
},
{
"Address": "3Nxwenay9Z8Lc9JBiywExpnEFiLp6Afp8v",
"CoinType": "BTC",
"Balance": 107848.28963408,
"Description": ""
"Description": "",
"WhiteListed": false,
"ColdStorage": false,
"SupportedExchanges": ""
},
{
"Address": "LgY8ahfHRhvjVQC1zJnBhFMG5pCTMuKRqh",
"CoinType": "LTC",
"Balance": 0.03665026,
"Description": ""
"Description": "",
"WhiteListed": false,
"ColdStorage": false,
"SupportedExchanges": ""
},
{
"Address": "0xb794f5ea0ba39494ce839613fffba74279579268",
"CoinType": "ETH",
"Balance": 0.25555604051326,
"Description": ""
"Description": "",
"WhiteListed": false,
"ColdStorage": false,
"SupportedExchanges": ""
}
]
},
@@ -1488,7 +1510,7 @@
"uppercase": true
},
"useGlobalFormat": true,
"lastUpdated": 1566798411,
"lastUpdated": 1591062026,
"assetTypes": [
"spot"
],