ekonomia-tech / protocol-alpha

Alpha version of a DeFi stablecoin protocol
GNU General Public License v3.0
4 stars 0 forks source link

Add `pending` status to modules in `ModuleManager.sol` #53

Closed steve0xp closed 1 year ago

steve0xp commented 1 year ago

After deciding on whether pausing is going to be allowed or not within ModuleManager, as per issue #52, it would be helpful to consider implementing a pausing status for when modules are newly added and are in probation stage before being active. See comments in PR #49 here

nmimran99 commented 1 year ago

@davekaj I think we can close this one no?

davekaj commented 1 year ago

We decided that PENDING will not exist as a status. and that we would just enforce the delay for minting capacity of modules to be increased

updated in this PR https://github.com/ekonomia-tech/protocol-alpha/pull/71