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

sov-modules: Ensure that the internal structure of modules implementation is private. #541

Merged
merged 11 commits into from
Jul 24, 2023

Conversation

bkolad
Copy link
Member

@bkolad bkolad commented Jul 21, 2023

Description

This PR makes the internals of Sov modules private so the implementation details don't leak outside of the module.

Linked Issues

Testing

All tests pass

Docs

In the documentation, we recommend following the convention of dividing a sov module into call.rs, query.rs, and hooks.rs. However, we don't explicitly state that these Rust modules must be public. Therefore, there are no changes required in the documentation regarding this matter.

@bkolad bkolad marked this pull request as draft July 21, 2023 09:32
@bkolad bkolad changed the title WIP #536 sov-modules: Ensure that the internal structure of modules implementation is private. Jul 21, 2023
@bkolad bkolad marked this pull request as ready for review July 21, 2023 12:19
@bkolad bkolad requested a review from preston-evans98 July 21, 2023 13:45
@bkolad bkolad merged commit 0902b95 into nightly Jul 24, 2023
@bkolad bkolad deleted the blaze/#536 branch July 24, 2023 06:09
preston-evans98 pushed a commit that referenced this pull request Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

module-system: New module structure
2 participants