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

break dependency of programs on solana core #1371

Merged
merged 2 commits into from
Sep 27, 2018

Conversation

jackcmay
Copy link
Contributor

Break out the program interface into its own crate. This way solana and the programs depend on the program interface but not on each other.

If program interface is modified - everything is rebuilt
If program is modified - just program rebuilt
If solana modified - just solana is rebuilt

@jackcmay jackcmay self-assigned this Sep 27, 2018
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