Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano
https://plutonomicon.github.io/cardano-transaction-lib/
MIT License
93 stars 50 forks source link

Complete CTL Test Plan Coverage #1080

Closed MitchyCola closed 1 year ago

MitchyCola commented 2 years ago

CTL Test Plan Progress

This issue will be used to track the progress of the CTL Test Plan coverage.

Please link PRs when adding coverages. Make sure to update doc/test-plan.md.

Constraints/lookups

Each of the following constraints should be covered, along with the lookup that it implies (indicated where applicable):

In addition, several redeemer combinations in a single transaction must be covered:

Unit and integration testing

Currently, we require parsing tests for the following data structures:

klntsky commented 1 year ago

Done