-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusing message with aiken blueprint apply #1127
Comments
The protocol boot UTxO value it's passing is:
|
4 tasks
I was able to get it working with
So it does appear that the format of However, this led to another issue, which I've documented in #1128 |
Fixed in #1129. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Git revision are you using?
aiken v1.1.13+900bf91
What operating system are you using, and which version?
Describe what the problem is?
I'm trying to update the
build.sh
script from the SundaeSwap v3 contracts repo, and it seems the format forblueprint apply
has changed.In particular, the following command, which previously worked:
aiken blueprint apply -v settings.spend $PROTOCOL_BOOT_UTXO
Now produces the following output:
This seems to be misleading, because if I pick the correct validator from that list and run:
aiken blueprint apply -v settings.settings.spend $PROTOCOL_BOOT_UTXO
I get the same error.
It seems like I get a different error if I use
settings
instead ofsettings.settings.spend
, but the error message here also confuses me; did theOutputReference
type change?So I'm not sure how to construct the appropriate script hash at this point.
What should be the expected behavior?
The error message should list the validators in the format that it expects to receive them on the command line.
Also, the second error message could probably be more helpful, but I'm not sure exactly how (since I don't understand the problem yet).
The text was updated successfully, but these errors were encountered: