Skip to content

Commit fc82da8

Browse files
OlivierBBBamkCha
andauthored
Prover tests for empty blocks (#2443)
* feat: new tests state manager integration various configurations of empty / nonempty blocks, in particular E EEEE EEEN NEEN NEEE ENNE EENENE where E = empty block, N = nonempty block * feat: allow MultiBlock tests to run with Besu node * feat: allow for empty blocks in BesuNodeTests --------- Co-authored-by: amkCha <[email protected]>
1 parent e8ae1bc commit fc82da8

File tree

5 files changed

+365
-169
lines changed

5 files changed

+365
-169
lines changed

arithmetization/src/main/java/net/consensys/linea/zktracer/module/txndata/osaka/OsakaUserTransaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
package net.consensys.linea.zktracer.module.txndata.osaka;
1717

18-
import static net.consensys.linea.zktracer.Trace.EIP_7825_TRANSACTION_GAS_LIMIT_CAP;
18+
import static net.consensys.linea.zktracer.TraceOsaka.EIP_7825_TRANSACTION_GAS_LIMIT_CAP;
1919

2020
import net.consensys.linea.zktracer.module.txndata.cancun.CancunTxnData;
2121
import net.consensys.linea.zktracer.module.txndata.cancun.rows.computationRows.WcpRow;

0 commit comments

Comments
 (0)