SCORU: Execute outbox message
Context
Addresses #3106 (closed). Implementing business logic for the execute_outbox_message manager operation, including:
- Validate inclusion proofs
- Parse transaction batch
- Validate the parameter types
- Transfer tickets
- Emmit transaction operations
Depends on:
-
!5379 (merged). Implements the operation for executing. -
!5492 (merged). For renaming operation. -
!5519 (merged). For allow_zero_amount_ticketsflag. -
!5478 (merged) for inclusion proofs.
Manually testing the MR
dune exec src/proto_alpha/lib_protocol/test/integration/operations/main.exe -- test "^sc rollup$"
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 Joel Bjornson