Figure out why the proposer is not doing anything with "prod" preset
norswap opened this issue · 2 comments
Quoting from here:
Deployment to Goerli works with the "dev" preset, but with the "prod" preset, the proposer never submits anything, even after running for ~20 minutes and the batcher posting batches to blocks that have been finalized for a while. The max channel size is also 1, so that should be an issue.
I suspect that if I rerun with the same config but just changing --allow-non-finalized things will work. Not sure what's going on, since Goerli is clearly finalizing.
Maybe the "basic RPC kind" (a config option) fails to properly convey the finalization status?
First step would be maybe to try this locally, but my previous explanation for why this didn't work was that the devnet L1 never set the block finalization status. I'm not sure if I checked that with cast, should make sure of it.
Just an observation: we can see from the l2-node log (when running locally) that indeed, the finalized l2 head never advances.