mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
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:
34
testdata/configtest.json
vendored
34
testdata/configtest.json
vendored
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user