Skip to content

[#821] Update reference contracts

requested to merge mrkun/#821-update-reference-contracts into master

Description

Update reference contracts contracts/tezos_examples to their state in https://gitlab.com/tezos/tezos/-/tree/cb9f439e58c761e76ade589d1cdbd2abb737dc68/tests_python/contracts_013 (= tezos release 13.0, with jakarta support).
Additionally:

  1. Moves reference contracts spread over morley repo to agree with their placement in the reference repo
    1. (mostly unparsable-by-morley contracts get moved from unparsable to tezos_examples/ill-typed)
    2. Drops some copyright headers not present in the original
    3. Documents unavoided discrepancies
  2. Documents how to deal with unparsable and incorrectly typechecked contracts

Related issue(s)

Resolves #821 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by

Merge request reports