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
Jon Häggblad
a7caf97b73
wallet: derive_address
2022-04-29 15:12:07 +02:00
Jon Häggblad
71b5bc9e71
wallet: backend account switching
2022-04-29 11:48:07 +02: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
fmtabbara
ecdbe1a6fb
refactor
2022-04-13 18:08:57 +01:00
fmtabbara
6ba79ee924
use avatar component
2022-04-13 18:07:54 +01:00
fmtabbara
2bebb4b0c2
remove unused component
2022-04-13 18:07:31 +01:00
fmtabbara
81b7d49624
create avatar component
2022-04-13 18:07:06 +01:00
fmtabbara
f118a0c854
move story files
2022-04-13 18:06:53 +01:00
fmtabbara
db6ecaaecb
Merge branch 'sprint/wallet-multiple-accounts' into feature/multi-address-wallet
2022-04-13 14:41:12 +01:00
fmtabbara
bd13aa6f35
add new modals
2022-04-13 11:53:13 +01:00
fmtabbara
0cad7f635d
new stories
2022-04-12 12:25:15 +01:00
Jon Häggblad
a5e6032393
wallet: support multiple accounts per encrypted login ( #1205 )
...
* wallet: support multiple accounts per encrypted login
Rework wallet storage to allow grouping accounts under a single
encrypted entry, in a way that is backwards compatible.
* wallet: remove commented out lines
2022-04-12 11:53:38 +02:00
fmtabbara
4edc0700a1
Merge branch 'sprint/wallet-multiple-accounts' into feature/multi-address-wallet
2022-04-12 10:33:43 +01:00
fmtabbara
019a04c0fc
code tidy and restructure
2022-04-12 10:33:16 +01:00
Fouad
2e7b8e911f
Merge pull request #1201 from nymtech/feature/multi-address-wallet
...
Feature/multi address wallet
2022-04-08 13:13:09 +01:00
Jon Häggblad
be4bc2bdcc
Merge branch 'release/1.0.0-rc.1' into develop
...
Conflicts:
validator-api/Cargo.toml
2022-04-08 12:14:47 +02:00
Jędrzej Stuczyński
bc049cb954
Feature/aggregated econ dynamics explorer endpoint ( #1203 )
...
* Economic dynamics stats endpoint on the explorer API with dummy fixture data
* Populating the endpoint with real data aggregated from validator api
* Introduced new cache functionalities
2022-04-08 10:15:50 +01:00
fmtabbara
50f4699c95
change button size
2022-04-07 22:04:19 +01:00
fmtabbara
3265df019a
more multi account ui
2022-04-07 22:00:30 +01:00
Drazen Urch
9aa5b98465
Debugging validator ( #1198 )
...
* Checkpoint
* Replace Stream logic with StreamMap
* Ignore blacklisted mixnodes and gateways
* Moar logging
* Remove version checks
* Cleanup
* Some more cleanup
2022-04-07 18:13:29 +02:00
fmtabbara
902721bda3
yarn lock updated
2022-04-07 16:28:57 +01:00
fmtabbara
585724fc79
more storybook work for multi accounts
2022-04-07 16:27:30 +01:00
fmtabbara
c6578384a8
storybook ui for multi addresses
2022-04-07 14:01:58 +01:00
fmtabbara
3b245e16db
more multi account UI work
2022-04-07 11:34:48 +01:00
fmtabbara
6d0e2cf491
start component work for multi accounts
2022-04-06 11:25:08 +01:00
Jędrzej Stuczyński
d6c9d1d08d
Using fork of cosmrs with different address length validation
nym-wallet-v1.0.2
2022-04-05 17:52:59 +01:00
Jędrzej Stuczyński
49fc51853a
Updated mainnet defaults to the most recent values
2022-04-05 17:52:41 +01:00
Jędrzej Stuczyński
c177f14073
Using fork of cosmrs with different address length validation
2022-04-05 17:35:50 +01:00
Mark Sinclair
026932dc16
Wallet 1.0.2 visual tweaks ( #1197 )
...
* Add `fill` prop to Nym wordmark component
* Tweaks to client address display
* Add story for ClientAddress
2022-04-05 17:06:47 +01:00
Jędrzej Stuczyński
515d4b73f7
Updated mainnet defaults to the most recent values
2022-04-05 16:52:16 +01:00
Fouad
fda3636783
Password for wallet with routes ( #1196 )
...
* new password flow
* update global error and load state from children
* fix linting
* dont load account when creating mnemonic
* wallets: provide placeholder functions for ui password
* wallet: platform_constants
* wallet: swap println to log
* UI for existing mnemonic to be use
* wallet: inline encryption of wallet file
* wallet: tweak error enum names
* wallet: general wallet_storage tidy
* wallet: tweak some type names
* create sign-in context
* update sign in functions
* move state to context
* update pages
* connect new rust methods with frontend
* update components
* remove non-existent method
* add separate sign in pages for mnemonic and password
* add a hook for clipboard copy
* fix workmark svg sizing issue
* create step component
* use new sign in pages
* reorder pages
* use clipboard lib directly
* ui tweaks
* use login type selector
* update password strength test + use autofocus prop for password input
* start adding routes
* restructure with routes
* wip
* more wip
* more wip
* reset state where required
* minor flow updates
* validate version (any valid semver version)
* reset error on page move
* flow tweaks
* content update
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
2022-04-05 16:46:16 +01:00
Dave Hrycyszyn
c056269f0e
Tagging release contracts
2022-04-05 15:37:38 +01:00
Mark Sinclair
ca49fe2293
GitHub Actions fixes for publishing wallet
2022-04-05 09:42:37 +01:00
Mark Sinclair
1b37ff2242
Update wallet lock file
2022-04-04 18:17:42 +01:00
Mark Sinclair
3712b38230
Fix wallet lock file version
2022-04-04 18:17:13 +01:00
Mark Sinclair
467bda8ddd
Add tauri updater feature
2022-04-04 18:15:33 +01:00
Mark Sinclair
b083335f56
Add updater config to tauri.conf.json
2022-04-04 18:15:25 +01:00
Mark Sinclair
5cc08211b7
Merge pull request #1194 from nymtech/feature/nym-wallet-updater
...
Add auto-updater to Nym Wallet
2022-04-04 17:57:28 +01:00
Drazen Urch
a63a94623f
Update and query rewarding validator address ( #1193 )
2022-04-04 16:55:46 +02:00
Mark Sinclair
5deafaa27b
Add tauri updater feature
2022-04-04 15:03:21 +01:00
Mark Sinclair
021b542a4a
Add updater config to tauri.conf.json
2022-04-04 15:03:21 +01:00
Mark Sinclair
64ee03112e
GitHub Actions: fix wallet updater location for MacOS
2022-04-04 15:03:01 +01:00
Mark Sinclair
bed709b155
Fix wallet lock file version
2022-04-04 15:02:36 +01:00