-
Notifications
You must be signed in to change notification settings - Fork 987
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
🥅 Dapps connected on Testnet should not be visible on the Dapps list page if the app is in mainnet mode (and vice-versa) #20794
Comments
shivekkhurana
added a commit
that referenced
this issue
Jul 18, 2024
shivekkhurana
moved this from In Progress
to Code Review
in Status Desktop/Mobile Board
Jul 18, 2024
shivekkhurana
added a commit
that referenced
this issue
Jul 18, 2024
shivekkhurana
added a commit
that referenced
this issue
Jul 19, 2024
shivekkhurana
added a commit
that referenced
this issue
Jul 22, 2024
shivekkhurana
added a commit
that referenced
this issue
Jul 24, 2024
shivekkhurana
added a commit
that referenced
this issue
Jul 25, 2024
shivekkhurana
added a commit
that referenced
this issue
Jul 25, 2024
github-project-automation
bot
moved this from QA
to Done
in Status Desktop/Mobile Board
Jul 26, 2024
J-Son89
pushed a commit
that referenced
this issue
Jul 26, 2024
…requests gracefully (#20799) * 🥅 Filter connected dapps based on testnet mode - Fixes #20794 * 🥅 Remove map, just filter * 💿 Rebase * ❌ Remove greedy fetch * 🙅♀️ Properly reject proposals and requests * 🎗️ Remove newline and move `set` - `set` was applied at the wrong place here * ✏️ Address review comments * 👀 Read proposal to reject from state *◀️ Bring back network filtering * 🧹 Cleanup * ✏️ Move comment around * 🎣 Use filter operable accounts helper * ➕ Add back events deleted during rebase * 🧰 Fix Issue 2, Testnet sessions not visible * 🖊️ Fix lint * 🔗 Make testnet filtering more explicit * 🥢 Use union instead of two subsets call * ✏️ Fix lint * 🔇 Undo changes that creeped in an unrelated ns
ilmotta
pushed a commit
that referenced
this issue
Jul 28, 2024
…requests gracefully (#20799) * 🥅 Filter connected dapps based on testnet mode - Fixes #20794 * 🥅 Remove map, just filter * 💿 Rebase * ❌ Remove greedy fetch * 🙅♀️ Properly reject proposals and requests * 🎗️ Remove newline and move `set` - `set` was applied at the wrong place here * ✏️ Address review comments * 👀 Read proposal to reject from state *◀️ Bring back network filtering * 🧹 Cleanup * ✏️ Move comment around * 🎣 Use filter operable accounts helper * ➕ Add back events deleted during rebase * 🧰 Fix Issue 2, Testnet sessions not visible * 🖊️ Fix lint * 🔗 Make testnet filtering more explicit * 🥢 Use union instead of two subsets call * ✏️ Fix lint * 🔇 Undo changes that creeped in an unrelated ns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Problem
The Dapp's list screen for accounts lists all Wallet Connect connections (Testnet and mainnet) together. This is because we read from the Wallet Connect SDK, and it doesn't filter based on chains.
But in our database, we maintain a list of connections by testnet and mainnet.
Expected behavior
Actual behavior
Reproduction
The text was updated successfully, but these errors were encountered: