Skip to content

Commit

Permalink
feat(berachain): port light-client to union-ibc
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Dec 9, 2024
1 parent 30674ed commit 03833b0
Show file tree
Hide file tree
Showing 14 changed files with 406 additions and 713 deletions.
31 changes: 31 additions & 0 deletions Cargo.lock

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

12 changes: 3 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,12 @@ members = [

"cosmwasm/union-ibc/light-clients/ethereum",
"cosmwasm/union-ibc/light-clients/arbitrum",
# "cosmwasm/union-ibc/light-clients/berachain",

"cosmwasm/union-ibc/light-clients/berachain",
"cosmwasm/union-ibc/light-clients/cometbls",


# "cosmwasm/union-ibc/light-clients/evm-in-cosmos",

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

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

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

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

"tools/devnet-utils",
Expand Down Expand Up @@ -205,9 +198,10 @@ scroll-api = { path = "lib/scroll-api", default-features = false }
scroll-codec = { path = "lib/scroll-codec", default-features = false }
scroll-rpc = { path = "lib/scroll-rpc", default-features = false }

berachain-light-client = { path = "cosmwasm/union-ibc/light-clients/light-clients/berachain-light-client", default-features = false }
berachain-light-client-types = { path = "lib/berachain-light-client-types", default-features = false }

tendermint-light-client = { path = "light-clients/tendermint-light-client", default-features = false }
tendermint-light-client = { path = "cosmwasm/union-ibc/light-clients/tendermint", default-features = false }
tendermint-light-client-types = { path = "lib/tendermint-light-client-types", default-features = false }
tendermint-verifier = { path = "lib/tendermint-verifier", default-features = false }

Expand Down
4 changes: 3 additions & 1 deletion cosmwasm/union-ibc/light-clients/berachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ ics23 = { workspace = true }
tendermint-light-client = { workspace = true, features = ["library"] }
tendermint-light-client-types = { workspace = true, features = ["serde", "ethabi"] }
tendermint-verifier = { workspace = true }
union-ibc-light-client = { workspace = true }
union-ibc-msg = { workspace = true }
unionlabs = { workspace = true }

[dev-dependencies]
base64 = { workspace = true }
ethereum-light-client = { workspace = true, features = ["test-utils"] }
ethereum-light-client = { workspace = true }
lazy_static = "1.4.0"
serde_json = { workspace = true }

Expand Down
Loading

0 comments on commit 03833b0

Please sign in to comment.