Skip to content

chore(deps): bump @stellar/stellar-sdk from 16.2.0 to 16.3.0 - #589

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/stellar/stellar-sdk-16.3.0
Open

chore(deps): bump @stellar/stellar-sdk from 16.2.0 to 16.3.0#589
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/stellar/stellar-sdk-16.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown

Bumps @stellar/stellar-sdk from 16.2.0 to 16.3.0.

Release notes

Sourced from @​stellar/stellar-sdk's releases.

v16.3.0

v16.3.0

Added

  • Protocol 28 XDR: the bundled schema is regenerated from stellar-xdr@9c9c1459, picking up CAP-85 external executable references (xdr.ContractExecutableExternalRef, the contractExecutableExternalRef arm of ContractExecutable, and the scvExecutableTag ScVal arm) and CAP-83's STELLAR_VALUE_EMPTY_TX_SET (xdr.StellarValueProposedValue) (#1694).
  • Operation.createCustomContract accepts a CAP-85 externalRef — either {owner, tag} or an xdr.ContractExecutableExternalRef — as an alternative to wasmHash; exactly one of the two must be given. Adds the ExternalExecutableRef type (#1694, ported from #1665).
  • contract.Client.deploy accepts the same externalRef option and resolves the reference on-chain to fetch the contract's spec; generated bindings' deploy emits the option too (#1694, ported from #1665).
  • rpc.Server.getExternalRefWasmHash(ref): resolves a CAP-85 external executable reference to the 32-byte Wasm hash it names, by reading the owner contract's persistent tag entry. getContractWasmByContractId, contract.Client.from, and the bindings generator resolve external-ref contracts through it automatically (#1694).
  • buildInvocationTree renders a CAP-85 creation as type: "external" with the new ExternalRefCreateDetails shape (owner, tag, deployer address, salt, constructor args), and scValToNative decodes scvExecutableTag values to a string, or raw bytes when the tag is not valid UTF-8 (#1694).

Full Changelog: stellar/js-stellar-sdk@v16.2.0...v16.3.0

Changelog

Sourced from @​stellar/stellar-sdk's changelog.

v16.3.0

Added

  • Protocol 28 XDR: the bundled schema is regenerated from stellar-xdr@9c9c1459, picking up CAP-85 external executable references (xdr.ContractExecutableExternalRef, the contractExecutableExternalRef arm of ContractExecutable, and the scvExecutableTag ScVal arm) and CAP-83's STELLAR_VALUE_EMPTY_TX_SET (xdr.StellarValueProposedValue) (#1694).
  • Operation.createCustomContract accepts a CAP-85 externalRef — either {owner, tag} or an xdr.ContractExecutableExternalRef — as an alternative to wasmHash; exactly one of the two must be given. Adds the ExternalExecutableRef type (#1694, ported from #1665).
  • contract.Client.deploy accepts the same externalRef option and resolves the reference on-chain to fetch the contract's spec; generated bindings' deploy emits the option too (#1694, ported from #1665).
  • rpc.Server.getExternalRefWasmHash(ref): resolves a CAP-85 external executable reference to the 32-byte Wasm hash it names, by reading the owner contract's persistent tag entry. getContractWasmByContractId, contract.Client.from, and the bindings generator resolve external-ref contracts through it automatically (#1694).
  • buildInvocationTree renders a CAP-85 creation as type: "external" with the new ExternalRefCreateDetails shape (owner, tag, deployer address, salt, constructor args), and scValToNative decodes scvExecutableTag values to a string, or raw bytes when the tag is not valid UTF-8 (#1694).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 16.2.0 to 16.3.0.
- [Release notes](https://github.com/stellar/js-stellar-sdk/releases)
- [Changelog](https://github.com/stellar/js-stellar-sdk/blob/v16.3.0/CHANGELOG.md)
- [Commits](stellar/js-stellar-sdk@v16.2.0...v16.3.0)

---
updated-dependencies:
- dependency-name: "@stellar/stellar-sdk"
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants