Skip to content

[#929] Support ticket balance queries in morley-client and Cleveland.

Nikolay Yakimov requested to merge lierdakil/#929-ticket-balance-rpc into mumbai

Description

Problem: New RPC endpoints for querying ticket balance are introduced in Mumbai.

Solution: Add those to morley-client.

Problem: we want to be able to query ticket balances in tests.

Solution: support ticket balance queries in Cleveland. In PureM, try to emulate network as best we can.

Related issue(s)

Resolves #929 (closed)

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)

Merge request reports