Update Cosmos compatibility to v0.44.0 #1344
Labels
I: dependencies
Internal: related to dependencies
I: documentation
Internal: improvements or additions to documentation
Milestone
Crate
relayer
Summary
Update Cosmos compatibility to
v0.44.0
Problem Definition
The Cosmos
v0.43
series has been dropped in favor of thev0.44
series due to a security bug. The compatibility table (andcompatibility.rs
should be updated.Proposal
compatibility.rs
to haveconst SDK_MODULE_VERSION_REQ: &str = ">=0.41.3, <=0.44.0";
Acceptance Criteria
compatibility.rs
has been updatedFor Admin Use
The text was updated successfully, but these errors were encountered: