Skip to content

Review Function Pausability #284

Description

@sebsadface

Description and context

Currently, the PoC protocol core contracts include a pausing feature that allows governance to pause certain contracts or functions. This issue serves as a reminder to review and adjust the pausability of existing functions and contracts to ensure they’re appropriately controlled.

Action Items

  • Review functions that are not currently pausable but may need to be:

    1. LicensingModule:
      a . attachLicenseTerms
    2. DisputeModule
      1. setArbitrationPolicy
      2. cancelDispute
      3. resolveDispute
      4. updateActiveArbitrationPolicy
      5. setBatchPermissions
      6. registerExternalRoyaltyPolicy
  • Review contracts that are currently pausable but may not need to be:

    1. EvenSplitGroupPool: All functions are only callable by the grouping module, which is already pausable, so additional pausability may be redundant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions