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

Kadena LC prepending http for proof-server #333

Open
rsoeldner opened this issue Nov 20, 2024 · 0 comments
Open

Kadena LC prepending http for proof-server #333

rsoeldner opened this issue Nov 20, 2024 · 0 comments

Comments

@rsoeldner
Copy link

rsoeldner commented Nov 20, 2024

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:

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

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

1 participant