diff --git a/ibc-eureka-core/Cargo.toml b/ibc-eureka-core/Cargo.toml index bd29f5cf5..650574894 100644 --- a/ibc-eureka-core/Cargo.toml +++ b/ibc-eureka-core/Cargo.toml @@ -18,8 +18,7 @@ description = """ all-features = true [dependencies] -ibc-eureka-core-client = { workspace = true } -# ibc-eureka-core-connection = { workspace = true } +ibc-eureka-core-client = { workspace = true } ibc-eureka-core-channel = { workspace = true } ibc-eureka-core-commitment-types = { workspace = true } ibc-eureka-core-host = { workspace = true } @@ -32,7 +31,6 @@ ibc-primitives = { workspace = true } default = [ "std" ] std = [ "ibc-eureka-core-client/std", - # "ibc-eureka-core-connection/std", "ibc-eureka-core-channel/std", "ibc-eureka-core-commitment-types/std", "ibc-eureka-core-host/std", @@ -42,7 +40,6 @@ std = [ ] serde = [ "ibc-eureka-core-client/serde", - # "ibc-eureka-core-connection/serde", "ibc-eureka-core-channel/serde", "ibc-eureka-core-commitment-types/serde", "ibc-eureka-core-host/serde", @@ -52,7 +49,6 @@ serde = [ ] borsh = [ "ibc-eureka-core-client/borsh", - # "ibc-eureka-core-connection/borsh", "ibc-eureka-core-channel/borsh", "ibc-eureka-core-commitment-types/borsh", "ibc-eureka-core-host/borsh", @@ -62,7 +58,6 @@ borsh = [ ] schema = [ "ibc-eureka-core-client/schema", - # "ibc-eureka-core-connection/schema", "ibc-eureka-core-channel/schema", "ibc-eureka-core-commitment-types/schema", "ibc-eureka-core-host/schema", @@ -74,7 +69,6 @@ schema = [ ] parity-scale-codec = [ "ibc-eureka-core-client/parity-scale-codec", - # "ibc-eureka-core-connection/parity-scale-codec", "ibc-eureka-core-channel/parity-scale-codec", "ibc-eureka-core-commitment-types/parity-scale-codec", "ibc-eureka-core-host/parity-scale-codec", diff --git a/ibc-eureka-core/ics25-handler/Cargo.toml b/ibc-eureka-core/ics25-handler/Cargo.toml index 0aeaf7b83..957327d9b 100644 --- a/ibc-eureka-core/ics25-handler/Cargo.toml +++ b/ibc-eureka-core/ics25-handler/Cargo.toml @@ -19,8 +19,7 @@ description = """ all-features = true [dependencies] -ibc-eureka-core-client = { workspace = true } -# ibc-eureka-core-connection = { workspace = true } +ibc-eureka-core-client = { workspace = true } ibc-eureka-core-channel = { workspace = true } ibc-eureka-core-commitment-types = { workspace = true } ibc-eureka-core-router = { workspace = true } @@ -32,7 +31,6 @@ ibc-primitives = { workspace = true } default = [ "std" ] std = [ "ibc-eureka-core-client/std", - # "ibc-eureka-core-connection/std", "ibc-eureka-core-channel/std", "ibc-eureka-core-commitment-types/std", "ibc-eureka-core-host/std", @@ -42,7 +40,6 @@ std = [ ] serde = [ "ibc-eureka-core-client/serde", - # "ibc-eureka-core-connection/serde", "ibc-eureka-core-channel/serde", "ibc-eureka-core-commitment-types/serde", "ibc-eureka-core-host/serde", @@ -52,7 +49,6 @@ serde = [ ] borsh = [ "ibc-eureka-core-client/borsh", - # "ibc-eureka-core-connection/borsh", "ibc-eureka-core-channel/borsh", "ibc-eureka-core-commitment-types/borsh", "ibc-eureka-core-host/borsh", @@ -62,7 +58,6 @@ borsh = [ ] schema = [ "ibc-eureka-core-client/schema", - # "ibc-eureka-core-connection/schema", "ibc-eureka-core-channel/schema", "ibc-eureka-core-commitment-types/schema", "ibc-eureka-core-host/schema", @@ -74,7 +69,6 @@ schema = [ ] parity-scale-codec = [ "ibc-eureka-core-client/parity-scale-codec", - # "ibc-eureka-core-connection/parity-scale-codec", "ibc-eureka-core-channel/parity-scale-codec", "ibc-eureka-core-host/parity-scale-codec", "ibc-eureka-core-router/parity-scale-codec", diff --git a/ibc-eureka-core/ics25-handler/types/Cargo.toml b/ibc-eureka-core/ics25-handler/types/Cargo.toml index 9d817ade0..bae6ce5f5 100644 --- a/ibc-eureka-core/ics25-handler/types/Cargo.toml +++ b/ibc-eureka-core/ics25-handler/types/Cargo.toml @@ -28,8 +28,7 @@ schemars = { workspace = true, optional = true } subtle-encoding = { workspace = true } # ibc dependencies -ibc-eureka-core-client-types = { workspace = true } -# ibc-eureka-core-connection-types = { workspace = true } +ibc-eureka-core-client-types = { workspace = true } ibc-eureka-core-channel-types = { workspace = true } ibc-eureka-core-commitment-types = { workspace = true } ibc-eureka-core-host-types = { workspace = true } @@ -51,7 +50,6 @@ std = [ "serde/std", "subtle-encoding/std", "ibc-eureka-core-client-types/std", - # "ibc-eureka-core-connection-types/std", "ibc-eureka-core-channel-types/std", "ibc-eureka-core-commitment-types/std", "ibc-eureka-core-host-types/std", @@ -63,7 +61,6 @@ std = [ serde = [ "dep:serde", "ibc-eureka-core-client-types/serde", - # "ibc-eureka-core-connection-types/serde", "ibc-eureka-core-channel-types/serde", "ibc-eureka-core-commitment-types/serde", "ibc-eureka-core-host-types/serde", @@ -74,7 +71,6 @@ serde = [ schema = [ "dep:schemars", "ibc-eureka-core-client-types/schema", - # "ibc-eureka-core-connection-types/schema", "ibc-eureka-core-channel-types/schema", "ibc-eureka-core-commitment-types/schema", "ibc-eureka-core-host-types/schema", @@ -87,7 +83,6 @@ schema = [ borsh = [ "dep:borsh", "ibc-eureka-core-client-types/borsh", - # "ibc-eureka-core-connection-types/borsh", "ibc-eureka-core-channel-types/borsh", "ibc-eureka-core-commitment-types/borsh", "ibc-eureka-core-host-types/borsh", @@ -99,7 +94,6 @@ parity-scale-codec = [ "dep:parity-scale-codec", "dep:scale-info", "ibc-eureka-core-client-types/parity-scale-codec", - # "ibc-eureka-core-connection-types/parity-scale-codec", "ibc-eureka-core-channel-types/parity-scale-codec", "ibc-eureka-core-commitment-types/parity-scale-codec", "ibc-eureka-core-host-types/parity-scale-codec",