-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Description
The current PandoraService contract implements UUPSUpgradeable, which creates legal and security concerns around locked funds management. For legal compliance and user trust, we need to ensure that:
- Non-upgradeable contract: The contract must not be upgradeable to prevent any possibility of modifying locked fund handling logic
- Service creator restrictions: The service creator cannot have custodial control over locked funds
- Immutable fund security: Locked funds in payment rails must be protected from any administrative access
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🐱 Todo