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: verify v2 #5236

Merged
merged 28 commits into from
Aug 15, 2024
Merged

feat: verify v2 #5236

merged 28 commits into from
Aug 15, 2024

Commits on Jul 30, 2024

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

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

  1. feat: verify v2

    ganchoradkov committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d1966d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    07823a5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/verify-v2' of github.com:WalletConnect/walletconne…

    …ct-monorepo into feat/verify-v2
    
    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    ganchoradkov committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2c79c58 View commit details
    Browse the repository at this point in the history
  3. refactor: makes verify v2 public key being fetched only when attempte…

    …d to be used and to fetch new public key if validation fails with the current stored key
    ganchoradkov committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    318a0e2 View commit details
    Browse the repository at this point in the history
  4. chore: canary relay api

    ganchoradkov committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d11901e View commit details
    Browse the repository at this point in the history
  5. chore: prettier

    ganchoradkov committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    18d5f6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b5a70a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0d979e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    730bca3 View commit details
    Browse the repository at this point in the history
  9. feat: adds test

    ganchoradkov committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5210e5a View commit details
    Browse the repository at this point in the history
  10. chore: clean up logs

    ganchoradkov committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3ddbfc7 View commit details
    Browse the repository at this point in the history
  11. chore: bump node to 20

    ganchoradkov committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    372a42e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9659018 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    faeed6d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    0141609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e5cd4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/verify-v2' of github.com:WalletConnect/walletconne…

    …ct-monorepo into feat/verify-v2
    ganchoradkov committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9535ca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ef5ee2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92d77a9 View commit details
    Browse the repository at this point in the history
  6. chore: fixes typo

    ganchoradkov committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    24614bd View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat/verify-v2' of github.com:WalletConnect/walletconne…

    …ct-monorepo into feat/verify-v2
    ganchoradkov committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9e9bf2e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. feat: implements ecdsa signature validation without relying on `nod…

    …e:crypto` or `crypto.subtle`
    ganchoradkov committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fb3dceb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. chore: cleanup

    ganchoradkov committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0c4df5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f8df8 View commit details
    Browse the repository at this point in the history
  3. chore: uses const

    ganchoradkov committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1c229bd View commit details
    Browse the repository at this point in the history