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

light-client-verifier does not build #28

Open
S1nus opened this issue May 14, 2024 · 2 comments
Open

light-client-verifier does not build #28

S1nus opened this issue May 14, 2024 · 2 comments
Labels
wontfix This will not be worked on

Comments

@S1nus
Copy link

S1nus commented May 14, 2024

What went wrong?

Cannot build the light-client-verifier (v0.32.1 tag) package on macOS with cargo 1.80.0-nightly (0ca60e940 2024-05-08).

Steps to reproduce

Attempt to build the light-client-verifier package

git clone https://github.com/eigerco/celestia-tendermint-rs.git
cd celestia-tendermint-rs/light-client-verifier
cargo build

Observe this error, despite the presence of the ../tendermint crate with seemingly-valid Cargo.toml manifest

warning: `/Users/connorohara/Prog/celestia-tendermint-rs/.cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
    Updating crates.io index
error: no matching package named `tendermint` found
location searched: /Users/connorohara/Prog/celestia-tendermint-rs/tendermint
required by package `tendermint-light-client-verifier v0.32.0 (/Users/connorohara/Prog/celestia-tendermint-rs/light-client-verifier)`

Definition of "done"

Understand why it does not build

@S1nus S1nus added the bug Something isn't working label May 14, 2024
@zvolin
Copy link
Member

zvolin commented May 14, 2024

I agree this should be mentioned in readme, I thought I documented it somewhere. We only support celestia-tendermint and celestia-tendermint-proto. We currently just lack expertise/resources to have a working fork of tendermint on rust side and we are thinking to deprecate even those two.
light-client-verifier fallls out of our scope

@zvolin zvolin added wontfix This will not be worked on and removed bug Something isn't working labels May 14, 2024
@S1nus
Copy link
Author

S1nus commented May 14, 2024

gotcha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants