github stellar/js-stellar-sdk v11.0.0-beta.5

latest releases: v15.1.0, v15.0.1, v14.6.1...
pre-release2 years ago

v11.0.0-beta.5

Breaking Changes

  • The soroban-client library (stellar/js-soroban-client) has been merged into this package, causing significant breaking changes in the module structure (#860):
    • The namespaces have changed to move each server-dependent component into its own module. Shared components (e.g. TransactionBuilder) are still in the top level, Horizon-specific interactions are in the Horizon namespace (i.e. Server is now Horizon.Server), and new Soroban RPC interactions are in the SorobanRpc namespace.
    • There is a detailed migration guide available to outline both the literal (i.e. necessary code changes) and philosophical (i.e. how to find certain functionality) changes needed to adapt to this merge.
  • The SorobanRpc.Server.prepareTransaction and SorobanRpc.assembleTransaction methods no longer need an optional networkPassphrase parameter, because it is implicitly part of the transaction already (#870).

Full Changelog: v10.4.1...v11.0.0-beta.5

Don't miss a new js-stellar-sdk release

NewReleases is sending notifications on new releases.