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

enhancement: Attestation signatures #19

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

zeroknots
Copy link
Member

msg.sender attestations

The registry now supports native attestations and revocations. Instead of only allowing for signed (EOA/ERC-1271) attestations, they can now be issued via normal transaction. the attestation will be assigned to msg.sender

support for non v,r,s signatures

registry now supports attestations / revocations that use arbitrary bytes signatures for ERC-1271.
This allow multisigs accounts like safe to sign attestations/revocations with multiple signatures that would not fit into
uint8 v, bytes32 r, bytes32 s. Further more, this would allow ERC-1271 endpoints to validate other signature patters like BLS signatures, or custom validation logic.
This feature addresses Issue: #15

@zeroknots zeroknots added the enhancement New feature or request label Aug 21, 2023
Copy link
Member

@kopy-kat kopy-kat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@kopy-kat kopy-kat merged commit 9fb9ba3 into main Aug 21, 2023
@kopy-kat kopy-kat deleted the feature/nondelegated-attestations branch August 21, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants