-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Fix token USD price calculation #5965
Conversation
Fix drizzle tests
… fix-etherscan-link-notifications
Fix etherscan links on notifications
Fix notifications link
fix typo in phishing.html title
Add scrolling button to account list
Version 5.3.0 RC1
Changing "Connection" by "Connexion"
Fixed a word french translation (several occurrences of connection instead of connexion)
When MetaMask user calls non-standard ERC20 methods such as `mint`, `tokenData` will be `undefined` and an uncaught error will break the UI
This reverts commit 938f428.
Harden Drizzle test runner script
Should help SEO on the chrome store.
Refine app description
@svitekpavel Thanks for the contribution, our develop branch CI tests have been fix. Please rebase your fix branch and we'll get it merged in. |
I rebased it. Fixed lint and unit tests. Some unit test in "Transaction Controller" are failing though. |
@svitekpavel could you pull I got the test passing too btw. |
Closing in favor of #6005, which just cleans this up a bit. Thanks for the contribution! |
USD price calculation was wrong, see discussion #5960
Please test the fix before merging.
Closes #5960