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
Overflow often are a symptom of a logic error, and while they raise panics in debug mode (ie. in tests), they may still occur in release mode (ie. in production) and silently lead to incorrect and hard to debug behavior.
We should therefore enable overflow checks in release mode to have the relayer panic on overflows, so that we may then fix the logic bug behind it.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Overflow often are a symptom of a logic error, and while they raise panics in debug mode (ie. in tests), they may still occur in release mode (ie. in production) and silently lead to incorrect and hard to debug behavior.
We should therefore enable overflow checks in release mode to have the relayer panic on overflows, so that we may then fix the logic bug behind it.
For Admin Use
The text was updated successfully, but these errors were encountered: