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.2.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.2.1
Choose a head ref
  • 7 commits
  • 25 files changed
  • 8 contributors

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    33f652b View commit details
    Browse the repository at this point in the history
  2. Add contract instance to ledger entry fetch (#2269)

    ### What
    
    this pr is based off of #2012 
    
    closes #2273
    
    Updates the `ledger entry fetch` command to allow for returning the
    contract instance ledger entry by adding an `--instance` option which
    will include the contract instance ledger entry to the list of keys
    being fetched.
    
    `cargo run ledger entry fetch contract-data --contract hello-world
    --network local --instance`
    
    ### Why
    
    This way we are able to more easily fetch a contract wasm hash based on
    it's contract id/alias.
    
    ### Known limitations
    
    [TODO or N/A]
    
    ---------
    
    Co-authored-by: Gleb <gleb@stellar.org>
    Co-authored-by: Jane Wang <jane.wang@stellar.org>
    Co-authored-by: Leigh <351529+leighmcculloch@users.noreply.github.com>
    4 people authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    f99d62b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

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

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    96e6d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd62ad View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Set soroban-sdk version to major only in new contracts (#2297)

    ### What
    Change soroban-sdk dependency version from "23.0.2" to "23" in the
    contract workspace template Cargo.toml.
    
      ### Why
    When creating new projects a developer probably wants to use the latest
    available soroban-sdk for the supported major version. Specifying 23.0.2
    means only the latest 23.0.x version will be used.
    leighmcculloch authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    496dbcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    496ac35 View commit details
    Browse the repository at this point in the history
Loading