mlabs-haskell / cardano.nix

Nix ❤️ Cardano
https://mlabs-haskell.github.io/cardano.nix/
3 stars 1 forks source link

fix version compatibility #61

Closed brainrake closed 4 months ago

brainrake commented 5 months ago

The services in this repo are often used with https://github.com/plutonomicon/cardano-transaction-lib . We need to find a compatible set of versions. If no recent enough versions can be found that work together, we will need to update ctl and possibly others.

CTL 8.0.0 supports these versions carddano--node = v8.1.1 ogmios = v6.0.0 kupo = v2.2.0

Please comment with any known incompatibilites and errors.

klntsky commented 5 months ago

PR with updates for ogmios 6.1: https://github.com/Plutonomicon/cardano-transaction-lib/pull/1611

This only includes json decoders. Does not include plutip, etc

brainrake commented 4 months ago

Fixed by https://github.com/mlabs-haskell/cardano.nix/pull/78