aiken-lang / aiken

A modern smart contract platform for Cardano
https://aiken-lang.org
Apache License 2.0
454 stars 84 forks source link

The command `aiken blueprint convert` doesn't detect Plutus V3 validators #900

Closed jmagan closed 4 months ago

jmagan commented 5 months ago

What Git revision are you using?

aiken v1.0.25-alpha+4e8042f

What operating system are you using, and which version?

Describe what the problem is?

The command aiken blueprint convert doesn't detect Plutus V3 validators and the field type has the value "PlutusScriptV2".

What should be the expected behavior?

It should create a cli envelope with "type": "PlutusScriptV3" instead of "type": "PlutusScriptV2".

rvcas commented 5 months ago

That will happen once PlutusV3 is out officially. In the meantime you can simply edit the file by hand. We'll leave this open to remind us to update it once V3 is released.

rvcas commented 4 months ago

will be handled in #907

jmagan commented 4 months ago

Thanks @rvcas