Pin stellar-strkey in scaffolded templates to prevent mixed 0.0.13/0.0.16 dependency graphs#525
Open
Copilot wants to merge 2 commits into
Open
Pin stellar-strkey in scaffolded templates to prevent mixed 0.0.13/0.0.16 dependency graphs#525Copilot wants to merge 2 commits into
stellar-strkey in scaffolded templates to prevent mixed 0.0.13/0.0.16 dependency graphs#525Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/theahaco/scaffold-stellar/sessions/c8624663-2ef8-434a-bc20-cc09c009be39 Co-authored-by: willemneal <1483244+willemneal@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix duplicate versions of stellar-strkey in template builds
Pin May 23, 2026
stellar-strkey in scaffolded templates to prevent mixed 0.0.13/0.0.16 dependency graphs
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.
Scaffolded projects were inheriting a mixed
stellar-strkeygraph (0.0.13viastellar-xdr/soroban-env-*and0.0.16viasoroban-sdk), recreating the duplicate-crate pattern previously addressed in the main workspace. This change ensures newly initialized templates explicitly align on the samestellar-strkeypin used by scaffold tooling.Template dependency alignment in
initCargo.tomlpatch step instellar-scaffold initto enforce:workspace.dependencies.stellar-strkey = "0.0.15"[workspace.dependencies]safely.Fixture parity with generated template behavior
soroban-init-boilerplatefixture workspace manifest to include the samestellar-strkeypin, keeping test fixture behavior consistent with generated projects.Targeted unit coverage for manifest patching