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

Upgrade to WalletConnect v2 and Coinbase Wallet SDK #1476

Merged
merged 13 commits into from
Jul 3, 2023
Merged

Commits on Jun 23, 2023

  1. WIP

    enlight committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8e4ac3e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    23f48de View commit details
    Browse the repository at this point in the history
  2. Remove Airdrop component

    There was some sort of initialization error in this component,
    removing it now since it's not used anyway.
    enlight committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5d7078e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix mapping of new accounts

    Account mapping modal stopped showing up after
    `auth.loom.games` went offline.
    enlight committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    cb7590f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Get WalletConnect v2 working

    enlight committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e053d51 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    25886ef View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Remove dependency on istanbul.js packages

    Istanbul.js has been abandoned and hasn't had a release in over 2 years.
    enlight committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    cffac0e View commit details
    Browse the repository at this point in the history
  2. Fix made up typings in EthereumGatewayAdapter(s)

    The contract types were wrong and all the errors pointing
    this out were silenced.
    enlight committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    242bcde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87d4d1a View commit details
    Browse the repository at this point in the history
  4. Disable husky pre-push hook for now

    `yarn test` works (with some warnings) when run directly,
    but `mochapack` seems to return a non-zero exit code
    when launched from the hook, which blocks `git push`.
    enlight committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    68fb311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2331e7 View commit details
    Browse the repository at this point in the history
  6. Require Node v16

    enlight committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    19ec64f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee2cfc8 View commit details
    Browse the repository at this point in the history