Liqwid-Labs / agora

Governance modules for Cardano protocols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests for Phase-1 Validation

SeungheonOh opened this issue · comments

Agora currently doesn't have any way of ensuring scripts are working on on the Phase-1 validator.

This thread is made to keep track of possible approaches in integrating Phase-1 validation in our testing framework.

Does anyone know what the status with wrt to Plutip/CTL? The last I heard was that the strategy would be generating transactions in CTL, exporting them, and running them in plutip.

I've heard that it is currently incompatible with agora, but I'm not sure...

I think the incompatibility comes form the fact that it needs GHC 8.

https://mlabs-corp.slack.com/archives/C038J72TQB1/p1648479761262459

If we wanted to use plutip -- which I think is fundamentally the most sure-fire way to ensure phase 1 passes -- we'd need a separate repo/flake for GHC8 that could test the transactions. We've been avoiding it until now since this may be a pretty big lift.

Closing as stale; PCB, plutip, and eventually PSM will fill this hole