status-go/account
Pascal Precht 6859a1d3b7 Add methods to sign and recover messages/signatures to AccountManager
Also, make AccountManager a dependency of Messenger.
This is needed for community token permissions as we'll need a way to access wallet accounts
and sign messages when sending requests to join a community.

The APIs have been mostly taken from GethStatusBackend and personal service.
2023-03-16 12:25:06 +01:00
..
generator Compute emojiHash on-the-fly 2023-03-06 13:22:40 +02:00
json Compute emojiHash on-the-fly 2023-03-06 13:22:40 +02:00
accounts.go Add methods to sign and recover messages/signatures to AccountManager 2023-03-16 12:25:06 +01:00
accounts_geth.go Add methods to sign and recover messages/signatures to AccountManager 2023-03-16 12:25:06 +01:00
accounts_test.go replace deprecated ioutil.TempDir with os.MkdirTemp 2023-01-03 15:40:11 +01:00
address.go Migrate more files to eth-node/crypto 2019-12-20 11:24:26 +01:00
address_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
keystore_geth.go replace deprecated ioutil.TempDir with os.MkdirTemp 2023-01-03 15:40:11 +01:00
onboarding.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
onboarding_test.go add multi-account support (#1500) 2019-07-24 20:59:15 +02:00
utils.go Fix tests and lint 2020-12-17 14:10:00 +01:00
utils_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00