SCORU: Improve support for outbox message execution
Context
Fixes #3818 (closed)
The support of outbox message execution was partially implemented. This MR completes the support with:
-
A generalization of the outbox mechanism in the arith PVM -
A new rollup node RPC to inspect the outbox of a rollup -
A new rollup node RPC to generate an outbox proof -
A new command in the rollup client to ask for an outbox proof -
A fix of the octez client command to execute an outbox message
For the moment, the support for these mechanisms are arith-pvm only. Further MRs will implement the support on the WASM PVM.
Manually testing the MR
dune exec tezt/tests/main.exe -- --file sc_rollup.ml outbox
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 Yann Regis-Gianas