Skip to content

Commit

Permalink
chore(voyager): have a unified state lens update client
Browse files Browse the repository at this point in the history
Signed-off-by: aeryz <[email protected]>
  • Loading branch information
aeryz committed Jan 9, 2025
1 parent bedb6ad commit 68b0c88
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 428 deletions.
38 changes: 1 addition & 37 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 @@ -139,8 +139,7 @@ members = [
"voyager/plugins/client-update/ethereum",
"voyager/plugins/client-update/movement",
"voyager/plugins/client-update/tendermint",
"voyager/plugins/client-update/state-lens/evm",
"voyager/plugins/client-update/state-lens/ics23-ics23",
"voyager/plugins/client-update/state-lens",

"voyager/plugins/periodic-client-update",

Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
[package]
edition = "2021"
name = "voyager-client-update-plugin-state-lens-evm"
name = "voyager-client-update-plugin-state-lens"
version = "0.1.0"

[dependencies]
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
cometbft-rpc = { workspace = true }
cometbft-types = { workspace = true }
dashmap = { workspace = true }
enumorph = { workspace = true }
futures = { workspace = true }
ibc-union-spec = { workspace = true }
ics23 = { workspace = true }
jsonrpsee = { workspace = true, features = ["macros", "server", "tracing"] }
macros = { workspace = true }
num-bigint = { workspace = true }
prost = { workspace = true }
protos = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
state-lens-light-client-types = { workspace = true, features = ["serde"] }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
Expand Down
29 changes: 0 additions & 29 deletions voyager/plugins/client-update/state-lens/ics23-ics23/Cargo.toml

This file was deleted.

25 changes: 0 additions & 25 deletions voyager/plugins/client-update/state-lens/ics23-ics23/src/call.rs

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 68b0c88

Please sign in to comment.