Skip to content

smart rollup: private rollup has a max number of stakers at origination

Sylvain R. requested to merge sribaroud@add_whitelist_max_size into master

Context

It was allowed to have bigger whitelist at the origination of the rollup than in a following update update. While this is not problematic this MR remove the difference and now whitelist can't be bigger at origination.

fix #6025 (closed)

Manually testing the MR

tries to originate a rollup with a whitelist of more than 194 element.

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 Sylvain R.

Merge request reports