Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix wrong translations #507

Merged
merged 36 commits into from
Feb 6, 2025
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4a15102
feat: add account service (#470)
stanleyyconsensys Jan 9, 2025
5ffab0e
feat: add account service factory (#472)
stanleyyconsensys Jan 13, 2025
3fa9386
refactor: adopt account discovery (#473)
stanleyyconsensys Jan 14, 2025
61ea119
feat: add new RPC `starkNet_addAccount ` (#474)
stanleyyconsensys Jan 14, 2025
8688436
feat: add account UI (#475)
stanleyyconsensys Jan 14, 2025
88faf8f
feat: add new RPC `starkNet_getCurrentAccount` (#476)
stanleyyconsensys Jan 15, 2025
0db8fb1
feat: add new RPC `starkNet_listAccounts` (#477)
stanleyyconsensys Jan 15, 2025
1ec0dcd
feat: add new RPC `starkNet_switchAccount` (#478)
stanleyyconsensys Jan 15, 2025
bd65fa6
chore: set new account to current current in RPC `starkNet_addAccount…
stanleyyconsensys Jan 16, 2025
62f1904
feat: add UI hooks for manage multi accounts (#480)
stanleyyconsensys Jan 16, 2025
591050a
chore: update get current account rpc to return data from state only …
stanleyyconsensys Jan 16, 2025
d472cd6
feat: [Wallet-UI] account selection dropdown (#482)
khanti42 Jan 17, 2025
d26d8de
fix: after a account switched, the address is not reflected on the Sn…
stanleyyconsensys Jan 17, 2025
a31c492
fix: account contract isRequiredDeploy Upgrade order mismatch (#491)
khanti42 Jan 22, 2025
0056468
fix: typo of SwitchAccount RPC api name
stanleyyconsensys Jan 22, 2025
a6acd86
feat: account event change get starknet (#484)
khanti42 Jan 22, 2025
c233cc8
chore: add unit test for get-starknet event (#490)
khanti42 Jan 24, 2025
ac5e50a
fix: incorrect switch account rpc endpoint (#496)
stanleyyconsensys Jan 27, 2025
0eb4f4e
chore: unblock account create limit (#493)
stanleyyconsensys Jan 27, 2025
492e311
feat: Add RPC `starkNet_toggleAccountVisibility` to toggle the accoun…
stanleyyconsensys Jan 27, 2025
ef9e9cf
feat: wallet-ui multiple accounts scrollbar (#499)
khanti42 Feb 5, 2025
ed021c1
feat: wallet-ui multiple accounts hide/unhide feature (#501)
khanti42 Feb 5, 2025
961d518
Merge branch 'main' into feat/enable-multiple-accounts
khanti42 Feb 5, 2025
d8e60d2
chore: add missing translation
khanti42 Feb 5, 2025
840f36c
chore: lint + test
khanti42 Feb 5, 2025
f2d3917
refactor: add account discover service
stanleyyconsensys Feb 6, 2025
66f25b5
feat: support multiple account in SNAP
stanleyyconsensys Feb 6, 2025
31ec54c
feat: watch the SNAP current account
stanleyyconsensys Feb 6, 2025
6c8859c
fix: lint
stanleyyconsensys Feb 6, 2025
c8dc2f4
Merge branch 'feat/snap-support-multiple-account' into feat/get-stark…
stanleyyconsensys Feb 6, 2025
574ea5b
feat: support multiple account
stanleyyconsensys Feb 6, 2025
05cd63c
chore: qa fix
khanti42 Feb 6, 2025
2bf4b4d
Merge branch 'feat/enable-multiple-accounts' into feat/wallet-ui-supp…
khanti42 Feb 6, 2025
0c723da
Merge branch 'main' into chore/sf-800-qa-fix
khanti42 Feb 6, 2025
f70ba3f
chore: lint
khanti42 Feb 6, 2025
be58184
chore: lint
khanti42 Feb 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/wallet-ui/src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"message": "About this snap"
},
"account": {
"message": "Compte"
"message": "Account"
},
"accounts": {
"message": "Comptes"
"message": "Accounts"
},
"accountDeployedSuccessfully": {
"message": "Account deployed successfully."
Expand Down