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!: verifiably locate signing offers against signer address #74

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

8e8b2c
Copy link
Collaborator

@8e8b2c 8e8b2c commented Aug 5, 2024

Related issue: #68

EvmSigningOffers are now wrapped in a SignedEvmSigningOffer such that users can locate such offers with confidence that they originate from the evm signer that the user seeks.

This is achieved by including the evm signer's address and signature over the offer, and verifying the signature at validation time. The offer is then linked against the evm signer's address (which is enforced to match what has already been validated).

@8e8b2c 8e8b2c merged commit 3afbed6 into main Aug 6, 2024
4 checks passed
@8e8b2c 8e8b2c deleted the 8e8b2c/signed-signing-offer branch August 6, 2024 14:51
nphias added a commit that referenced this pull request Aug 6, 2024
feat!: verifiably locate signing offers against signer address (#74)
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