Skip to content
New issue

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

Argument list too long error when running verify.sh #156

Open
swift-hl opened this issue Oct 22, 2024 · 1 comment
Open

Argument list too long error when running verify.sh #156

swift-hl opened this issue Oct 22, 2024 · 1 comment

Comments

@swift-hl
Copy link

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:

  1. 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
  2. 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.

@fmkra
Copy link
Member

fmkra commented Nov 20, 2024

Can you confirm that this is not an issue anymore given last updates and instructions in README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants