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

Make crate visible methods of OverlayedChanges public #10

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

ParthDesai
Copy link

@ParthDesai ParthDesai commented Dec 4, 2023

Description

  • What does this PR do?
    This PR make some methods of OverlayedChanges public which were previously only visible in same crate.
  • Why are these changes needed?
    Since, some methods of the OverlayedChanges only have crate level visibility, which makes OverlayedChanges somewhat unusable outside the crate to create custom implementation of Externalities. We make those method public to enable OverlayedChanges to remedy this.
  • How were these changes implemented and what do they affect?
    Changes are implemented by replacing crate visibility to public visibility of 4 functions.

Note

Upstream PR: paritytech#2597

@ParthDesai ParthDesai changed the title make methods of OverlayedChanges public make methods of OverlayedChanges public Dec 4, 2023
@ParthDesai ParthDesai changed the title make methods of OverlayedChanges public Make crate visible methods of OverlayedChanges public Dec 4, 2023
@ParthDesai ParthDesai merged commit cae56b5 into subspace-v1 Dec 5, 2023
2 of 6 checks passed
@ParthDesai ParthDesai deleted the make-some-methods-in-overlay-public branch December 8, 2023 12:03
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.

2 participants