[go: up one dir, main page]

SCORU: Execute outbox message

Context

Addresses #3106 (closed). Implementing business logic for the execute_outbox_message manager operation, including:

  1. Validate inclusion proofs
  2. Parse transaction batch
  3. Validate the parameter types
  4. Transfer tickets
  5. Emmit transaction operations

Depends on:

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.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 Joel Bjornson

Merge request reports

Loading