-
Notifications
You must be signed in to change notification settings - Fork 132
Comparing changes
Open a pull request
base repository: stellar/stellar-cli
base: v23.2.1
head repository: stellar/stellar-cli
compare: v23.3.0
- 16 commits
- 67 files changed
- 8 contributors
Commits on Nov 19, 2025
-
CI: upgrade workflows to use macos-15(*) rather than macos-13 (#2276)
### What Upgrade workflows to use `macos-15-*` rather than `macos-13` ### Why 1. It's about to be deprecated: [announcement 🔗](actions/runner-images#13046) 2. It's already making the CI fail: [example run 🔗](https://github.com/stellar/stellar-cli/actions/runs/19081484092/job/54516597745?pr=2275) ### Notes on Runner Compatibility After extensive testing across macOS runner types: | Runner | Result | Notes | |:--|:--:|:--| | ✅ **macos-15-large** | ✅ **Passes** | Stable with full setup. | | ✅ **macos-14** | ✅ **Passes** | Works consistently. | | 🟠 **macos-15-intel** |
⚠️ **Intermittent** | Suitable for lighter setups but fails under heavier load — `-large` is usually more stable. | | 🟠 **macos-15** |⚠️ **It depends** | Does **not** support nested virtualization (required by Lima/QEMU), so cannot be used in some setups. | ###⚠️ Disabled Job I couldn't make the ledger-emulator.yml workflow succeed for macos despite many attempts, so it was temporarily disabled, to be re-added in #2299.Configuration menu - View commit details
-
Copy full SHA for 1e12cb8 - Browse repository at this point
Copy the full SHA 1e12cb8View commit details
Commits on Nov 21, 2025
-
Replace custom data_into_key with to_key method (#2301)
### What Replace the custom data_into_key function with LedgerEntry's built-in to_key method and remove the 86-line helper function along with its associated imports. ### Why The stellar-xdr library now provides a native to_key method on LedgerEntry, eliminating the need for a custom implementation that manually converts each LedgerEntryData variant to its corresponding LedgerKey.
Configuration menu - View commit details
-
Copy full SHA for 352db56 - Browse repository at this point
Copy the full SHA 352db56View commit details
Commits on Nov 24, 2025
-
fix: generate help for recursive custom types (#1593)
Fixes #1588 Refactors generated help example and usage notes to accommodate self-referencing custom types. --------- Co-authored-by: elizabethengelman <4752801+elizabethengelman@users.noreply.github.com> Co-authored-by: Nando Vieira <me@fnando.com>
Configuration menu - View commit details
-
Copy full SHA for 96ad868 - Browse repository at this point
Copy the full SHA 96ad868View commit details -
Update rpc client to get_events by passing topics as [TopicFilter] (#…
…2292) ### What closes #2021 related rpc-client pr: stellar/rs-stellar-rpc-client#57 Updates the topic filter structure that is being passed to the rpc server `getEvents` method, to align with it's expected API. The GetEventsRequest, from the rpc server, is expecting the topics to be an array of TopicFilters, and a TopicFilter is an array of SegmentFilters. So it is expecting an array of arrays. ### Why We are currently just passing in a segment filter, without nesting it in an array of arrays, and are seeing an error when doing so.
Configuration menu - View commit details
-
Copy full SHA for a8e1d07 - Browse repository at this point
Copy the full SHA a8e1d07View commit details
Commits on Nov 25, 2025
-
Update md-gen alias to account for doc-gen being its own crate (#2298)
Updates the `md-gen` alias to specify that `doc-gen` is it's own package, similar to `make docs`.
Configuration menu - View commit details
-
Copy full SHA for d869f24 - Browse repository at this point
Copy the full SHA d869f24View commit details
Commits on Nov 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e7dd939 - Browse repository at this point
Copy the full SHA e7dd939View commit details
Commits on Nov 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ccd211c - Browse repository at this point
Copy the full SHA ccd211cView commit details
Commits on Dec 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fc2cc45 - Browse repository at this point
Copy the full SHA fc2cc45View commit details
Commits on Dec 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0125540 - Browse repository at this point
Copy the full SHA 0125540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82212a0 - Browse repository at this point
Copy the full SHA 82212a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0bc2bd - Browse repository at this point
Copy the full SHA b0bc2bdView commit details
Commits on Dec 3, 2025
-
Pass 'quiet' value through to config.sign (#2300)
### What closes #1840 Changes the `config.sign` signature to also accept a boolean "quiet" value. ### Why So we can pass that value through to `sign_with.sign_tx_env` and respect the `quiet` config when printing. ### Known limitations n/a
Configuration menu - View commit details
-
Copy full SHA for c49acab - Browse repository at this point
Copy the full SHA c49acabView commit details -
Integration testing updates (#2302)
### What Minor improvements to RPC tests, patching secure store intermittent CI failures, and allowing all container types to run on release PR updates. ### Why Failure rate of RPC tests is ~30% in CI pipelines, and a few tests have remained ignored without issues ### Known limitations Slightly increase CI minutes as now 3 container types will run RPC tests on release PRs as well
Configuration menu - View commit details
-
Copy full SHA for f90f573 - Browse repository at this point
Copy the full SHA f90f573View commit details
Commits on Dec 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3fba9af - Browse repository at this point
Copy the full SHA 3fba9afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d09254 - Browse repository at this point
Copy the full SHA 3d09254View commit details
Commits on Dec 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 08473ac - Browse repository at this point
Copy the full SHA 08473acView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v23.2.1...v23.3.0