Skip to content

[#378] Update contracts from tezos repository

Roman Melnikov requested to merge rvem/#378-update-tezos-examples-contracts into master

Description

Problem: New protocol arrived, example contracts in the tezos/tezos repo were updated. We should test our code on them.

Solution: Update contract/tezos_examples. 'morley' is incompatible with some of the new contracts. All incompatible contracts are moved to the contracts/008/tezos_examples. We should move all of the back to contract/tezos_examples in #536 (closed). Since these contracts are incompatible, we ignore them in our tests for now.

Currently based on !762 (merged)

Related issue(s)

Resolves #378 (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 Roman Melnikov

Merge request reports