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

feat(wallet) Wallet Connect pair implementation #12604

Merged
merged 2 commits into from
Nov 15, 2023
Merged

Commits on Nov 15, 2023

  1. chore(wallet) WalletConnect quick prototype environment for integration

    Add GO helper to:
    - loads WalletConnect SDK bundle
    - bootstraps status-go user session
    - provides a way to call status-go API from webview
    - forwards status-go signals to webview
    
    Updates: #12551
    stefandunca committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    935a281 View commit details
    Browse the repository at this point in the history
  2. feat(wallet) Wallet Connect Pair integration

    Implement Controller to forward requests between status-go and SDK
    implementation in QML.
    
    Other changes:
    
    - Source Wallet Connect projectId from env vars
    - Mock controller in storybook
    
    Updates #12551
    stefandunca committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2e472c5 View commit details
    Browse the repository at this point in the history