You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
LicensingModule:
a . attachLicenseTerms
DisputeModule
setArbitrationPolicy
cancelDispute
resolveDispute
updateActiveArbitrationPolicy
setBatchPermissions
registerExternalRoyaltyPolicy
Review contracts that are currently pausable but may not need to be:
EvenSplitGroupPool: All functions are only callable by the grouping module, which is already pausable, so additional pausability may be redundant.
The text was updated successfully, but these errors were encountered:
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:
a . attachLicenseTerms
Review contracts that are currently pausable but may not need to be:
The text was updated successfully, but these errors were encountered: