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 short_vec to its own crate #1796

Merged
merged 16 commits into from
Jul 17, 2024
Merged

Conversation

kevinheavey
Copy link

@kevinheavey kevinheavey commented Jun 20, 2024

Problem

solana-program is bloated and short_vec.rs is easy to extract from it. This is a prerequisite for extracting solana-instruction and solana-message crates

Summary of Changes

Move short_vec.rs out of solana-program into a new crate solana-short-vec.

I have not re-exported solana-short-vec in solana-program or solana-sdk because I don't believe anyone uses it externally.
I have re-exported solana-short-vec in solana-program and solana-sdk with a deprecation notice

buffalojoec
buffalojoec previously approved these changes Jul 17, 2024
Copy link

@buffalojoec buffalojoec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff, thanks! This one makes sense as its own small crate.

@kevinheavey kevinheavey added the automerge automerge Merge this Pull Request automatically once CI passes label Jul 17, 2024
@mergify mergify bot merged commit b2c4742 into anza-xyz:master Jul 17, 2024
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge automerge Merge this Pull Request automatically once CI passes need:merge-assist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants