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: access control using openzeppelin #10

Closed
5 tasks done
emmanuelJet opened this issue Sep 23, 2024 · 0 comments · Fixed by #21
Closed
5 tasks done

feat: access control using openzeppelin #10

emmanuelJet opened this issue Sep 23, 2024 · 0 comments · Fixed by #21
Assignees
Labels
enhancement New feature or request

Comments

@emmanuelJet
Copy link
Owner

emmanuelJet commented Sep 23, 2024

Feature Description

Utilize OpenZeppelin's AccessControl library to manage roles and permissions in the contract, ensuring standardized and secure access control mechanisms.

Acceptance Criteria

  • Roles are defined using AccessControl (Owner, Executor, Signer).
  • Role-based permissions are implemented correctly.
  • Role administration is managed securely.
  • Role assignments and revocations are handled appropriately.
  • Appropriate events are emitted for role changes.
@emmanuelJet emmanuelJet added the enhancement New feature or request label Sep 23, 2024
@emmanuelJet emmanuelJet self-assigned this Sep 23, 2024
This was referenced Sep 29, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in MultiSig Enterprise Vault Oct 1, 2024
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
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant