[go: up one dir, main page]

Scoru,Proto: version storage values

Context

Child of !5465 (merged).

I think it closes #2906 (closed). There a still others values that are not versioned, I introduced the versioned for sc_rollup_*_repr types but not for the values such as string, Raw_level, int32 etc.

Values that are in the storage but are not versioned:

  • Sc_rollups.Kind.t: it's already a variant so we can probably easily extend the kinds
  • Script_repr.lazy_expr
  • Raw_level_repr.t
  • Sc_rollup_commitment_repr.Hash.t: I did not version this, I don't think that's necessary
  • int32
  • Sc_rollup_repr.Staker.t: it's a public key hash..

Manually testing the MR

N/A

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 Valentin Chaboche

Merge request reports

Loading