status-go/account
Sale Djenic c8994fe175 test: `TestConvertAccount` test update
This tests the entire process of converting a regular account to a keycard
account and then converting that keycard account back to a regular account.

For the need of this test I had to improve `DeleteAccount` function, cause the
previous implementation didn't remove account from the keystore cache, but
only from the keystore.
2023-01-27 13:20:52 +01:00
..
generator feat: `AccountInfo` extended with `privateKey` property 2022-10-28 19:50:55 +02:00
accounts.go test: `TestConvertAccount` test update 2023-01-27 13:20:52 +01:00
accounts_geth.go fix: merge node config allows overide (#2664) 2022-05-24 12:57:45 +02:00
accounts_test.go replace deprecated ioutil.TempDir with os.MkdirTemp 2023-01-03 15:40:11 +01:00
address.go
address_test.go
keystore_geth.go replace deprecated ioutil.TempDir with os.MkdirTemp 2023-01-03 15:40:11 +01:00
onboarding.go
onboarding_test.go
utils.go Fix tests and lint 2020-12-17 14:10:00 +01:00
utils_test.go