Open
Conversation
grod220
commented
Mar 20, 2026
Comment on lines
+23
to
+27
| spl-discriminator = "0.5.1" | ||
| spl-list-view = "0.1.0" | ||
| spl-program-error = "0.8.0" | ||
| spl-pod = "0.7.1" | ||
| spl-type-length-value = "0.9.0" |
Member
Author
There was a problem hiding this comment.
Temporarily pinned back to published crates so this revert can land cleanly. Local spl-list-view has already moved to the newer PodLength contract, while this reverted local spl-pod 0.7.2 still exposes the old PodU32 conversion contract.
The next PR can switch it back to local path deps once spl-pod is updated with the new aliases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new solana-zero-copy crate anza-xyz/solana-sdk#605 represents all of the changes we wanted in spl-pod 1.0 in #175 and more. In order to do the aliasing, it's easier to revert the crate back to 8c73d86 where it was last published (v0.7.2) as a starting point before adding all the aliases.
Reverts:
OptionalNonZeroElGamalPubkey#171spl-pod#177ListViewto standalone crate #178PodOption<Address>#183