Skip to content

[Chore] Automatically refill step moneybags

Roman Melnikov requested to merge rvem/refill-step-moneybags into ithaca

Description

Problem: Since 1d9738f6, each CI step that runs network tests has its own moneybag, which is filled before the scenario is started. This can be quite inconvenient, because the initial balance may need to be adjusted in the future. Also, such an approach is inconvenient for large scenarios, because it's hard to come up with a sane initial balance.

Solution: Automatically refill step moneybag while chain tests are running.

Related issue(s)

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

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