Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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 requested a review from garious September 27, 2018 07:57
@jackcmay jackcmay self-assigned this Sep 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants