Skip to content

[TASK] Replace OwnableUpgradeable with AccessControlUpgradeable for safer admin control #892

@alainncls

Description

@alainncls

To mitigate the risk of unintended ownership transfers with OwnableUpgradeable, we have decided to switch to AccessControlUpgradeable. This allows for granular role-based permissions, reducing reliance on a single owner and eliminating the risk of immediate loss of control due to a mistaken address.

Rationale:

  • Ownable2StepUpgradeable was considered but is not storage-compatible with OwnableUpgradeable.
  • AccessControlUpgradeable provides more flexibility and better security for admin tasks.

Next Steps:

  • Implement role-based access using AccessControlUpgradeable.
  • Ensure a smooth migration with no storage conflicts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Ready for development

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions