-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Feature/2816 token detection mvp #2901
Conversation
- Create token list selectors - Minor refactor into typescript - Update copies
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.
Added some comments and small updates. Let me know if you have questions
…t for token util.
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.
@sethkfman Added test
…into feature/2816-token-detection-mvp
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.
🚀 🚀 🚀 🚀 🚀
* Update AssetDetectionController to use TokenDetectionController * Update redux with token list controller data * Replace contract map with token list from TokenListController. Add typescript support * - Update to use iconUrl from token list - Create token list selectors - Minor refactor into typescript - Update copies * Hook up preferences controller to handle static token list * Use controllers v12.1.0. Set up last bit for token list controller constructor * Remove controllers tgz * Add comments to token reducers * Remove all contract metadata imports * Upgrade nodeify library to fix pbkdf2 library crasher * Remove comment and lock library version * Remove unused field on engine reducer * Add missing blue100 * Change Alert to use enums. Add jest types. Remove comments. Write test for token util. * Handle undefined passed to token util * Update enzyme to support jest diving redux connected components * Fix all unit tests that uses Redux. Update snapshots. * Update app to support latest controllers. * Provide TokensController with provider on initialization. * Clean up code to display asset logos * Create static asset generation script. Generate on build + watch. * Update static logos * Properly format static logos file * Update controller package * Mock static-logos.js for testing * ignored tokens updates * add migration * cleanup * Upgrade controller version * Use latest controller version that includes abort controller polyfill * Use TokenListController types * Remove unused EthInput * Remove commented code in QuotesView.js * No need to set address on tokenlist array * Update controller version * Remove TransactionDirection unused file. ESLint ignore static assets file * Refactor wallet to tsx * Add missing deps array * Add missing tab label * Don't lint generated static logos file. Fix crasher for ipfs logos. * Fix unit test * Update title and cta label on tokens and nft pages * Fix unit test * Fix unit test * Rename asset list extension * Showing icons for payment request flow * Fix showing icon in payments. Fix tests Co-authored-by: Alex <adonesky@gmail.com>
Description
Checklist
Issue
#2816
Next Steps