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 signMessage method #779

Merged
merged 12 commits into from
Aug 2, 2023
Merged

Commits on Apr 20, 2023

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

Commits on Apr 25, 2023

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

Commits on Apr 26, 2023

  1. fix suggestions

    Elabar committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b060ce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    016e1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c8898c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a63dcb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    22f7786 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kujtimprenkuSQA/meteor-sign-message-optional

    Remove empty signMessage from wallets that do not implement it
    Elabar authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1f69772 View commit details
    Browse the repository at this point in the history
  3. Define signMessage when getting the module/wallet from the selector

    This adds the signMessage at the types when getting the module/wallet from the selector at runtime so typescript does not complain
    and there is no need to check if this function is defined or not.
    kujtimprenkuSQA committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    73d57aa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from kujtimprenkuSQA/fix-sign-message-at-runtime

    Define signMessage when accessing a wallet/module
    Elabar authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0a5c299 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    451e1ab View commit details
    Browse the repository at this point in the history
  2. chore: fix linting issue

    Elabar committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bbc4331 View commit details
    Browse the repository at this point in the history