status-go/account
Andrea Franz dd17860302
create random accounts in memory for onboarding (#1464)
* add account onboarding struct

* add onboarding to account manager

* allow resetting onboarding

* add onboarding functions to lib and mobile

* fix lint warnings

* update mnemonic test

* remove unused fmt

* reset onboarding before selecting account

* expose ResetOnboaring to lib and mobile

* refactoring

* add comment

* update StartOnboarding function

* remove unused var

* update VERSION

* fix returned accounts slice
2019-06-27 00:28:16 +02:00
..
accounts.go create random accounts in memory for onboarding (#1464) 2019-06-27 00:28:16 +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 create random accounts in memory for onboarding (#1464) 2019-06-27 00:28:16 +02:00
onboarding_test.go create random accounts in memory for onboarding (#1464) 2019-06-27 00:28:16 +02:00
utils.go Unlock wallet and chat keys (#1346) 2019-01-18 10:01:14 +01:00
utils_test.go [#856] move geth subpackages to root level (#1007) 2018-06-08 13:29:50 +02:00