Skip to content

[TM-257] Add value printing to Lorentz

Ivan Gromakovskii requested to merge rvem/tm257-add-value-printing into master

Description

Problem: In order to perform originations and transfer using alphanet.sh we need to get Michelson representations of values that is used as a Parameters in Lorentz.

Solution: Add printLorentzValue function to Lorentz.Base so it is conveniently to get these Michelson values using repl.

Related issue(s)

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

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:

Stylistic guide (mandatory)

Edited by Ivan Gromakovskii

Merge request reports