9cf640842b
Storing absolute path for different configs breaks compatibility on iOS as app's dir is changed after upgrade. The solution is to store relative paths and to concatenate it with `backend.rootDataDir`. The only exception is `LogFile` as it is stored outside `backend.rootDataDir` on Android. `LogDir` config was added to allow adding of custom dir for log file. Configs concerned: `DataDir` `LogDir` `LogFile` `KeystoreDir` `BackupDisabledDataDir` |
||
---|---|---|
.. | ||
get_status_node.go | ||
geth_node.go | ||
geth_node_api_test.go | ||
geth_node_test.go | ||
geth_status_node_test.go | ||
nimbus_node.go | ||
nimbus_status_node.go | ||
status_node_rpc_client_test.go |