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
This adds explicit types to the constants `GAS_LIMIT_MINIMUM` and `GAS_LIMIT_MAXIMUM` for all three currently supported changes: `Linea`, `Ethereum` and `OldLinea`. This change is necessary to ensure that, when the `Trace.java` file is generated, the constant always has the same type. Since these are given the type `i64` here, they will always generate a Java constant of type `BigInteger`.
0 commit comments