diff --git a/external/archway b/external/archway index 4dee653..b059f32 160000 --- a/external/archway +++ b/external/archway @@ -1 +1 @@ -Subproject commit 4dee653fafcb51f5d7519c38024c8f2145323be9 +Subproject commit b059f32a63ae479b92a3a8c773c4afc38491ff8a diff --git a/external/cosmos-sdk b/external/cosmos-sdk index b68da64..e36a25c 160000 --- a/external/cosmos-sdk +++ b/external/cosmos-sdk @@ -1 +1 @@ -Subproject commit b68da64d8e38caa0438dbf3b065d864d91e03c4b +Subproject commit e36a25c65b338a329bea28f26042288759ca9247 diff --git a/external/ibc-go b/external/ibc-go index 802ca26..8479edf 160000 --- a/external/ibc-go +++ b/external/ibc-go @@ -1 +1 @@ -Subproject commit 802ca265dba74a293747e1ccb8b7999aa985af19 +Subproject commit 8479edf4d0d3f93ad5138952ae74859d7ba33f74 diff --git a/external/wasmd b/external/wasmd index 7165e41..1ff8188 160000 --- a/external/wasmd +++ b/external/wasmd @@ -1 +1 @@ -Subproject commit 7165e41cbf14d60a9fef4fb1e04c2c2e5e4e0cf4 +Subproject commit 1ff818801d4aa5dd6f483571ac7a38660c59c671 diff --git a/proto-build/src/consts.rs b/proto-build/src/consts.rs index ddd00c4..ef92e5c 100644 --- a/proto-build/src/consts.rs +++ b/proto-build/src/consts.rs @@ -1,17 +1,17 @@ /// The Archway commit or tag to be cloned and used to build the proto files -pub const ARCHWAY_REV: &str = "v7.0.1"; +pub const ARCHWAY_REV: &str = "v8.0.0-alpha.5"; pub const ARCHWAY_DIR: &str = "archway"; /// The Cosmos SDK commit or tag to be cloned and used to build the proto files -pub const COSMOS_SDK_REV: &str = "v0.47.11"; +pub const COSMOS_SDK_REV: &str = "v0.50.9"; pub const COSMOS_SDK_DIR: &str = "cosmos-sdk"; /// The Cosmos ibc-go commit or tag to be cloned and used to build the proto files -pub const IBC_REV: &str = "v7.4.0"; +pub const IBC_REV: &str = "v8.4.0"; pub const IBC_DIR: &str = "ibc-go"; /// The wasmd commit or tag to be cloned and used to build the proto files -pub const WASMD_REV: &str = "v0.45.0"; +pub const WASMD_REV: &str = "v0.52.0"; pub const WASMD_DIR: &str = "wasmd"; pub const PROTO_DIR: &str = "proto";