atlas
atlas copied to clipboard
Can't get atlas to play well with latest plutus 1.51
Describe the bug I am trying to use a recent plutus package for various features and bug fixes, specifically 1.49, 1.50 or 1.51, but I can't find a version of atlas that will play well with them. Looks like atlas wants plutus 1.43.
To Reproduce Steps to reproduce the behavior:
nix flake update ; nix developin a repo that uses atlas and plutus.
Expected behavior The latest atlas should play well with a recent plutus.
Screenshots
rejecting: cardano-api-10.17.1.0 (conflict: atlas-cardano => cardano-api^>=10.13.1)
rejecting: cardano-api-10.13.1.0 (conflict: plutus-ledger-api==1.49.0.0, cardano-api => plutus-ledger-api^>=1.43)
Station (please complete the following information):
- OS: NixOS
- Version 25.05
Additional context Specifically trying to update https://github.com/SkyProtocol-org/skyprotocol/
You'd need to take a look at https://github.com/IntersectMBO/cardano-node first and see if it supports your desired plutus version. Atlas can then be updated to use same lib versions as cardano-node.
Also, we haven't been good at keeping nix configs up to date, when building you might just want to set up your env as in this guide: https://atlas-app.io/getting-started/how-to-build.