Skip to content

Draft: Proto/ZKRU: data representation and storage

This MR has been replaced by !6044 (merged)

This MR is a prefix of !5650 (closed) which contains the whole integration of ZKRU

Context

This MR:

  • Defines the types and encodings used by the ZK rollup implementation in Tezos.
  • Defines the layout of the storage for the ZK rollup and helper functions.
  • Adds a dummy ZK rollup in the alpha tests helpers to be able to test the storage.

Manually testing the MR

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 Antonio Locascio

Merge request reports