Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
imp: migrated code to utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Nov 2, 2024
1 parent f64e2a9 commit 7374577
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 425 deletions.
131 changes: 1 addition & 130 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ tendermint = { workspace = true }
tendermint-rpc = { workspace = true }
tendermint-light-client-verifier = { workspace = true }

ibc-client-tendermint = { workspace = true }
ibc-client-tendermint-types = { workspace = true }
ibc-core-client-types = { workspace = true }
ibc-core-commitment-types = { workspace = true }
ibc-core-host-types = { workspace = true, features = ["std"] }
ibc-core-host-cosmos = { workspace = true }

sp1-ics07-tendermint-update-client = { workspace = true }
sp1-ics07-tendermint-solidity = { workspace = true, features = ["rpc"] }
sp1-ics07-tendermint-utils = { workspace = true }
sp1-ics07-tendermint-prover = { workspace = true }
Expand All @@ -41,7 +38,6 @@ futures = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true }
serde_with = { workspace = true }
sha2 = { workspace = true }
dotenv = { workspace = true }
subtle-encoding = { workspace = true }
anyhow = { workspace = true }
Expand Down
21 changes: 0 additions & 21 deletions operator/src/helpers/eth.rs

This file was deleted.

90 changes: 0 additions & 90 deletions operator/src/helpers/light_block.rs

This file was deleted.

5 changes: 0 additions & 5 deletions operator/src/helpers/mod.rs

This file was deleted.

32 changes: 0 additions & 32 deletions operator/src/helpers/union.rs

This file was deleted.

2 changes: 0 additions & 2 deletions operator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
#![deny(missing_docs, clippy::nursery, clippy::pedantic, warnings)]

pub mod cli;
pub mod helpers;
pub(crate) mod rpc;
pub mod runners;
Loading

0 comments on commit 7374577

Please sign in to comment.