0xFableOrg / roll-op

The simplest way to spin your own dev / prod rollup, fully configurable.
BSD 3-Clause Clear License
92 stars 25 forks source link

Enable spinning a non-clique devnet L1 #87

Open norswap opened 11 months ago

norswap commented 11 months ago

Clique chains do not mark their blocks as finalized, and therefore do not enable testing of L2s without the --allow-non-finalized flag on the proposer.

It also seem generally useful to help people to very simply spin a Ethereum-like chain.

Priority for this is pretty low however, --allow-non-finalized is ultimately just a timing detail, and a local devnet will not revert blocks.

Two sources to look at for the setup: