Skip to content

[#33] Update testing EDSL examples

Description

Problem: we have some examples for testing EDSL and they use an old version of morley. We'd like to keep them up-to-date.

Solution: update morley version there, make them compile. Update testing EDSL doc accordingly. It turned out to be quite easy, there are only two breaking changes that required updates:

  1. timestampFromSeconds now requires Integer.
  2. Pushing a contract is now prohibited, so we use IMPLICIT_ACCOUNT.

Related issue(s)

Finishes #33 (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 the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Merge request reports