You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nargo fails to prove a circuit with specific public input structure. Related to toml parsing/writing.
Aim
Tried to prove a circuit using nargo with public inputs that included structs and arrays
Expected behavior
nargo prove should succeed
Bug
nargo prove test Error: input.toml file is badly formed, could not parse, values must be emitted before tablesLocation: crates/nargo/src/cli/mod.rs:63:5
I have tried reordering the Prover.toml with no success, and toml linters say that it's valid toml and the JSON equivalent is as expected.
I think that it's having trouble emitting the Verifier.toml with the public inputs.
The text was updated successfully, but these errors were encountered:
Description
Nargo fails to prove a circuit with specific public input structure. Related to toml parsing/writing.
Aim
Tried to prove a circuit using nargo with public inputs that included structs and arrays
Expected behavior
nargo prove
should succeedBug
To reproduce
using this main:
and this Prover.toml
Environment
Using
nargo
:Using TypeScript:
Additional context
I have tried reordering the Prover.toml with no success, and
toml
linters say that it's valid toml and the JSON equivalent is as expected.I think that it's having trouble emitting the Verifier.toml with the public inputs.
The text was updated successfully, but these errors were encountered: