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

Bug: Missing context in signature checks #213

Merged
merged 8 commits into from
Sep 6, 2021
Merged

Conversation

mmv08
Copy link
Member

@mmv08 mmv08 commented Sep 3, 2021

isMessageSigned/isMessageHashSigned would fail because signature check functions we're missing context (this was undefined)

This PR fixes it by:

  • binding the execution context
  • adding a test

@changeset-bot
Copy link

changeset-bot bot commented Sep 3, 2021

🦋 Changeset detected

Latest commit: 71fd1be

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@gnosis.pm/safe-apps-sdk Patch
@gnosis.pm/safe-apps-provider Patch
@gnosis.pm/safe-apps-react-sdk Patch
@gnosis.pm/safe-apps-web3-react Patch
@gnosis.pm/safe-apps-web3modal Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2021

CLA Assistant Lite All Contributors have signed the CLA.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2021

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 6 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

@germartinez germartinez self-requested a review September 6, 2021 09:55
@mmv08 mmv08 merged commit 5286af8 into development Sep 6, 2021
@mmv08 mmv08 deleted the bug/missing-context branch September 6, 2021 15:51
@github-actions github-actions bot locked and limited conversation to collaborators Sep 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants