FlorianHuc
FlorianHuc
DRAFT ## Description When the tracer version changes, today the coordinator configuration must change. This is manual and error prone. ## Tasks - [ ] At start up, the prover...
## Description create a small SDK to allow user to post a forced tx on Linea ## Tasks - [ ] take a Linea tx as input - [ ]...
## Description System to monitor forced transaction on L1 and alerting for those that are not included and soon to expire TBD: could be part of coordinator for deployment facility,...
## Description the tracer should be able to generate a trace for an invalid block ## Tasks - [ ] add a way to detect unsupported calls in the traces...
## Description create an endpoint to generate a trace for an invalid block ## Tasks - [ ] define the RPC format. Input required are: block number, list of transaction,...
## Description The prover generates a proof for the following cases: Bad nonce Bad balance Bad precompile call Bad revert Valid based block ## Tasks - [ ] For a...
## Description processing proofs of forced transaction must be added between two batches. So The coordinator has to take forced tx while creating batches. ## Tasks - [ ] the...
## Description Maru should ensure that forced transactions posted on L1 are either included or checked invalid. ## Motivation This is part of https://github.com/Consensys/zkevm-monorepo/issues/4203 ## Tasks - [ ] connect...
## Description Implement escape hatch mechanism using based block approach ## Motivation This is required to become stage 1 as per L2 beat classification ## Architecture - [ ] Details...
implement an IT that test latest besu image and latest corset using some sepolia or mainnet blocks. An idea could be: make a copy of some Sepolia or mainnet node...