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

Move most of program into program-core #2432

Closed
wants to merge 37 commits into from

Conversation

kevinheavey
Copy link

Something along the lines of what @alessandrod was asking for.

This takes everything from solana-program that either belongs or is used by something that belongs and moves it to a new solana-program-core crate.

Almost all the external dependencies are feature-gated. On my machine a helloworld Solana program using this crate takes 2.5 seconds to build (somewhat longer than #2430)

I am not a fan of feature soup over crate soup but this would still be a big improvement over status quo.

@kevinheavey kevinheavey closed this Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant