Skip to content

Kadena LC prepending http for proof-server #333

Description

@rsoeldner

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

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