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

Refactor validator registration and staking #4705

Merged
merged 4 commits into from
Jan 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion setup/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module.exports = {
'src/modules/common/components/filterDropdownButton/addressFilter.js',
'src/modules/transaction/components/TransactionRow/index.js',
'src/modules/transaction/manager/transactionSummary.js',
'src/modules/pos/validator/store/reducers/voting.js',
'src/modules/pos/validator/store/reducers/staking.js',
'src/modules/transaction/components/TransactionResult/illustrationsMap.js',
'src/modules/transaction/components/Regular/Regular.js',
'src/utils/withFilters.js',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,11 @@
"At this moment there is a connection problem with the tweets feed": "At this moment there is a connection problem with the tweets feed",
"Available balance": "Available balance",
"Available balance: ": "Available balance: ",
"Available to unlock": "Available to unlock",
"Awaiting slot": "Awaiting slot",
"BLS Key": "BLS Key",
"BLS Proof Of Possession": "BLS Proof Of Possession",
"BLS Proof of possession": "BLS Proof of possession",
"BLS key": "BLS key",
"BLS proof of possession": "BLS proof of possession",
"Back": "Back",
"Back to validators": "Back to validators",
"Back to wallet": "Back to wallet",
Expand Down Expand Up @@ -620,7 +619,7 @@
"This account doesn’t have any stakes.": "This account doesn’t have any stakes.",
"This account is a multisignature account.": "This account is a multisignature account.",
"This account needs to be reclaimed": "This account needs to be reclaimed",
"This account will no longer be stored on this device. You can backup your secret recovery phrase before you remove it.": "This account will no longer be stored on this device. You can backup your secret recovery phrase before you remove it.",
"This account will no longer be stored on this device. You can backup your secret recovery phrase before removing it.": "This account will no longer be stored on this device. You can backup your secret recovery phrase before removing it.",
"This avatar will be linked to your new Lisk address.": "This avatar will be linked to your new Lisk address.",
"This is a legacy account and can not be used on this network.": "This is a legacy account and can not be used on this network.",
"This is not a valid public key. Please enter the correct public key.": "This is not a valid public key. Please enter the correct public key.",
Expand Down Expand Up @@ -672,6 +671,7 @@
"Undo": "Undo",
"Unlock": "Unlock",
"Unlock LSK Summary": "Unlock LSK Summary",
"Unlock stakes": "Unlock stakes",
"Unnamed account": "Unnamed account",
"Update now": "Update now",
"Upload file is required": "Upload file is required",
Expand All @@ -683,6 +683,7 @@
"Validator": "Validator",
"Validator #{{rank}}": "Validator #{{rank}}",
"Validator Forging Status": "Validator Forging Status",
"Validator name": "Validator name",
"Validator registration succeeded": "Validator registration succeeded",
"Validator weight": "Validator weight",
"Validators": "Validators",
Expand All @@ -696,7 +697,6 @@
"View all tokens": "View all tokens",
"View multisignature account details": "View multisignature account details",
"View remaining": "View remaining",
"View your validator profile in the wallet page.": "View your validator profile in the wallet page.",
"Volume": "Volume",
"Wallet": "Wallet",
"Wallet address:": "Wallet address:",
Expand Down Expand Up @@ -732,6 +732,7 @@
"You have uploaded an incorrect file": "You have uploaded an incorrect file",
"You haven't paired with any applications yet.": "You haven't paired with any applications yet.",
"You will be able to:": "You will be able to:",
"You will be notified when your transaction is confirmed.": "You will be notified when your transaction is confirmed.",
"Your LSK tokens could not be reclaimed, you can try again or report to us via email": "Your LSK tokens could not be reclaimed, you can try again or report to us via email",
"Your account just received {{amount}} {{token}} {{message}}": "Your account just received {{amount}} {{token}} {{message}}",
"Your balance will be transfered in a few seconds.": "Your balance will be transfered in a few seconds.",
Expand All @@ -746,7 +747,6 @@
"Your transaction has been submitted and will appear in sender account's wallet after confirmation.": "Your transaction has been submitted and will appear in sender account's wallet after confirmation.",
"Your transaction is signed successfully.": "Your transaction is signed successfully.",
"Your transaction is submitted to network, you can now track the status of this transaction in your wallet.": "Your transaction is submitted to network, you can now track the status of this transaction in your wallet.",
"Your username": "Your username",
"[Tomorrow], hh:mm A": "[Tomorrow], hh:mm A",
"added": "added",
"again to your application list.": "again to your application list.",
Expand Down
Loading