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 system-instruction crate #3007

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

kevinheavey
Copy link

@kevinheavey kevinheavey commented Sep 27, 2024

Problem

Pulling out solana_program::system_instruction is useful in itself and is a prerequisite for pulling out solana_program::message

This branches off #2348 so that needs to be merged first

Summary of Changes

  • Extract solana-system-instruction crate and re-export it in solana-program
  • Remove thiserror and num_derive from the new crate and replace with expanded macros

@kevinheavey kevinheavey force-pushed the extract-system-instruction branch 2 times, most recently from 460d9ca to 01f0ff5 Compare October 1, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant