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

Extract epoch-schedule crate #3021

Merged
merged 6 commits into from
Oct 10, 2024
Merged

Conversation

kevinheavey
Copy link

Problem

solana_program::epoch_schedule imposes a solana_program dependency on solana_feature_set and also blocks ripping out solana_program::sysvar

Summary of Changes

  • Move to its own crate
  • Re-export for backwards compatibility
  • Make serde optional in the new crate
  • Add #![no_std] to the new crate

@febo
Copy link

febo commented Oct 9, 2024

Looks good – missing only the crate so we can get crate-check to pass.

cc: @yihau

@yihau
Copy link
Member

yihau commented Oct 10, 2024

green!

@febo febo merged commit aefeb0e into anza-xyz:master Oct 10, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants