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 IBCStore into a separate contract #71

Open
srdtrk opened this issue Oct 4, 2024 · 0 comments
Open

Refactor IBCStore into a separate contract #71

srdtrk opened this issue Oct 4, 2024 · 0 comments
Labels
enhancement Improvements needs discussion This issue needs more discussion before its implementation

Comments

@srdtrk
Copy link
Member

srdtrk commented Oct 4, 2024

Description

Currently, the IBCStore is implemented as an abstract contract and used by ICS26Router, which results in all state being stored directly in the ICS26Router contract. To improve modularity and future-proof our design, we should decouple the IBCStore from the ICS26Router. This separation will not only enhance the clarity of responsibilities between the router and the storage layer, but it will also facilitate easier contract migrations and upgrades in the future (see issue #12).

@srdtrk srdtrk added enhancement Improvements needs discussion This issue needs more discussion before its implementation labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements needs discussion This issue needs more discussion before its implementation
Projects
None yet
Development

No branches or pull requests

1 participant