Scoru,Proto: specify bootstrap smart rollups in parameters
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:
- The address is provided, it is not automatically generated by the protocol. This will facilitate scripts.
- 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_reprbut 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.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 Valentin Chaboche