Skip to content

Proto: extract parametric constants

Context

This MR one part of a split from !4580 (closed). It extracts the protocol's parametric constants into their own files with two purposes:

  1. Make distinction between current and previous constants more clear
  2. Enable scripting the creation of the files that represent the previous protocol parameters (this is the second part of the split)

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

Merge request reports