The following columns are currently `i128` but should be `i64` ``` GAS_CUMULATIVE GAS_LEFTOVER REFUND_COUNTER_FINAL ``` See https://github.com/Consensys/linea-tracer/issues/2261 ----- the BLOCK_GAS_LIMIT is a :i64, so I guess we should have the same type here ? _Originally posted by @letypequividelespoubelles in https://github.com/Consensys/linea-constraints/pull/746#discussion_r2335388393_