Skip to content

✨ ClaimIssuer factory #117

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

✨ ClaimIssuer factory #117

wants to merge 2 commits into from

Conversation

pgonday
Copy link
Collaborator

@pgonday pgonday commented Apr 18, 2025

No description provided.

@pgonday pgonday requested a review from Joachim-Lebrun April 18, 2025 09:53
@Joachim-Lebrun
Copy link
Contributor

for the contracts deployed by the factory, it should be upgradeable proxies, pointing to an initial implementation (ours) but letting the contract owner change implementation (every claim issuer could have their own implementation to verify claims differently). we could use create3 to make sure the addresses are the same on every chain even if we update the reference implem later on.


address public implementation;
mapping(address => address) public deployedClaimIssuers;
Copy link
Contributor

Choose a reason for hiding this comment

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

Lint issue here to correct about order of functions, other than that the contract looks good

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.

2 participants