Skip to content

Commit

Permalink
port tendermint lc to union-ibc (#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen authored Dec 9, 2024
2 parents 1586b46 + 8cda228 commit 30674ed
Show file tree
Hide file tree
Showing 19 changed files with 457 additions and 641 deletions.
29 changes: 29 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ members = [

# "cosmwasm/union-ibc/light-clients/scroll",

# "cosmwasm/union-ibc/light-clients/tendermint",
"cosmwasm/union-ibc/light-clients/tendermint",

# "cosmwasm/union-ibc/light-clients/linea",

Expand Down
9 changes: 5 additions & 4 deletions cosmwasm/union-ibc/light-clients/tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
bytes = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort", "iterator"] }
cosmwasm-std = { version = "2.1.4", features = ["abort", "cosmwasm_2_1"] }
hex = { workspace = true }
prost = { workspace = true }
protos = { workspace = true, features = ["proto_full", "std"] }
Expand All @@ -30,11 +30,12 @@ sha3 = { workspace = true }
thiserror = { workspace = true }

cometbft-types = { workspace = true, features = ["proto", "hash"] }
ics008-wasm-client = { workspace = true }
ics23 = { workspace = true }
tendermint-light-client-types = { workspace = true, features = ["proto"] }
tendermint-light-client-types = { workspace = true, features = ["ethabi", "serde"] }
tendermint-verifier = { workspace = true }
unionlabs = { workspace = true, features = ["cosmwasm"] }
union-ibc-light-client = { workspace = true }
union-ibc-msg = { workspace = true }
unionlabs = { workspace = true }

[dev-dependencies]
base64 = { workspace = true }
Expand Down
Loading

0 comments on commit 30674ed

Please sign in to comment.