Skip to content

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

Description

@swift-hl

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions