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
Due to the changed version slot position (from CONTRACT_VERSION_POSITION_DEPRECATED to CONTRACT_VERSION_POSITION), it wasn't checked in the Lido V2 branch (#482) that LegacyOracle.finalizeUpgrade_V4 must not be called more than once.
While the protocol itself doesn't rely on this contract anymore, it could have broken external integrations by changing the time specs stored in the contract.
Due to the changed version slot position (from
CONTRACT_VERSION_POSITION_DEPRECATED
toCONTRACT_VERSION_POSITION
), it wasn't checked in the Lido V2 branch (#482) thatLegacyOracle.finalizeUpgrade_V4
must not be called more than once.While the protocol itself doesn't rely on this contract anymore, it could have broken external integrations by changing the time specs stored in the contract.
The issue is resolved in #705
Regression was introduced in 1e643f0
The text was updated successfully, but these errors were encountered: