-
Notifications
You must be signed in to change notification settings - Fork 90
chore: remove dead wallets #746
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
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 📝 WalkthroughWalkthroughThis pull request removes three wallet integrations (Portis, WalletConnect legacy, and KeepKey Chrome USB) from the codebase. It also simplifies import paths, removes associated test files and guards, eliminates Portis-specific comments, and updates project references in tsconfig configuration. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes
Areas requiring extra attention:
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| { "path": "./packages/hdwallet-native" }, | ||
| { "path": "./packages/hdwallet-portis" }, | ||
| { "path": "./packages/hdwallet-trezor" }, | ||
| { "path": "./packages/hdwallet-trezor-connect" }, |
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.
Is this removal on purpose (indeed seems unused) and do we want to remove the whole package?
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.
Hm actually, definitely used in web: https://github.com/search?q=repo%3Ashapeshift%2Fweb%20hdwallet-trezor-connect&type=code
I don't think we want to break Trezor functionality right before toggling it on 😄
👋
Summary by CodeRabbit
Release Notes
Removed Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.