Replies: 1 comment
-
Not sure if this was answered but I flipped the sign for over the curve to correctly match plutus |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the Python implementation of UPLC and the latest version of aiken (
aiken v1.0.21-alpha+4b04517
) disagree on the costing of the acceptance tests for quotientInteger from plutus-conformance.Specifically this program:
Produces the following cost in Python:
And the following in aiken:
The python implementation is using the builtinCostModel.json as a base and updates it parameters based on the latest network config from https://book.world.dev.cardano.org/cm-2023-02-14.html.
Which version is aiken using? Is there a useful external tool to assess the differences?
Beta Was this translation helpful? Give feedback.
All reactions