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
📚 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
totrue
whenCARTESI_EXPERIMENTAL_SUNODO_VALIDATOR_ENABLED
istrue
📈 Subtasks