status-go/lib
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
..
library.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
library_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
library_test_multiaccount.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
library_test_utils.go [status-im/status-react#9942] Upgradable paths in configs 2020-02-03 20:02:01 +02:00
main.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
multiaccount.go add multi-account LoadAccount, ImportMnemonic, and Reset functions (#1542) 2019-07-26 11:33:38 +02:00
response.go Use eth-node `keystore` for `generator.go` 2020-01-06 15:45:31 +01:00
response_test.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
types.go Remove FCM implementation 2019-11-17 17:54:55 +01:00