Skip to content

Commit

Permalink
feat(submodules): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SpekalsG3 committed Aug 20, 2024
1 parent 802211b commit e103504
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion external/archway
Submodule archway updated 202 files
2 changes: 1 addition & 1 deletion external/cosmos-sdk
Submodule cosmos-sdk updated 2662 files
2 changes: 1 addition & 1 deletion external/ibc-go
Submodule ibc-go updated 981 files
2 changes: 1 addition & 1 deletion external/wasmd
Submodule wasmd updated 219 files
8 changes: 4 additions & 4 deletions proto-build/src/consts.rs
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit e103504

Please sign in to comment.