input-output-hk / quickcheck-contractmodel

Adversary testing of your plutus contract
Apache License 2.0
7 stars 8 forks source link

update cardano-api #39

Open kayvank opened 1 month ago

kayvank commented 1 month ago

The cardano-api version is not compatible with those of cardano-node 8.9 or 8.11 This has hindered using this library, and libraries that build on top of it, for scenarios involving deployment to newer versions of cardano-node. It would be ideal if the dependency was updated to 8.46, targeting cardano-node 8.11.1 that is being prepared for mainnet release.

kayvank commented 1 month ago

Here is the corresponding PR, https://github.com/input-output-hk/quickcheck-contractmodel/pull/40

kayvank commented 1 month ago

This PR will allow to update cardano-node-api-emulator per this issue-23

smelc commented 1 month ago

@kayvank> you got the approval on https://github.com/input-output-hk/quickcheck-contractmodel/pull/40 :wink:

kayvank commented 1 month ago

I just left a note on that PR. I am afraid I don't proper access to that repository to do the merge, could you please do the merge @smelc ?