Loopring / protocols

A zkRollup DEX & Payment Protocol
https://loopring.org
333 stars 122 forks source link

add delayed upgrade #2735

Open kl456123 opened 2 months ago

dantaik commented 2 months ago

@letsgoustc @kl456123 I think "delayed upgrade" is a general feature to all contracts. It's supposed to be contract-agnostic, you probably just need a wrapping "owner contract" that implements a delay internally without any change to the contracts being owned.

dantaik commented 2 months ago

I think we should schedule a call for discussion.

kl456123 commented 2 months ago

@letsgoustc @kl456123 I think "delayed upgrade" is a general feature to all contracts. It's supposed to be contract-agnostic, you probably just need a wrapping "owner contract" that implements a delay internally without any change to the contracts being owned.

Yes I also think it is absolutely feasible and might be a better way to reach the same goal