Replies: 2 comments
-
It looks like I managed to get rid of the first issue. There is no |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ask in the Mina Discord in the zkApp section |
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
-
Hi, I would like to ask about the current status of the recursive/inductive proofs support in Mina. I'm aware of the experimental status of the feature, so it would be good to know if this is worth creating a proper issue.
Currently, when I'm trying to send a zkApp transaction with a method verifying an off-chain proof (like described here. this is the code), I get an error ("Invalid rich scalar: Proof ..." in daemon the log, 500 from graphql endpoint).
I'm using snarkyjs 0.12.1 and 2.0.0rampup3 Mina daemon.
Another issue that I have is that I cannot work out a proper type for proof argument of a zkApp method. E.g. though the file mentioned above is transpiled to js properly by the
snarkyjs/run
script, this line makes type checker complain thatAlso I cannot make this line pass type checking with e.g. tsc when using .ts files explicitly, e.g. with
ts-node
.Beta Was this translation helpful? Give feedback.
All reactions