I encountered an Argument list too long error while trying to run the verify.sh script. Here are the steps to reproduce the issue and relevant information:
Reproduction Steps:
- Run
swiftness with the following command:
cargo run --release --bin swiftness -- --layout starknet --hasher keccak_160_lsb --stone-version stone5 --proof ../examples/proofs/starknet/proof.json
- Execute the
verify.sh script:
./verify.sh 10 starknet keccak_160_lsb stone5 cairo1
Error Output:
Sending verify_proof_initial
./verify.sh: line 31: /home/demo/.asdf/shims/sncast: Argument list too long
Additional Information:
I have attached the problematic proof.json file for reference.
I encountered an
Argument list too longerror while trying to run theverify.shscript. Here are the steps to reproduce the issue and relevant information:Reproduction Steps:
swiftnesswith the following command:verify.shscript:Error Output:
Additional Information:
I have attached the problematic proof.json file for reference.