Skip to content

Commit

Permalink
feat(ethereum-lc): use ics008-wasm-client
Browse files Browse the repository at this point in the history
Signed-off-by: aeryz <abdullaheryz@protonmail.com>
  • Loading branch information
aeryz committed Sep 4, 2023
1 parent 4c25779 commit de64850
Show file tree
Hide file tree
Showing 10 changed files with 1,132 additions and 1,236 deletions.
2 changes: 1 addition & 1 deletion light-clients/cometbls-light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ thiserror = { version = "1.0.26", default-features = false }
protos = { workspace = true, default-features = false, features = ["proto_full", "std"] }
cometbls-groth16-verifier = { workspace = true, default-features = false }

wasm-light-client-types.workspace = true
ics008-wasm-client.workspace = true
unionlabs = { workspace = true, default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion light-clients/ethereum-light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ sha3 = { version = "0.10.8", default-features = false }
thiserror = { version = "1.0.26", default-features = false }
tiny-keccak = { version = "2.0.2", default-features = false, features = ["keccak"] }

ics008-wasm-client = { workspace = true }
unionlabs = { workspace = true, default-features = false }
wasm-light-client-types.workspace = true

[dev-dependencies]
base64 = "0.21"
Expand Down
1 change: 0 additions & 1 deletion light-clients/ethereum-light-client/src/bin/schema.rs

This file was deleted.

Loading

0 comments on commit de64850

Please sign in to comment.