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.3.0
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: v23.4.0
Choose a head ref
  • 14 commits
  • 125 files changed
  • 5 contributors

Commits on Dec 7, 2025

  1. Add install script. (#2318)

    fnando authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    1d67355 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

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

Commits on Dec 11, 2025

  1. Embed strkey CLI command for encoding and decoding address strings (#…

    …2324)
    
    ### What
    Upgrade stellar-strkey from 0.0.13 to 0.0.15, enable the cli feature,
    and add a new `strkey` subcommand to the CLI.
    
    ### Why
    Expose strkey encoding and decoding functionality directly in the CLI,
    matching the existing pattern used for XDR. For advanced use cases it is
    helpful to be able to extract components out of addresses. The use cases
    this is most relevant is cross-chain protocols who prefer to work with
    the raw payloads within the addresses.
    leighmcculloch authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    2c263af View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Remove unused clap imports (#2329)

    ### What
    
    Remove unused clap::arg and clap::command imports.
    
    ### Why
    With newer clap versions, the derive macros bring these imports in
    automatically. And it looks like the new version of rust, 1.92.0, must
    have updated it unused imports check to be more strict so we were seeing
    a bunch of failures on build.
    
    ### Known limitations
    
    n/a
    elizabethengelman authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    c7030d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Use ubuntu-slim for complete job runner (#2333)

    ### What
    Change the CI complete job runner from ubuntu-latest to ubuntu-slim.
    
    ### Why
    Ubuntu-slim is a super lightweight runner suitable for super light tasks
    like the complete job.
    leighmcculloch authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    464510d View commit details
    Browse the repository at this point in the history
  2. Use ubuntu-slim for complete job runner (#2333)

    ### What
    Change the CI complete job runner from ubuntu-latest to ubuntu-slim.
    
    ### Why
    Ubuntu-slim is a super lightweight runner suitable for super light tasks
    like the complete job.
    leighmcculloch authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    58c5c81 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Configuration menu
    Copy the full SHA
    24bfc54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f096fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ded080 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Configuration menu
    Copy the full SHA
    18d33d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aaca17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7e1952 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8aa6f8b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

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