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/stellar-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.4.1
Choose a base ref
...
head repository: stellar/stellar-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.0.0
Choose a head ref
  • 11 commits
  • 61 files changed
  • 8 contributors

Commits on Dec 23, 2025

  1. feat: add fees command/config and rename fee to inclusion fee (#2321)

    Rename the `--fee` argument to `--inclusion-fee`, and deprecate the fee
    argument.
    
    Introduces a new command `stellar fees` to replace `stellar feestats`, and add the ability to set inclusion fees in the CLI config.
    
    Adds `--resource-fee` argument to allow editing of resource fees.
    
    ---------
    
    Co-authored-by: Nando Vieira <[email protected]>
    mootz12 and fnando authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    3f4c197 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. fix: sanitize typescript bindings and bump version (#2351)

    * Bump version to 23.4.1
    * fix: sanitize typescript bindings (#2349)
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    mootz12 and github-actions[bot] authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    d632159 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

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

Commits on Jan 16, 2026

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

Commits on Jan 20, 2026

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

Commits on Jan 21, 2026

  1. feat: add SEP-53 message signing and verification (#2346)

    ## Summary
    
    Closes #2345
    
    Add support for signing and verifying arbitrary messages per
    [SEP-53](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0053.md).
    
    ---
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <[email protected]>
    Co-authored-by: Tomer Weller <[email protected]>
    Co-authored-by: mootz12 <[email protected]>
    4 people authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    d2cb31d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb4feb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b0b318 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

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