-
Notifications
You must be signed in to change notification settings - Fork 532
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
3044 walletconnect v2 refresh webpage after connected not reconnect automatically #3349
Open
naiba4
wants to merge
197
commits into
AlphaWallet:2722_delete_wallet_connect_history
Choose a base branch
from
naiba4:3044-walletconnect-v2-refresh-webpage-after-connected-not-reconnect-automatically
base: 2722_delete_wallet_connect_history
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
* Sort alphabetically, then sort again by balance * Modified sort to ignore case
* Only allow positive balance tokens for source serach * Add tests * Change to compareToIgnoreCase + Update test * Extract Tokens class * Add tests * update sort to match the order DEXes use Co-authored-by: Seaborn Lee <[email protected]>
…lter [Swap] Improve search filter on SelectTokenDialog
* Transfer ERC20 test * Run CI on GitHub default MacOS node
fix tests
* Update key provider * Refactor token updating: * fix bug that stopped the database being updated with corrected token type. * restrict event logs where needed * use less restrictive RPC where possible * improve event sync in general * Update Gnosis RPC with more responsive version * Ensure all usages of primary URL include the required secret and replace TokenScript usage of primary with dappbrowser RPC * Update unit test * Switch EVENT_SYNC_DEBUGGING to false * Further update fixes to reduce overhead with balance updates * Fix various ERC721 handling bugs
* Filter out watch-only wallets * Fix address display * Add placeholder if dapp name/title does not exist * Generify layout + remove non-default wallets from selection * Restore wallet adapter * Fix text alignment * Show warning message if signing wallet is different from active wallet * Show diff wallet warning message in transaction dialog * Standardize widget weights * Only show warning message on applicable WC transactions * Fix IndexOutOfBounds issue when disconnecting dapp
* Implemented the dialog and bottom-sheet dialog for AddCustomToken * Resolved clear list issue while pasting different key in Add Token. * Added user confirmation dialog when user selects unselected chains in Add Token. Co-authored-by: Keval Shukla <[email protected]>
Fix: typos
* Fix eth_signTypedData_v4 * Fix crash
* Ensure video can still play for NFT detail * Add flags to other activities displaying NFTs
* Adjust widget label dimens * Lock down label text size
* Check if external app update is available
- Fix TokenScript issues. - Optimise TokenScript attribute update. - Update library and dependencies
- Add dynamic Attributes - Ensure relevant attributes are updated - General refactoring as required
* Implement unstoppable domains resolution * Added method to fetch key * Added test * Implement missing methods * Remove null check
- ensure destroyed tokens are removed correctly - only update required tokens - take token details from etherscan for unusual contracts (eg DGD). - Update check times
…3011) * Add screens for toggling analytics and crash reporting * Add ui test * Format for lint * Replace svg with png
* warn user on invalid keystore import
…address if enswallet name is not available (AlphaWallet#3031) * Show formatted address by default * Show custom name instead of address * Show ENS name instead of address * Should show custom name instead of ENS name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.