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: add support for eip5792 getCapabilities and sendCalls #2576

Merged
merged 61 commits into from
Aug 6, 2024
Merged

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    195855f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d45778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85919a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34e4a86 View commit details
    Browse the repository at this point in the history
  5. chore: format

    devceline committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fda468e View commit details
    Browse the repository at this point in the history
  6. chore: format

    devceline committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6ab8122 View commit details
    Browse the repository at this point in the history
  7. chore: fix build errors

    devceline committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f77df04 View commit details
    Browse the repository at this point in the history
  8. chore: format

    devceline committed May 24, 2024
    Configuration menu
    Copy the full SHA
    980497c View commit details
    Browse the repository at this point in the history
  9. chore: recover service test

    devceline committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ee7c48a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a576a24 View commit details
    Browse the repository at this point in the history
  11. chore: resurrect utils

    devceline committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0c98ebf View commit details
    Browse the repository at this point in the history
  12. chore: prettier format

    devceline committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b8b9499 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on Jul 10, 2024

  1. feat: refactor W3mFrameProvider to remove event handlers for direct w…

    …indow events with ids
    tomiir committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4c65e0f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge branch 'main' of github.com:WalletConnect/web3modal into feat/w…

    …allet-call-paymaster
    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    06305e1 View commit details
    Browse the repository at this point in the history
  2. chore: remove logs

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    894715f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fa8735 View commit details
    Browse the repository at this point in the history
  4. fix: type issue

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    285424f View commit details
    Browse the repository at this point in the history
  5. fix: lint fixes

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    68f1630 View commit details
    Browse the repository at this point in the history
  6. chore: remove unused comment

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    47a5422 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be601aa View commit details
    Browse the repository at this point in the history
  8. chore: add logger to appEvents

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b733eeb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66d99b1 View commit details
    Browse the repository at this point in the history
  10. chore: add happy path tests

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1d75098 View commit details
    Browse the repository at this point in the history
  11. chore: improve tests

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e0f5dc7 View commit details
    Browse the repository at this point in the history
  12. chore: remove unused import

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1e6c8cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ce8bf2b View commit details
    Browse the repository at this point in the history
  14. chore: add SecureSiteMock

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c622501 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f092de3 View commit details
    Browse the repository at this point in the history
  16. chore: remove logs

    tomiir committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9c3a0b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    d5ab204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab1d7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1bc4a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Merge branch 'main' of github.com:WalletConnect/web3modal into feat/w…

    …allet-call-paymaster
    tomiir committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5ac735f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chore/rpc-refactor' of github.com:WalletConnect/web3mod…

    …al into feat/eip-5792
    tomiir committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    c92d110 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: rpc response handler

    tomiir committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    88e759f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f90d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e90884f View commit details
    Browse the repository at this point in the history
  4. chore: remove any

    tomiir committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e5b7819 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    408f4c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d10166 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. chore: remove unused import

    tomiir committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9312712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b3bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb3ae4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28bc815 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a7c7f5 View commit details
    Browse the repository at this point in the history
  6. fix: loose dependency

    tomiir committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d8c1b0c View commit details
    Browse the repository at this point in the history
  7. fix: lock for loose dependency

    tomiir committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e791dd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    119837e View commit details
    Browse the repository at this point in the history
  2. Update apps/laboratory/src/components/Ethers/EthersSendCallsWithPayma…

    …sterServiceTest.tsx
    
    Co-authored-by: Felipe Mendes <[email protected]>
    tomiir and zoruka authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8b32d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93ebbdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22462c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    a2f690e View commit details
    Browse the repository at this point in the history
  2. chore: remove log

    tomiir committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2e915da View commit details
    Browse the repository at this point in the history
  3. fix: ethers test type issues

    tomiir committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    af3df11 View commit details
    Browse the repository at this point in the history
  4. chore: ignore lint in test

    tomiir committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2c8d14b View commit details
    Browse the repository at this point in the history
  5. fix: logger typo

    tomiir committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c29098d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    030586a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a859400 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9b9d61 View commit details
    Browse the repository at this point in the history