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
The above command does work on the fcomm-commitment branch. On master, you have to run the cargo command with --lurk added to make it work (cargo run --release -- prove --expression fibonacci.lurk --proof fibonacci-proof.json --lurk).
It seems like either the JSON needs to be fixed to work as it does on fcomm-commitment branch or the makefile on master needs to update to include --lurk.
The text was updated successfully, but these errors were encountered:
Yeah it seems like the makefile needs to be updated to this [this = cargo run --release -- prove --expression fibonacci.lurk --proof fibonacci-proof.json --lurk]. The CLI expects the expression file to be JSON unless the --lurk flag is passed in. @porcuquine this is the correct behavior right?
Currently, running
make fibonacci-proof.json
on master causes the following error:README instructions are here.
The above command does work on the fcomm-commitment branch. On master, you have to run the cargo command with --lurk added to make it work (
cargo run --release -- prove --expression fibonacci.lurk --proof fibonacci-proof.json --lurk
).It seems like either the JSON needs to be fixed to work as it does on fcomm-commitment branch or the makefile on master needs to update to include --lurk.
The text was updated successfully, but these errors were encountered: