status-go/lib
Andrea Franz dcb0fa5262
add multi-account support (#1500)
* add multiaccount support

add multi account ImportPrivateKey and StoreAccount

test derivation from normal keys

* add multiaccount to mobile pkg

* use multiaccount params structs from the mobile pkg

* move multiaccount tests together with the other lib tests

* fix codeclimate warning and temporarily increase methods threshold

* split library_test_utils.go to avoid linter warnings
2019-07-24 20:59:15 +02:00
..
library.go Restore installation endpoints (#1509) 2019-07-01 15:15:13 +02:00
library_test.go Require BackupDisabledDataDir only if PFSEnabled is true 2019-01-22 16:56:35 +02:00
library_test_multiaccount.go add multi-account support (#1500) 2019-07-24 20:59:15 +02:00
library_test_utils.go add multi-account support (#1500) 2019-07-24 20:59:15 +02:00
main.go First step to remove StatusAPI (#1034) 2018-06-19 09:49:24 +02:00
multiaccount.go add multi-account support (#1500) 2019-07-24 20:59:15 +02:00
response.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
response_test.go Remove transactions queue 1027 (#1125) 2018-08-16 13:37:53 +02:00
types.go create random accounts in memory for onboarding (#1464) 2019-06-27 00:28:16 +02:00
utils.go fix megacheck errors 2018-03-29 18:02:06 +02:00