-
Notifications
You must be signed in to change notification settings - Fork 635
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
Remove WC v1 #6214
Merged
Merged
Remove WC v1 #6214
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c10dbf8
Remove handling of WC v1 deeplinks
jinchung 6c7ee91
Remove AppStateChangeHandler which was just refreshing WC v1 on app s…
jinchung c720e1e
Remove WC v1 load state in refresh account data
jinchung b4b821e
Remove WC v1 load state from load account data hook
jinchung ad0f269
Remove v1 redux/walletconnect mock from walletConnect test
jinchung ed0dc63
Remove WC v1 test from skipped deeplinks test
jinchung 0da3012
Remove unused useTransactionConfirmation hook
jinchung 92c74aa
Move WC related types to walletConnect/types from redux
jinchung 5131fd3
Remove use of useWalletConnectConnections hook for WC v1
jinchung 613ba2c
Remove use of redux walletconnect in requestNavigationHandlers
jinchung 25c0de5
Remove WC v1 handle wallet notif logic
jinchung 3be44fb
Remove removeRequest function usage
jinchung 2462687
Remove walletconnect redux
jinchung d6ceb76
Remove requests redux reset in init wallet
jinchung 2496913
Remove redux requests load state in load account data
jinchung a792b2f
Move some request types to walletConnect types
jinchung 19838bc
Use WC types that were moved to walletConnect types in requestNavHandler
jinchung 2164b25
Move out types from requests to walletConnect
jinchung a6b3ea3
Remove requests redux
jinchung 9db31e8
Remove useRequests hook and replace with new wc requests store
jinchung d884033
Update walletConnect v2 to use new requests store
jinchung 0a6609e
Add support for removing requests in new wc requests store
jinchung 6ba4712
Update RequestCoinRow to use remove request from new WC requests store
jinchung 519b5d4
Fixup: add WC request
jinchung a22057e
Fixup: remove wc request
jinchung 95049fc
Fixup: update usage of addNewWalletConnectRequest to exclude account …
jinchung da4b235
Update usage of removeWalletConnectRequest from walletConnect and Req…
jinchung 0552f11
Use new remove WC requests in requestNavigationHandlers
jinchung f3799a5
Add sorted WC requests method on store
jinchung f47b53e
Remove localstorage for wc requests
jinchung 326c170
Update comment for wc deeplink handler
jinchung a7c7d9f
Remove unused sendRpcCall
jinchung 28b0e37
Remove unused WC active sessions dep
jinchung File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
removing
AppStateChangeHandler
as it was being used only for WC v1 subscription when coming back from background