Skip to content

[TM-53] Make `MAP` and `ITER` from `Michelson.Interpter` polymorphic

Roman Melnikov requested to merge rvem/tm53-make-map-polymorphic into master

Description

MAP and ITER instruction types are polymorphic, however, their implementation isn't polymorphic, so it is necessary to have error stubs in interpreter. In this MR MAP and ITER implementation became polymorphic and also error stubs were removed

Related issue(s)

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

Checklist for your Merge Request

Related changes (conditional)

  • Tests

    • 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:

Stylistic guide (mandatory)

Edited by Roman Melnikov

Merge request reports