IntersectMBO / cardano-node-emulator

Apache License 2.0
3 stars 3 forks source link

cardano-api version should be compatible with cardano-node #23

Open kayvank opened 1 month ago

kayvank commented 1 month ago

The restriction on the cardano-api ^=8.42 version is such that it prevents us from using cardano-node 8.73 cardano-node 8.93 cardano-node 8.11*

See cardano-node release notes for detail

smelc commented 1 month ago

@kayvank> any specific version of cardano-api you would prefer?


Related: https://github.com/IntersectMBO/cardano-node-emulator/issues/22

kayvank commented 1 month ago

@kayvank> any specific version of cardano-api you would prefer?

Related: #22

cardano-api-8.46 is my preference as it is targeted by cardano-node 8.11. As cardano-dev team is working on 8.11.1 as a mainnet release now

kayvank commented 1 month ago

FYI, the cardano-node-emulator has a dependency on quickcheck-contractmodel which also has to be upgraded in regards to plutus-tx and cardano-api. I have the related PR-40 for that work

smelc commented 1 month ago

Thanks @kayvank for the context :+1: Will try to make it happen (we need to handover this project to new developers, this is in the making)