Skip to content

deno.json: move to @stellar/stellar-sdk 16.x (protocol 27) - #143

Merged
AquiGorka merged 1 commit into
mainfrom
chore/stellar-sdk-16
Jul 28, 2026
Merged

deno.json: move to @stellar/stellar-sdk 16.x (protocol 27)#143
AquiGorka merged 1 commit into
mainfrom
chore/stellar-sdk-16

Conversation

@AquiGorka

Copy link
Copy Markdown
Contributor

Testnet is on protocol 27. stellar-sdk 15.x cannot decode its new SorobanCredentials addressV2 variant (the unknown SorobanCredentialsType member for value 2 error 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)
  • direct @stellar/stellar-sdk^16.1.0

Graph now resolves to a single stellar-sdk 16.1.0 (was colliding 15.x + 16.x).

colibri 0.23 removed the Nodies RPC preset used as the testnet default in src/config/network.ts; the testnet rpcUrl now defaults to soroban-testnet.stellar.org (matching mainnet/local, and the value the deploy always sets anyway — the fallback is never hit at runtime).

deno check clean; 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.

…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.
@AquiGorka
AquiGorka merged commit 99f3929 into main Jul 28, 2026
7 checks passed
@AquiGorka
AquiGorka deleted the chore/stellar-sdk-16 branch July 28, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant