Skip to content

Release: Freeze Kathmandu

Thomas Letan requested to merge lthms@freeze-kathmandu into master

Context

It’s time to put Kathmandu in a freezer

Note that I’ve done one commit, but if it helps (because 😒 Gitlab) I can split it into several one.

See also: https://tezos.gitlab.io/developer/howto-freeze-protocols.html

Manually testing the MR

As per usual, Gitlab is a very bad player when it comes to display large diff. git show --shortstat gives a more accurate picture.

1735 files changed, 76 insertions(+), 210877 deletions(-)

The big thing to my opinion is to check that we don't be overzealous when removing Tezt tests.

In particular, I have removed a “manual test” (Migration_vote) that looked outdated.

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 Arvid Jakobsson

Merge request reports