deno.json: move to @stellar/stellar-sdk 16.x (protocol 27) - #143
Merged
Conversation
…ght-sdk 0.13.0 and colibri 0.23. Testnet is on protocol 27; stellar-sdk 15.x cannot decode its SorobanCredentials addressV2 variant, failing bundle execution. Bump moonlight-sdk to ^0.13.0 and @colibri/core to ^0.23.0 (both on stellar-sdk 16.x) and the direct pin to ^16.1.0, so the graph resolves to a single 16.1.0. colibri 0.23 dropped the Nodies RPC preset; the testnet default rpcUrl now falls back to soroban-testnet.stellar.org, matching the mainnet and local cases.
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.
Testnet is on protocol 27. stellar-sdk 15.x cannot decode its new
SorobanCredentialsaddressV2variant (theunknown SorobanCredentialsType member for value 2error that failed deposit-bundle execution).@moonlight/moonlight-sdk→^0.13.0(published with stellar-sdk 16.x)@colibri/core→^0.23.0(also on stellar-sdk 16.x; colibri 0.22 was the second source of 15.x)@stellar/stellar-sdk→^16.1.0Graph now resolves to a single stellar-sdk 16.1.0 (was colliding 15.x + 16.x).
colibri 0.23 removed the
NodiesRPC preset used as the testnet default insrc/config/network.ts; the testnetrpcUrlnow defaults tosoroban-testnet.stellar.org(matching mainnet/local, and the value the deploy always sets anyway — the fallback is never hit at runtime).deno checkclean; lock pins moonlight-sdk 0.13.0. Validated in the full local e2e (all 6 suites: e2e, otel, governance, lifecycle, multi-asset, pos-instant — passed). Patch bump 0.9.15 → 0.9.16.