Closed nmimran99 closed 2 years ago
Pausing mechanism for Module Manager
Changed files:
ModuleManager.sol
pausedModule
unpauseModule
onlyActiveModule
IModuleManager.sol
ModuleManager.t.sol
fuck I rebased on main, and it turns out its failing the maple module, it was not pulled in. I might get to it and fix it tonight, but if not, you can do it tomorrow niv
Pausing mechanism for Module Manager
Changed files:
ModuleManager.sol
- addedpausedModule
,unpauseModule
functions andonlyActiveModule
modifierIModuleManager.sol
- added events for said functionsModuleManager.t.sol
- Modified existing tests and added new ones.