Skip to content

Commit

Permalink
chore: run cargo-machete on the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo committed Dec 28, 2024
1 parent ac1e431 commit b6168d0
Show file tree
Hide file tree
Showing 89 changed files with 268 additions and 1,496 deletions.
761 changes: 13 additions & 748 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions cosmwasm/ics08-light-clients/cometbls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,9 @@ test-include = ["cosmwasm/ics08-light-clients/cometbls/src/test"]
crate-type = ["cdylib", "rlib"]

[dependencies]
bytes = { workspace = true }
cometbls-groth16-verifier = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort", "iterator"] }
hex = { workspace = true }
prost = { workspace = true }
protos = { workspace = true, features = ["proto_full", "std"] }
ripemd = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-json-wasm = { workspace = true }
serde-utils = { workspace = true }
sha2 = { workspace = true }
sha3 = { workspace = true }
thiserror = { workspace = true }

cometbls-light-client-types = { workspace = true, features = ["proto"] }
Expand Down
9 changes: 4 additions & 5 deletions cosmwasm/multicall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ crate-type = ["cdylib", "rlib"]
library = []

[dependencies]
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["std", "stargate"] }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }
unionlabs = { workspace = true }
cosmwasm-std = { workspace = true, features = ["std", "stargate"] }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }
unionlabs = { workspace = true }

[dev-dependencies]
hex = { workspace = true }
Expand Down
5 changes: 0 additions & 5 deletions cosmwasm/ucs00-pingpong/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,4 @@ cosmwasm-schema = { version = "1.5" }
cosmwasm-std = { version = "1.5.4", features = ["stargate"] }
cw-storage-plus = { version = "1.2" }
ethabi = { workspace = true }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }

[dev-dependencies]
hex = { workspace = true }
serde_json = { workspace = true }
4 changes: 0 additions & 4 deletions cosmwasm/ucs01-relay-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["stargate", "std"] }
ethabi = { workspace = true }
go-parse-duration = { workspace = true }
prost = { workspace = true }
protos = { workspace = true }
serde = { workspace = true }
serde-json-wasm = { workspace = true }
serde-utils = { workspace = true }
sha2 = { workspace = true }
thiserror = { workspace = true }
token-factory-api = { workspace = true }
unionlabs = { workspace = true }
43 changes: 18 additions & 25 deletions cosmwasm/ucs01-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,24 @@ crate-type = ["cdylib", "rlib"]
library = []

[dependencies]
base58 = { version = "0.2" }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["stargate", "cosmwasm_2_1", "abort"] }
cw-controllers = { version = "2.0.0" }
cw-storage-plus = { workspace = true }
cw2 = { version = "2.0.0" }
ethabi = { workspace = true }
go-parse-duration = { workspace = true }
hex = { workspace = true }
ibc-solidity = { workspace = true, features = ["serde"] }
prost = { workspace = true }
protos = { workspace = true }
schemars = { workspace = true }
semver = "1"
serde = { workspace = true, features = ["derive"] }
serde-json-wasm = { workspace = true }
serde-utils = { workspace = true }
sha2 = { workspace = true }
thiserror = { workspace = true }
token-factory-api = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
ucs01-relay-api = { workspace = true }
union-ibc-msg = { workspace = true }
unionlabs = { workspace = true }
base58 = { version = "0.2" }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["stargate", "cosmwasm_2_1", "abort"] }
cw-controllers = { version = "2.0.0" }
cw-storage-plus = { workspace = true }
cw2 = { version = "2.0.0" }
hex = { workspace = true }
ibc-solidity = { workspace = true, features = ["serde"] }
prost = { workspace = true }
protos = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-json-wasm = { workspace = true }
sha2 = { workspace = true }
thiserror = { workspace = true }
token-factory-api = { workspace = true }
ucs01-relay-api = { workspace = true }
union-ibc-msg = { workspace = true }
unionlabs = { workspace = true }

[dev-dependencies]
cw-multi-test = { git = "https://github.com/CosmWasm/cw-multi-test.git", rev = "e1a2f587c7f9d723444ec93ad8fa48f1d88b65bc", features = ["stargate", "staking"] }
1 change: 0 additions & 1 deletion cosmwasm/ucs02-nft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cw-storage-plus = { version = "1.2" }
ethabi = { workspace = true }
ics721 = { git = "https://github.com/hussein-aitlahcen/cw-ics721", rev = "dd5b7add6fdc81e633084031f8512e5e909dd42a" }
ics721-base = { git = "https://github.com/hussein-aitlahcen/cw-ics721", rev = "dd5b7add6fdc81e633084031f8512e5e909dd42a", features = ["library"] }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }
unionlabs = { workspace = true }

Expand Down
4 changes: 0 additions & 4 deletions cosmwasm/union-ibc/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,13 @@ library = []

[dependencies]
alloy = { workspace = true, features = ["sol-types"] }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort"] }
cw-storage-plus = { workspace = true }
ethabi = { workspace = true }
hex = { workspace = true }
ibc-solidity = { workspace = true, features = ["serde"] }
ibc-union-spec.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
sha2 = { workspace = true }
sha3 = { workspace = true }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = { workspace = true }
union-ibc-msg = { workspace = true }
Expand Down
21 changes: 10 additions & 11 deletions cosmwasm/union-ibc/core/light-client-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ repository.workspace = true
version = "0.1.0"

[dependencies]
cosmwasm-schema = { workspace = true, package = "cosmwasm-schema" }
cosmwasm-std = { workspace = true, package = "cosmwasm-std" }
cw-storage-plus = { workspace = true, package = "cw-storage-plus" }
frame-support-procedural.workspace = true
macros.workspace = true
schemars = { workspace = true }
serde = { workspace = true }
serde-utils.workspace = true
thiserror.workspace = true
union-ibc-msg = { workspace = true }
unionlabs.workspace = true
cosmwasm-schema = { workspace = true, package = "cosmwasm-schema" }
cosmwasm-std = { workspace = true, package = "cosmwasm-std" }
cw-storage-plus = { workspace = true, package = "cw-storage-plus" }
macros.workspace = true
schemars = { workspace = true }
serde = { workspace = true }
serde-utils.workspace = true
thiserror.workspace = true
union-ibc-msg = { workspace = true }
unionlabs.workspace = true

[lints]
workspace = true
8 changes: 0 additions & 8 deletions cosmwasm/union-ibc/light-clients/arbitrum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ arbitrum-verifier = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort", "cosmwasm_2_1"] }
ethereum-light-client = { workspace = true, features = ["library"] }
ethereum-light-client-types = { workspace = true }
evm-storage-verifier = { workspace = true }
hex = { workspace = true }
protos = { workspace = true }
rlp = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true, features = ["derive"] }
sha3 = { workspace = true }
thiserror = { workspace = true }
tiny-keccak = { workspace = true, features = ["keccak"] }
union-ibc-light-client = { workspace = true }
union-ibc-msg = { workspace = true }
unionlabs = { workspace = true, features = ["ethabi"] }
Expand Down
26 changes: 9 additions & 17 deletions cosmwasm/union-ibc/light-clients/berachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,19 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
beacon-api-types = { workspace = true, features = ["ssz"] }
bytes = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort", "cosmwasm_2_1"] }
ethereum-light-client = { workspace = true, features = ["library"] }
hex = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true, features = ["derive"] }
sha2 = { workspace = true }
thiserror = { workspace = true }

berachain-light-client-types = { workspace = true, features = ["serde", "ethabi"] }
cometbft-types = { workspace = true, features = ["hash"] }
ethereum-light-client-types = { workspace = true, features = ["serde", "ethabi"] }
evm-storage-verifier = { workspace = true }
hex-literal = { workspace = true }
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 }
berachain-light-client-types = { workspace = true, features = ["serde", "ethabi"] }
ethereum-light-client-types = { workspace = true, features = ["serde", "ethabi"] }
evm-storage-verifier = { workspace = true }
ics23 = { workspace = true }
tendermint-light-client = { workspace = true, features = ["library"] }
tendermint-verifier = { workspace = true }
union-ibc-light-client = { workspace = true }
union-ibc-msg = { workspace = true }
unionlabs = { workspace = true }

[dev-dependencies]
base64 = { workspace = true }
Expand Down
3 changes: 0 additions & 3 deletions cosmwasm/union-ibc/light-clients/cometbls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ test-include = ["cosmwasm/union-ibc/light-clients/cometbls/src/test"]
crate-type = ["cdylib", "rlib"]

[dependencies]
bytes = { workspace = true }
cometbls-groth16-verifier = { workspace = true }
cometbls-light-client-types = { workspace = true, features = ["serde", "ethabi"] }
cosmwasm-std = { workspace = true, features = ["abort", "iterator", "cosmwasm_2_1"] }
hex = { workspace = true }
ics23 = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }
union-ibc-light-client = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions cosmwasm/union-ibc/light-clients/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
alloy = { workspace = true, features = ["sol-types"] }
beacon-api-types = { workspace = true }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort", "cosmwasm_2_1"] }
ethereum-light-client-types = { workspace = true, features = ["serde", "ethabi"] }
ethereum-sync-protocol = { workspace = true }
evm-storage-verifier = { workspace = true }
rlp = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }
union-ibc-light-client = { workspace = true }
Expand Down
8 changes: 0 additions & 8 deletions cosmwasm/union-ibc/light-clients/linea/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,13 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
cosmwasm-std = { workspace = true, features = ["abort"] }
ethereum-light-client = { workspace = true, features = ["mainnet", "library"] }
evm-storage-verifier = { workspace = true }
gnark-mimc = { workspace = true }
hex = { workspace = true }
ics008-wasm-client = { workspace = true }
linea-light-client-types = { workspace = true, features = ["proto"] }
linea-verifier = { workspace = true }
linea-zktrie = { workspace = true }
protos = { workspace = true }
rlp = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-json-wasm = { workspace = true }
sha3 = { workspace = true }
thiserror = { workspace = true }
tiny-keccak = { workspace = true, features = ["keccak"] }
unionlabs = { workspace = true, features = ["ethabi", "stargate"] }

[dev-dependencies]
Expand Down
8 changes: 0 additions & 8 deletions cosmwasm/union-ibc/light-clients/movement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,13 @@ version = "0.1.0"
[dependencies]
aptos-verifier = { workspace = true }
bcs = { workspace = true }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort"] }
cw-storage-plus = { workspace = true }
ethereum-light-client-types = { workspace = true }
evm-storage-verifier = { workspace = true }
hex = { workspace = true, features = ["alloc"] }
hex-literal = { workspace = true }
movement-light-client-types = { workspace = true, features = ["ethabi", "serde"] }
protos = { workspace = true }
rlp = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-utils = { workspace = true }
serde_json = { workspace = true }
sha2 = { workspace = true, features = ["std"] }
sha3 = { workspace = true }
thiserror = { workspace = true }
union-ibc-light-client = { workspace = true }
union-ibc-msg = { workspace = true }
Expand Down
9 changes: 0 additions & 9 deletions cosmwasm/union-ibc/light-clients/scroll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,12 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
cosmwasm-std = { workspace = true, features = ["abort"] }
cw-storage-plus = { workspace = true }
ethereum-light-client = { workspace = true, features = ["library"] }
ethereum-light-client-types = { workspace = true }
evm-storage-verifier = { workspace = true }
hex = { workspace = true }
rlp = { workspace = true }
schemars = { workspace = true }
scroll-codec = { workspace = true }
scroll-light-client-types = { workspace = true, features = ["proto"] }
scroll-verifier = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-json-wasm = { workspace = true }
sha3 = { workspace = true }
thiserror = { workspace = true }
tiny-keccak = { workspace = true, features = ["keccak"] }
union-ibc-light-client = { workspace = true }
union-ibc-msg = { workspace = true }
unionlabs = { workspace = true, features = ["ethabi"] }
Expand Down
15 changes: 3 additions & 12 deletions cosmwasm/union-ibc/light-clients/tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,9 @@ test-include = ["cosmwasm/union-ibc/light-clients/tendermint/src/test"]
crate-type = ["cdylib", "rlib"]

[dependencies]
bytes = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort", "cosmwasm_2_1", "iterator"] }
hex = { workspace = true }
prost = { workspace = true }
protos = { workspace = true, features = ["proto_full", "std"] }
schemars = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-json-wasm = { workspace = true }
serde-utils = { workspace = true }
sha2 = { workspace = true }
sha3 = { workspace = true }
thiserror = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort", "cosmwasm_2_1", "iterator"] }
sha2 = { workspace = true }
thiserror = { workspace = true }

cometbft-types = { workspace = true, features = ["proto", "hash"] }
ics23 = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions drip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ version = "0.1.0"
chain-utils = { workspace = true }
chrono = { workspace = true, features = ["clock"] }
clap = { workspace = true, features = ["derive"] }
dashmap = { workspace = true }
prost = { workspace = true }
protos = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tendermint-rpc = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tonic = { workspace = true, features = ["transport", "tls", "tls-roots", "tls-webpki-roots"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
unionlabs = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions e2e/ensure-blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ workspace = true
alloy = { workspace = true, features = ["rpc", "rpc-types", "transports", "transport-http", "transport-ws", "reqwest", "provider-ws"] }
clap = { workspace = true, features = ["default", "derive"] }
futures.workspace = true
reqwest = { workspace = true }
tendermint-rpc = { workspace = true, features = ["http-client", "websocket-client"] }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
Loading

0 comments on commit b6168d0

Please sign in to comment.