Skip to content

Commit

Permalink
Undo modifications related to the light client
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Apr 28, 2023
1 parent c1ac600 commit 98188b6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 323 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [
"light-client",
"light-client-verifier",
"light-client-detector",
"light-client-cli",
"light-client-js",
"p2p",
"pbt-gen",
Expand Down
37 changes: 0 additions & 37 deletions light-client-cli/Cargo.toml

This file was deleted.

284 changes: 0 additions & 284 deletions light-client-cli/src/main.rs

This file was deleted.

2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e
# A space-separated list of all the crates we want to publish, in the order in
# which they must be published. It's important to respect this order, since
# each subsequent crate depends on one or more of the preceding ones.
DEFAULT_CRATES="tendermint-proto tendermint-std-ext tendermint tendermint-config tendermint-abci tendermint-rpc tendermint-p2p tendermint-light-client-verifier tendermint-light-client tendermint-light-client-detector tendermint-light-client-cli tendermint-light-client-js tendermint-testgen"
DEFAULT_CRATES="tendermint-proto tendermint-std-ext tendermint tendermint-config tendermint-abci tendermint-rpc tendermint-p2p tendermint-light-client-verifier tendermint-light-client tendermint-light-client-detector tendermint-light-client-js tendermint-testgen"

# Allows us to override the crates we want to publish.
CRATES=${*:-${DEFAULT_CRATES}}
Expand Down

0 comments on commit 98188b6

Please sign in to comment.