Closed
Description
Crate
relayer
Summary
Update Cosmos compatibility to v0.44.0
Problem Definition
The Cosmos v0.43
series has been dropped in favor of the v0.44
series due to a security bug. The compatibility table (and compatibility.rs
should be updated.
Proposal
- Update
compatibility.rs
to haveconst SDK_MODULE_VERSION_REQ: &str = ">=0.41.3, <=0.44.0";
- Update the features page
Acceptance Criteria
-
compatibility.rs
has been updated - the features page has been updated
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate milestone (priority) applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity