Skip to content

Commit

Permalink
Merge pull request #87 from datachainlab/refactor-integration-test
Browse files Browse the repository at this point in the history
Refactor integration test crate and rename lcp-client crate

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored Aug 8, 2023
2 parents 5cd096c + 1a0e785 commit 1ee13ad
Show file tree
Hide file tree
Showing 19 changed files with 288 additions and 423 deletions.
21 changes: 3 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ members = [
"modules/crypto",
"modules/keymanager",
"modules/store",
"modules/ibc-client",
"modules/lcp-client",
"modules/validation-context",
"modules/light-client",
"modules/light-client-registry",
"modules/tendermint-lc",
"modules/mock-lc",
"modules/service",
"modules/relay/tendermint",
"proto",
"tests/integration",
"tools/nodes-runner",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "lcp-ibc-client"
name = "lcp-client"
version = "0.1.0"
edition = "2021"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ibc-client
# lcp-client

This crate is a PoC implementation of the IBC Client that verifies the LCP.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions modules/relay/tendermint/Cargo.toml

This file was deleted.

4 changes: 0 additions & 4 deletions modules/relay/tendermint/src/lib.rs

This file was deleted.

177 changes: 0 additions & 177 deletions modules/relay/tendermint/src/relay.rs

This file was deleted.

Loading

0 comments on commit 1ee13ad

Please sign in to comment.