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
vyper.exceptions.InvalidOperation: Cannot apply an overflow check on exponentiation when both the base and power are unknown at compile-time. To perform this operation without an overflow check, use `pow_mod256(N, N)`
this appears to be a regression from 0.3.10
The text was updated successfully, but these errors were encountered:
Version Information
vyper --version
): v0.4.0rc2What's your issue about?
repro:
results in:
this appears to be a regression from 0.3.10
The text was updated successfully, but these errors were encountered: