Skip to content

Scoru,Proto: specify bootstrap smart rollups in parameters

Valentin Chaboche requested to merge vch9@bootstrap-smart-rollups into master

Context

This is a feature request by @Ochem, this will facilitate the automatic deployement of some rollups on test-nets (such as Mondaynet).

Important notes:

  1. The address is provided, it is not automatically generated by the protocol. This will facilitate scripts.
  2. The protocol produces an origination proof to produce the same genesis state hash. This is a choice, we could technically ask the state hash in Parameters_repr but I believe this facilitate even more the automatic deployement. If the hash was to be provided, we'd need to call an RPC to the octez client (in mockup mode) before bootstrapping the chain (for all bootstrapped smart rollups).

TODO:

  • Bootstrap a WASM rollup.
  • Bootstrap a smart rollup and run a rollup node for it.
  • Documentation

Manually testing the MR

You can try to use your own bootstrap smart rollups.

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
Edited by Valentin Chaboche

Merge request reports