status-go/node
Roman Volosovskyi 9cf640842b
[status-im/status-react#9942] Upgradable paths in configs
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`
2020-02-03 20:02:01 +02:00
..
get_status_node.go [status-im/status-react#9942] Upgradable paths in configs 2020-02-03 20:02:01 +02:00
geth_node.go Split shhext into shhext and wakuext (#1803) 2020-01-20 21:56:06 +01:00
geth_node_api_test.go Nimbus node support 2020-01-20 13:15:17 +01:00
geth_node_test.go Nimbus node support 2020-01-20 13:15:17 +01:00
geth_status_node_test.go [status-im/status-react#9942] Upgradable paths in configs 2020-02-03 20:02:01 +02:00
nimbus_node.go Nimbus node support 2020-01-20 13:15:17 +01:00
nimbus_status_node.go [status-im/status-react#9942] Upgradable paths in configs 2020-02-03 20:02:01 +02:00
status_node_rpc_client_test.go Upgrade geth to 1.9.5 and Whisper (#1617) 2019-10-04 17:21:24 +02:00