-
Notifications
You must be signed in to change notification settings - Fork 132
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v25.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: stellar/stellar-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v26.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 46 files changed
- 5 contributors
Commits on Mar 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 57f067f - Browse repository at this point
Copy the full SHA 57f067fView commit details
Commits on Mar 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8a6c883 - Browse repository at this point
Copy the full SHA 8a6c883View commit details
Commits on Mar 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 84c254d - Browse repository at this point
Copy the full SHA 84c254dView commit details
Commits on Mar 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b36124d - Browse repository at this point
Copy the full SHA b36124dView commit details
Commits on Apr 2, 2026
-
Verify SHA-256 of contract code matches contract hash when fetching (#…
…2465) ### What Add SHA-256 integrity verification to `get_remote_wasm_from_hash` in `utils::rpc`. After fetching Wasm bytecode, compute `sha256(returned_bytes)` and compare it to the requested hash. Return a clear error with both the expected and computed hashes if they don't match. Add unit tests for matching and mismatched hashes. ### Why The CLI fetched WASM bytecode from RPC servers without verifying the returned bytes matched the requested hash. While most data is trusted from the connected RPC, it's good defensive approach if the CLI verifies the contract code because it gets cached against the hash for future use locally. Close #2463
Configuration menu - View commit details
-
Copy full SHA for cadec3f - Browse repository at this point
Copy the full SHA cadec3fView commit details
Commits on Apr 10, 2026
-
feat: add user confirmation for keys rm command (#2452)
### What Add a confirmation prompt when deleting keys. The confirmation prompt can be bypassed with a `--force` flag. Confirmation also works by piping `y` into `stdin`. ```bash $ stellar keys rm rmtest
⚠️ Are you sure you want to remove the key 'rmtest' at '/my-config-path/.config/stellar/identity/rmtest.toml'? This action cannot be undone. (y/N) y ℹ️ Removing the key's cli config file ``` ```bash $ stellar keys rm rmtest --force ℹ️ Removing the key's cli config file ``` ```bash $ stellar keys rm rmtest⚠️ Are you sure you want to remove the key 'rmtest'? This action cannot be undone. (y/N) N ❌ error: removal cancelled by user ``` ### Why Closes: #2420 ### Known limitations None --------- Co-authored-by: Nando Vieira <me@fnando.com>Configuration menu - View commit details
-
Copy full SHA for 8579c49 - Browse repository at this point
Copy the full SHA 8579c49View commit details
Commits on Apr 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ceb34a6 - Browse repository at this point
Copy the full SHA ceb34a6View commit details -
Fix xdr_to_json panic when output type is Val. (#2474)
### What Handle other types when printing values using xdr_to_json. ### Why Fix #2469. ### Known limitations [TODO or N/A] --------- Co-authored-by: mootz12 <38118608+mootz12@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46bfb04 - Browse repository at this point
Copy the full SHA 46bfb04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60f7458 - Browse repository at this point
Copy the full SHA 60f7458View commit details
Loading
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 v25.2.0...v26.0.0