You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the Cosmos compatibility layer closely mirrors the structure of the Cosmos SDK, that is written in Go. However, due to the inherent differences between Rust and Go, the organization of the Cosmos-related packages does not adhere to idiomatic Rust designs.
It requires a comprehensive refactor to ensure the compatibility layer aligns with Rust conventions and best practices, enhancing maintainability and usability across all components.
The text was updated successfully, but these errors were encountered:
Description
The current implementation of the Cosmos compatibility layer closely mirrors the structure of the Cosmos SDK, that is written in Go. However, due to the inherent differences between Rust and Go, the organization of the Cosmos-related packages does not adhere to idiomatic Rust designs.
It requires a comprehensive refactor to ensure the compatibility layer aligns with Rust conventions and best practices, enhancing maintainability and usability across all components.
The text was updated successfully, but these errors were encountered: