Skip to content

add dormant mode to rollup node

This MR adds a dormant mode to the rollup node.

When in a dormant node the node will only checks if new blocks appears on tezos but won't apply and send commitment/pending operation to the tezos node.

New RPC have been added for the operator to be able to make the rollup node progress.

Some part are definitly not optimal but I think it's a good base to be able to send wrong commitment and try to test some particular cases.

Only the simple_case test have been updated to use this new dormant mode and check if it works.

Merge request reports