tweag / cooked-validators

MIT License
39 stars 11 forks source link

From (plutus-apps, Babbage era, GHC 8 10 4) to (cardano-node-emulator, Conway era, GHC 9 6 3) #388

Closed mmontin closed 1 month ago

mmontin commented 3 months ago

Following plutus-apps deprecation, we need to reduce, if not suppress, our dependency to plutus-apps. This also means bumping our GHC version to a more recent one, and taking into account PlutusV3 features within the Conway era.

The first batch of tasks is as follows:

Once these are done, we need to

Once both the library and the test suite are updated, we need to