Submitted by Picodes
For some veAsset project (for example Angles gauges, gauge contracts are upgradable, so interfaces and underlying LP tokens are subject to change, blocking and freezing the system. Note that this is not hypothetic as it happened a few weeks ago: see this snapshot vote. Therefore, the system should be robust to a change in the pair gauge / token.
Note that is doable in the current setup for the veToken team to rescue the funds in such case, hence it is only a medium issue.
Youd have to do as follow: a painful shutdown of the Booster (which would lead to an horrible situation where youd have to preserve backwards compatibility for LPs to save their funds in the new Booster), an operator change in VoterProxy to be able to call execute.
To deal with upgradeable contracts, either the VoterProxy needs to be upgradable to deal with any situation that may arise, either you need to add upgradeable intermediate contracts between the staker and the gauge that could be changed to preserve the logic.
jetbrain10 (veToken Finance) confirmed and commented:
Alex the Entreprenerd (judge) commented:
