Skip to content

[TM-303] Transfer 0 mutez in `lCall`

Ivan Gromakovskii requested to merge gromak/tm303-lcall-zero-mutez into master

Description

Problem: current lCall is only useful when you don't care about transferred amount because it's pretty arbitrary. However, sometimes we want to transfer exactly 0 mutez and don't care about source (or use withSender if we care). It's definitely more common than desire to transfer exactly 1000 mutez.

Solution: transfer 0 in lCall.

Related issue(s)

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

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)

Merge request reports