Skip to content
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

Update MetaMaskWallet.cs for 5.15.1 #227

Closed
wants to merge 6 commits into from
Closed

Conversation

tulfix
Copy link

@tulfix tulfix commented Jan 17, 2025

Update MetaMaskWallet.cs for 5.15.1
This update modifies the Disconnect method in MetaMaskWallet.cs to address a key limitation in its previous implementation, particularly for WebGL environments.

Previously, the Disconnect method performed a "soft disconnect." As a result, users were unable to switch wallets within the same MetaMask extension without first revoking permissions in the wallet. Upon reconnection, the system would automatically connect to the previously authorized wallet.

The updated implementation ensures a more robust disconnection process, allowing users to seamlessly switch wallets within the MetaMask extension without the need for manual revocation. This enhancement improves user experience and aligns with expected wallet management functionality.

  • Why this change?

The soft disconnect behavior created unnecessary friction for users, especially those needing to manage multiple wallets. By implementing a proper disconnect process, this update simplifies wallet switching and ensures greater flexibility for WebGL applications integrating MetaMask.


PR-Codex overview

This PR focuses on enhancing the Disconnect method in the MetaMaskWallet class to properly revoke permissions from MetaMask. Additionally, it includes significant updates to the Unity scene and various UI components.

Detailed summary

  • Changed Disconnect method from returning Task to async Task.
  • Implemented revocation of eth_accounts permissions in Disconnect.
  • Added error handling for permission revocation.
  • Updated various UI components and properties in Scene_Playground.

The following files were skipped due to too many changes: Assets/Thirdweb/Examples/Scenes/Scene_Playground.unity

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

tulfix and others added 6 commits January 17, 2025 15:30
This update modifies the Disconnect method in MetaMaskWallet.cs to address a key limitation in its previous implementation, particularly for WebGL environments.

Previously, the Disconnect method performed a "soft disconnect." As a result, users were unable to switch wallets within the same MetaMask extension without first revoking permissions in the wallet. Upon reconnection, the system would automatically connect to the previously authorized wallet.

The updated implementation ensures a more robust disconnection process, allowing users to seamlessly switch wallets within the MetaMask extension without the need for manual revocation. This enhancement improves user experience and aligns with expected wallet management functionality.

- Why this change?

The soft disconnect behavior created unnecessary friction for users, especially those needing to manage multiple wallets. By implementing a proper disconnect process, this update simplifies wallet switching and ensures greater flexibility for WebGL applications integrating MetaMask.

Signed-off-by: tulfix <[email protected]>
Signed-off-by: tulfix <[email protected]>
@0xFirekeeper
Copy link
Member

Hey I will ship the metamask changes myself directly and credit you.
This PR contains some non functional changes to the scene that seems redundant of #228
Please focus on polishing that PR instead, thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants