Skip to content

[#901] Add lima TICKET instruction, rename old to TICKET_DEPRECATED

Markus Barenhoff requested to merge alios/#901-lima-tickets into lima

Description

With lima protocol a new TICKET instruction is introduced. With this breaking change no more zero amount ticket are allowed. The new TICKET instruction now returns Some Ticket instead of just a Ticket or None in case of the try to create a zero amount ticket.

  • New TICKET instruction added
  • Old TICKET instruction renamed to TICKET_DEPRECATED

Related issue(s)

Resolves #901 (closed) Resolves #914 (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)

Edited by Markus Barenhoff

Merge request reports