Fouad
|
ec19de6fa3
|
Merge pull request #1227 from nymtech/feature/multi-accounts-integrate-rust
Multiple accounts
|
2022-05-09 14:40:59 +01:00 |
|
fmtabbara
|
575845af38
|
fix lint errors
|
2022-05-09 13:38:38 +01:00 |
|
fmtabbara
|
b6b757436e
|
remove edit button until feature delivered
|
2022-05-09 13:36:38 +01:00 |
|
fmtabbara
|
eda69447de
|
add how-to modal for creating multi accounts
|
2022-05-09 13:31:01 +01:00 |
|
fmtabbara
|
b57c17e5af
|
fix storybook
|
2022-05-09 10:34:14 +01:00 |
|
fmtabbara
|
f2fa221489
|
big tidy and some refactoring of high level component hierachy
|
2022-05-07 17:53:46 +01:00 |
|
fmtabbara
|
0e4787f078
|
minor refactors
|
2022-05-06 15:54:38 +01:00 |
|
fmtabbara
|
9b0b961d43
|
content updates
|
2022-05-06 09:56:13 +01:00 |
|
Jon Häggblad
|
ac72e20447
|
wallet: additional test for decrypting stored wallet file
|
2022-05-06 09:41:36 +02:00 |
|
Jon Häggblad
|
571fd5cb93
|
wallet: removing an account in a login twice should fail
|
2022-05-06 09:01:48 +02:00 |
|
fmtabbara
|
7cfaf6fa1e
|
Merge branch 'sprint/wallet-multiple-accounts' into feature/multi-accounts-integrate-rust
|
2022-05-05 11:16:30 +01:00 |
|
fmtabbara
|
6e9eab4edb
|
allow access to prev steps when creating account
|
2022-05-05 11:15:56 +01:00 |
|
Jon Häggblad
|
0812378fdd
|
wallet: reset account state when adding and removing accounts
|
2022-05-05 12:13:31 +02:00 |
|
fmtabbara
|
ecb27e2cc2
|
import accounts wip
|
2022-05-04 22:36:09 +01:00 |
|
fmtabbara
|
a1961dbc2f
|
add accounts wip
|
2022-05-04 21:34:42 +01:00 |
|
fmtabbara
|
ef4af0a1db
|
display account errors
|
2022-05-04 20:49:19 +01:00 |
|
fmtabbara
|
5930ec1f18
|
Merge branch 'sprint/wallet-multiple-accounts' into feature/multi-accounts-integrate-rust
|
2022-05-04 20:46:09 +01:00 |
|
fmtabbara
|
72c7049fca
|
set up loading page for account switch
|
2022-05-04 20:45:33 +01:00 |
|
Jon Häggblad
|
92cbe651de
|
wallet: add account returns wallet entry
|
2022-05-04 20:14:01 +02:00 |
|
fmtabbara
|
b44b074af7
|
Merge branch 'sprint/wallet-multiple-accounts' into feature/multi-accounts-integrate-rust
|
2022-05-04 16:22:31 +01:00 |
|
fmtabbara
|
7a0dff5f00
|
update main state to respond to account changes
|
2022-05-04 16:22:00 +01:00 |
|
fmtabbara
|
6685b129bb
|
refactor to use accounts context
|
2022-05-04 16:21:29 +01:00 |
|
fmtabbara
|
e0a80c777e
|
stories broken until mock context added
|
2022-05-04 16:19:52 +01:00 |
|
fmtabbara
|
ab019266cc
|
derive color from name now address
|
2022-05-04 16:19:25 +01:00 |
|
fmtabbara
|
92fcae9a37
|
use context for accounts state
|
2022-05-04 16:18:56 +01:00 |
|
Jon Häggblad
|
413e2662ff
|
wallet: rustfmt
|
2022-05-04 16:50:51 +02:00 |
|
Jon Häggblad
|
e026a532dd
|
wallet: store unlocked accounts in Vec to preserve order
|
2022-05-04 16:50:01 +02:00 |
|
fmtabbara
|
a1e0087760
|
merge sprint branch updates£
|
2022-05-04 10:01:39 +01:00 |
|
fmtabbara
|
b15cc094ea
|
small refactors
|
2022-05-04 10:00:17 +01:00 |
|
Jon Häggblad
|
7adee63ebe
|
wallet: add show_mnemonic_for_account_in_password
|
2022-05-04 10:01:34 +02:00 |
|
Jon Häggblad
|
1a5580229b
|
wallet: more unit tests
|
2022-05-04 01:35:57 +02:00 |
|
Jon Häggblad
|
df4c6493d4
|
wallet: split and add more wallet_store tests
|
2022-05-03 23:20:16 +02:00 |
|
Jon Häggblad
|
30a41261ea
|
wallet: add more log statements
|
2022-05-03 20:03:46 +02:00 |
|
Jon Häggblad
|
6d874cc34a
|
wallet: remove list_accounts_for_password
|
2022-04-29 16:54:25 +02:00 |
|
Jon Häggblad
|
7e356ea3b3
|
wallet: simplify account handling
|
2022-04-29 16:49:57 +02:00 |
|
Jon Häggblad
|
f7be9e7e6f
|
wallet: remove DecryptedAccount and make Accounts clone
|
2022-04-29 16:27:24 +02:00 |
|
Jon Häggblad
|
05374393ef
|
wallet: contructors for DecryptedAccount
|
2022-04-29 15:36:06 +02:00 |
|
fmtabbara
|
580656c002
|
refactor + wip
|
2022-04-29 14:12:47 +01:00 |
|
Jon Häggblad
|
a7caf97b73
|
wallet: derive_address
|
2022-04-29 15:12:07 +02:00 |
|
fmtabbara
|
091507b6d8
|
Merge branch 'sprint/wallet-multiple-accounts' into feature/multi-accounts-integrate-rust
|
2022-04-29 11:10:21 +01:00 |
|
Jon Häggblad
|
71b5bc9e71
|
wallet: backend account switching
|
2022-04-29 11:48:07 +02:00 |
|
fmtabbara
|
8bbffb6a88
|
prevent bubbling
|
2022-04-29 10:45:43 +01:00 |
|
fmtabbara
|
31c4fc6807
|
update display mnemonic component
|
2022-04-29 10:45:23 +01:00 |
|
fmtabbara
|
66b9b13edc
|
refactor and add more mocks
|
2022-04-29 10:05:18 +01:00 |
|
fmtabbara
|
1b945ae918
|
use account switch function
|
2022-04-27 13:43:39 +01:00 |
|
fmtabbara
|
be9b83a87d
|
set up account switching mechanism
|
2022-04-27 11:19:19 +01:00 |
|
Fouad
|
ba1fb17908
|
Merge pull request #1209 from nymtech/feature/multi-address-wallet
Feature/multi address wallet
|
2022-04-26 20:51:50 +01:00 |
|
fmtabbara
|
5446874ebe
|
align top bar with nav
|
2022-04-26 14:29:17 +01:00 |
|
fmtabbara
|
afac630a77
|
add list accounts function
|
2022-04-25 11:27:07 +01:00 |
|
fmtabbara
|
3250d6982e
|
refactor to separate logic from view
|
2022-04-14 14:31:55 +01:00 |
|