Skip to content

WIP: Sc_rollup_node: allow to run without config file

Context

Fixes #4212 (closed)

This merge request allows to run the sc rollup node without config file.

It adds new node parameters, including --rollup-address and --operators, mendatory in case no config file exists.

This merge resquest also create a function patch_configuration in the configuration module.

Manually testing the MR

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.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports