Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stellar/js-stellar-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.0.1
Choose a base ref
...
head repository: stellar/js-stellar-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.1.0
Choose a head ref
  • 8 commits
  • 34 files changed
  • 4 contributors

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    2f049ab View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Internal agent bug fixes 1 (#1372)

    * fix: reject SEP-10 challenge signed only by server and client_domain key
    
    * fix: use correct trustline flag bitmask constants in getAssetBalance
    
    * fix: assembled_transaction correctness issues
    
    * fix: await async request interceptors in fetch client
    
    * revert AssembledTransaction.simulate check for sim restore response to assemble
    
    * deprecate BalanceResponse.revocable in favor of authorizedToMaintainLiabilities
    
    * fmt
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    Ryang-21 and claude authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    cbb53ed View commit details
    Browse the repository at this point in the history
  2. Internal agent bug fixes 2 (#1373)

    * fix: correct pollTransaction off-by-one and requestAirdrop error path
    
    * fix: add parentheses to fix operator precedence in parseSuccessful
    
    * fix: multiple spec.ts correctness issues
    
    * fix: advance WASM parser offset on skipped custom sections
    
    * fix: federation server domain validation and URL mutation
    
    * fix: clone URL in stream() to prevent mutation of shared builder state
    
    * fix: store original operation for restore path in buildWithOp
    
    * fix: include port in SERVER_TIME_MAP key to prevent cross-port collision
    
    * fix: handle Err variant in funcResToNative for Result types
    
    * fix: refactor AccountResponse constructor for type-safe property assignment
    
    * add transactions field to Api.AccountRecord and AccountResponse
    
    * add range checks for U32 and I32 values in Spec class
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    Ryang-21 and claude authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    9ec7ffd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Bump axios from 1.14.0 to 1.15.0 (#1381)

    Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.14.0...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-version: 1.15.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    da2f95b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Update Server.getLatestLedger response fields (#1389)

    * add missing fields to rpc Server.getLatestLedger response and update tests
    Ryang-21 authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    8db146e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Fix fetch implementation (#1390)

    * Enforce maxRedirects and maxContentLength on the no-axios fetch path
    
    * Fix no-axios/minimal and browser builds to embed version via __PACKAGE_VERSION__
    
    * Add shared HttpClient test suite covering axios and no-axios paths
    
    * Migrate Horizon fetchTimebounds tests from axios-mock-adapter to MSW for cross-build coverage
    Ryang-21 authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    7ad2b0a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. Federation domain validation (#1393)

    * move domain validation to FederationServer.createForDomain and constructor
    
    * add tests for domain validation
    Ryang-21 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    ee81ed2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. release v15.1.0 (#1405)

    Ryang-21 authored May 4, 2026
    Configuration menu
    Copy the full SHA
    c5eafa2 View commit details
    Browse the repository at this point in the history
Loading