mlabs-haskell / clb

Cardano Ledger Backend (next-gen PSM)
7 stars 1 forks source link

Remove `cardano-ledger-test` dependency #19

Closed uhbif19 closed 2 months ago

uhbif19 commented 4 months ago

cardano-ledger-test is not supported anymore so should not be used.

It is still used in master, cuz Atlas depends on CLB and uses old deps.

euonymos commented 3 months ago

Actually, it's the other way around - cardano-ledger-pretty was used before, but now the pretty stuff is a part of cardano-ledger-test, which is not on CHaP, but it doesn't mean we cannot use it. In master we are using cardano-ledger-pretty, and in CEM branch cardano-ledger-test. We should move to cardano-ledger-test when bumping deps in the main branch.