feat: update Phoenix Rise and Solana dependencies#15
Merged
khaneight merged 6 commits intoJul 2, 2026
Conversation
6879a08 to
90ace90
Compare
90ace90 to
b144226
Compare
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.
Summary
Updates Vulcan to
phoenix-rise0.3.0 and the Solana 3 dependency stack, including the SDK namespace and API shape changes required for the new split Phoenix Rise crates.Changes
feat: update Phoenix Rise and Solana dependencies
phoenix-riseto 0.3.0 and Solana dependencies to 3.x.solana-keychaintosdk-v3and add direct Solana 3 split-crate dependencies for commitment config and compute budget instructions.api,core,ix,accounts, andtypes::preludemodules.solana-keychain1.4 and remove the AES-GCM nonce deprecation warning.User Impact
Users and operators can build Vulcan against the current Phoenix Rise 0.3 and Solana 3 crate ecosystem. Wallet signing and encrypted wallet behavior remain compatible with the existing stored wallet format.
Root Cause
phoenix-rise0.3 split previously root-exported types across dedicated API, core, ix, accounts, math, and type modules, and Solana 3 moved several SDK modules into standalone crates.solana-keychain1.4 also added Privy authorization config fields.Fix
The branch updates workspace dependencies and lockfile resolution, rewrites imports and type references to the new module layout, handles new result/accessor APIs, and adjusts local adapters where wire DTO types differ from math/internal types.
Validation
cargo check --workspacecargo test -p vulcan-lib crypto::encryption