cartesi / rollups-node

Reference implementation of the Cartesi Rollups Node
Apache License 2.0
23 stars 64 forks source link

Disable claimer by default on the experimental sunodo validator mode #539

Closed marcelstanley closed 3 months ago

marcelstanley commented 3 months ago

📚 Context

The authority-claimer should be disabled whenever the experimental sunodo validator mode is activated to avoid invalid setups like the one described at #485 and address the scenario described at #426.

✔️ Solution

Set CARTESI_FEATURE_DISABLE_CLAIMER to true when CARTESI_EXPERIMENTAL_SUNODO_VALIDATOR_ENABLED is true

📈 Subtasks