status-go/lib
Andrea Franz 929a5de757
Login with keycard (#1358)
* add InjectChatAccount to account manager

* add InjectChatAccount to Backend

* add comments to LoginWithKeycard

* add LoginWithKeycard test to lib

* fix export comment to avoid lint errors

* ensure wallet and chat keys are empty before injecting chat key

* rename InjectChatAccount to SetChatAccount

* add TestBackendInjectChatAccount

* stop node in TestBackendInjectChatAccount

* SetChatAccount doesn't return error

* add comment to InjectChatAccount

* fix account test
2019-01-24 16:44:46 +01:00
..
library.go Login with keycard (#1358) 2019-01-24 16:44:46 +01:00
library_test.go Require BackupDisabledDataDir only if PFSEnabled is true 2019-01-22 16:56:35 +02:00
library_test_utils.go Login with keycard (#1358) 2019-01-24 16:44:46 +01:00
main.go First step to remove StatusAPI (#1034) 2018-06-19 09:49:24 +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 Add SendDataNotification method (#1352) 2019-01-18 14:03:32 +01:00
utils.go fix megacheck errors 2018-03-29 18:02:06 +02:00