Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Cosmos compatibility layer for idiomatic Rust design #119

Open
conr2d opened this issue Jan 8, 2025 · 0 comments
Open

Refactor Cosmos compatibility layer for idiomatic Rust design #119

conr2d opened this issue Jan 8, 2025 · 0 comments
Labels
K:cosmos Cosmos compatibility P:low Priority: Low

Comments

@conr2d
Copy link
Contributor

conr2d commented Jan 8, 2025

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.

@conr2d conr2d added K:cosmos Cosmos compatibility P:low Priority: Low labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K:cosmos Cosmos compatibility P:low Priority: Low
Projects
None yet
Development

No branches or pull requests

1 participant