We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running MODE=SNARK RUST_LOG="debug" cargo run -p kadena-lc --release --bin client -- -c https://api.chainweb.com -p http://?????:6379
MODE=SNARK RUST_LOG="debug" cargo run -p kadena-lc --release --bin client -- -c https://api.chainweb.com -p http://?????:6379
results in an error message:
Failed to initialize light client: Request for endpoint "http://http://????.com:6379/longest-chain/proof" failed: error sending request for url (http://http//????.com:6379/longest-chain/proof)
Either, the format of the proof server has to be documented or should construct the url correctly.
Being created here: https://github.com/argumentcomputer/zk-light-clients/blob/dev/kadena/light-client/src/client/proof_server.rs#L73
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
MODE=SNARK RUST_LOG="debug" cargo run -p kadena-lc --release --bin client -- -c https://api.chainweb.com -p http://?????:6379
results in an error message:
Either, the format of the proof server has to be documented or should construct the url correctly.
Being created here: https://github.com/argumentcomputer/zk-light-clients/blob/dev/kadena/light-client/src/client/proof_server.rs#L73
The text was updated successfully, but these errors were encountered: