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

solana-ibc: make some modules public #119

Merged
merged 2 commits into from
Nov 24, 2023
Merged

solana-ibc: make some modules public #119

merged 2 commits into from
Nov 24, 2023

Conversation

dhruvja
Copy link
Collaborator

@dhruvja dhruvja commented Nov 24, 2023

Many of the modules are private which makes them unable to use them
when the project is imported in the relayer. There are some interfaces
which are needed to be imported from this crate. So this PR makes the
required modules public.

Maybe we can split them into seperate crates in the future so that
they can be imported as needed.

@dhruvja dhruvja requested a review from mina86 November 24, 2023 06:02
solana/solana-ibc/programs/solana-ibc/src/lib.rs Outdated Show resolved Hide resolved
@mina86 mina86 changed the title made some modules public so that they can be imported solana-ibc: make some modules public Nov 24, 2023
@dhruvja dhruvja merged commit ebfb1b0 into master Nov 24, 2023
5 checks passed
@dhruvja dhruvja deleted the make-modules-public branch November 24, 2023 12:34
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