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
Is your feature request related to a problem? Please describe.
At the moment op-monitorism withdrawals, fault, and faultproof_withdrawals do not check the version of OptimismPortal contract version.
withdrawals, fault are only compatible with pre-faultproof system, while faultproof_withdrawals is only compatible with faultproof.
This would resolve in errors in monitoring if the monitoring is pointing to a chain with the wrong support.
We should have an initial check with compatible version of OptimismPortal necessary for the monitor to work correctly.
Describe the solution you'd like
Before monitor start the OptimismPortal version should be checked for compatibility and only run if the contract is compatible with the monitor, or give a warning before start if not compatible.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
At the moment op-monitorism withdrawals, fault, and faultproof_withdrawals do not check the version of OptimismPortal contract version.
withdrawals, fault are only compatible with pre-faultproof system, while faultproof_withdrawals is only compatible with faultproof.
This would resolve in errors in monitoring if the monitoring is pointing to a chain with the wrong support.
We should have an initial check with compatible version of OptimismPortal necessary for the monitor to work correctly.
Describe the solution you'd like
Before monitor start the OptimismPortal version should be checked for compatibility and only run if the contract is compatible with the monitor, or give a warning before start if not compatible.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: