We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to run things in the repl to get a good feeling for the shape of data as I go, however I can't do this if data just fails to run.
myResourceCommitment : Nat := base-commitment myResource; myResourceEphNullifier : Nat := base-nullifier myResourceEph;
Swap> myResourceCommitment /repl:1:1: error: evaluation error: unsupported builtin operation: OpAnomaResourceCommitment: anoma-resource-commitment ? Swap> myResourceEphNullifier /repl:1:1: error: evaluation error: unsupported builtin operation: OpAnomaResourceNullifier: anoma-resource-nullifier ?
this makes me sad as when trying to look at composite data structures over this I can't just evaluate terms and figure out how examples work easily.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to run things in the repl to get a good feeling for the shape of data as I go, however I can't do this if data just fails to run.
this makes me sad as when trying to look at composite data structures over this I can't just evaluate terms and figure out how examples work easily.
The text was updated successfully, but these errors were encountered: