Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

remove solana-program from spl-pod #7425

Merged
merged 4 commits into from
Oct 31, 2024

Conversation

kevinheavey
Copy link
Contributor

This required replacing #[spl_program_error] with inline impls. I think it is hard or perhaps impossible to decouple spl-program-error from solana_program without breaking changes.

For now there will still be an indirect solana-program dep via solana-zk-sdk

@mergify mergify bot added the community Community contribution label Oct 31, 2024
Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

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

Sweet, thanks!


[dev-dependencies]
serde_json = "1.0.132"
solana-program = "2.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like we're only using a particular pubkey in a test, so this should be easy to remove, but it can be done in follow-up work

@joncinque joncinque merged commit 0189588 into solana-labs:master Oct 31, 2024
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community Community contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants