Commit Graph

11 Commits

Author SHA1 Message Date
IshaVenikar
783758be39
Retrieve accounts on reload (#29)
* Display HD path on sign message page

* Create component for displaying account details

* Add retrieve accounts function

* Load accounts after closing app

* Fix the retrieve accounts function

* Use hdpath instead of id

* Check if keystore is empty while retrieving accounts

* Add spinner when accounts are being fetched

* Display complete hd paths after reloading the app

* Remove any return type

* Store public key and address

* Modify sign message function to use path

* Fix the add accounts functionality
2024-02-22 11:32:25 +05:30
564404af45 Remove number limit 2024-02-21 18:18:01 +05:30
9dbe7574d2 Remove lines 2024-02-21 17:51:33 +05:30
16b2ed3bc2 Combines states 2024-02-21 17:49:44 +05:30
956821e4e9 Add multiple textboxes 2024-02-21 17:19:22 +05:30
IshaVenikar
0bb2785383 Make review changes 2024-02-21 10:41:05 +05:30
IshaVenikar
9a6e52de90 Hard-code the prefix of the hd paths and refactor functions 2024-02-21 10:08:27 +05:30
IshaVenikar
63edfdd990 Modify signMessage function 2024-02-20 18:55:00 +05:30
IshaVenikar
35d51f1c01 Use dialog box to add accounts using HD path 2024-02-20 18:06:29 +05:30
IshaVenikar
f2727315bd Resolve errors due to rebasing 2024-02-20 14:39:13 +05:30
IshaVenikar
49613ef52f Add new account using hd path given by user 2024-02-20 13:41:41 +05:30