status-go/account
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
..
generator add multi-account support (#1500) 2019-07-24 20:59:15 +02:00
accounts.go add multi-account support (#1500) 2019-07-24 20:59:15 +02:00
accounts_mock.go fix golang/mock (#1310) 2018-12-10 13:53:27 +01:00
accounts_test.go create random accounts in memory for onboarding (#1464) 2019-06-27 00:28:16 +02:00
address.go Add CreateAccount RPC function (#1330) (#1334) 2018-12-28 12:37:22 +01:00
address_test.go Add CreateAccount RPC function (#1330) (#1334) 2018-12-28 12:37:22 +01:00
onboarding.go add multi-account support (#1500) 2019-07-24 20:59:15 +02:00
onboarding_test.go add multi-account support (#1500) 2019-07-24 20:59:15 +02:00
utils.go add multi-account support (#1500) 2019-07-24 20:59:15 +02:00
utils_test.go add multi-account support (#1500) 2019-07-24 20:59:15 +02:00