-
Notifications
You must be signed in to change notification settings - Fork 10
RC #855
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for wallet-testnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for wallet-develop-mainnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for wallet-mainnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for wallet-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (3)
src/pages/native/balance/SendConfirm.vue:134
- [nitpick] Verify that the success message for CLEOS transactions is clear to users, as it is different from the standard broadcast case.
if (transaction.wasBroadcast) {
src/i18n/en-us/index.js:533
- [nitpick] Ensure that the message is consistent with the application's tone and provides clear guidance for the next steps.
execute_cleos_command: 'Execute your transaction in CLEOS to proceed',
src/pages/native/BalanceInfo.vue:268
- Since the duplicate token filtering logic has been removed, please confirm that the UI or subsequent processing handles potential duplicate tokens appropriately.
const tokens = userCoins.data.tokens.filter((token) => {
Fixes #123
Description
This PR removes the filter for duplicated symbol tokens. Also removes unused code and fixes some wrong indentations.
Fixes #118
Description
This PR fixes the message displayed when instead of actually sending a signed transaction the cleos authenticator is used.