Skip to content

Add nettest run on 007 protocol local-chain

Roman Melnikov requested to merge rvem/tm457-delphinet-local-chain into master

Description

Problem: We should test our code on the new 007 protocol. We already have nettest runs on delphinet, but they're quite long and thus run only on schedule.

Solution: Now we have a second local-chain that runs 007 protocol. Run nettest scenario on it as well.

Related issue(s)

https://issues.serokell.io/issue/TM-457

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