[DAC] - Add commands for running in different modes
Context
Follows !7506 (merged) - This MR adds commands to configure the DAC node in any of the 4 possible modes of operation. The only mode in which the DAC node can run is currently the legacy mode. Tezts have been refactored to use the new set of commands
Manually testing the MR
make
dune exec tezt/tests/main.exe -- --verbose --file dac.ml
dune exec tezt/tests/main.exe -- --verbose --file sc_rollup.ml --title "Alpha: wasm_2_0_0 - tx kernel should run e2e (kernel_e2e)"
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Andrea Cerone