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

counterfactual sig verification #49

Closed
wants to merge 2 commits into from

Conversation

coffeexcoin
Copy link
Collaborator

  • bump versions for 0.0.1-beta.2
  • add verify actions which extends public client for onchain verification of counterfactual signatures
  • use map for supported chains

@coffeexcoin coffeexcoin force-pushed the counterfactual-sig-verification branch from fb2ecc2 to 398c5a5 Compare October 1, 2024 18:13
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

Attention: Patch coverage is 1.14068% with 260 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
packages/agw-client/src/actions/verifyHash.ts 0.00% 63 Missing and 1 partial ⚠️
...ckages/agw-client/src/actions/verifySiweMessage.ts 0.00% 36 Missing and 1 partial ⚠️
packages/agw-client/src/actions/verifyTypedData.ts 0.00% 27 Missing and 1 partial ⚠️
...kages/agw-client/src/abis/UniversalSigValidator.ts 0.00% 26 Missing and 1 partial ⚠️
...ages/agw-client/src/utils/siwe/parseSiweMessage.ts 3.84% 25 Missing ⚠️
...s/agw-client/src/utils/siwe/validateSiweMessage.ts 0.00% 24 Missing and 1 partial ⚠️
packages/agw-client/src/actions/verifyMessage.ts 0.00% 22 Missing and 1 partial ⚠️
packages/agw-client/src/abstractPublicActions.ts 0.00% 14 Missing and 1 partial ⚠️
...kages/agw-client/src/createAbstractPublicClient.ts 0.00% 14 Missing and 1 partial ⚠️
packages/agw-client/src/exports/actions.ts 0.00% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ
packages/agw-client/src/constants.ts 100.00% <100.00%> (ø)
packages/agw-client/src/exports/index.ts 0.00% <ø> (ø)
packages/agw-client/src/exports/actions.ts 0.00% <0.00%> (ø)
packages/agw-client/src/abstractPublicActions.ts 0.00% <0.00%> (ø)
...kages/agw-client/src/createAbstractPublicClient.ts 0.00% <0.00%> (ø)
packages/agw-client/src/actions/verifyMessage.ts 0.00% <0.00%> (ø)
...ages/agw-client/src/utils/siwe/parseSiweMessage.ts 3.84% <3.84%> (ø)
...s/agw-client/src/utils/siwe/validateSiweMessage.ts 0.00% <0.00%> (ø)
...kages/agw-client/src/abis/UniversalSigValidator.ts 0.00% <0.00%> (ø)
packages/agw-client/src/actions/verifyTypedData.ts 0.00% <0.00%> (ø)
... and 2 more

@coffeexcoin
Copy link
Collaborator Author

This will be superseded by viem#2807

@coffeexcoin coffeexcoin closed this Oct 3, 2024
@coffeexcoin coffeexcoin deleted the counterfactual-sig-verification branch October 15, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant