aiken
aiken copied to clipboard
The command `aiken blueprint convert` doesn't detect Plutus V3 validators
What Git revision are you using?
aiken v1.0.25-alpha+4e8042f
What operating system are you using, and which version?
- [X] Linux / Ubuntu
- [ ] Linux / Other
- [ ] macOS
- [ ] Windows
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"
.