Commit 8ac90ea
fix: align deps and struct shapes for stellar-cli 26.0.0 (#486)
* chore: update stellar-cli to v26.0.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix: tool-chain
* fix: align deps and struct shapes for stellar-cli 26.0.0
Pin stellar-strkey to 0.0.15 and stellar-rpc-client to 26.0.0-rc.1 to
match what soroban-cli 26.0.0 uses internally, eliminating duplicate-
crate type mismatches. Update contract::build::Cmd and contract::
upload::Cmd literals to the 26.0.0 shape (meta/optimize moved into
BuildArgs; upload's wasm is now Option<PathBuf> with new package and
build_args fields).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix(ci): clippy pedantic and locator::Args.global removal
- Replace implicit-clone `to_string()` with `clone()` on `String` in
build/clients.rs (id and resolved_line) and drop redundant
`rpc_url().to_string()` in the integration test.
- Drop `global` field from `locator::Args` literal — removed in
soroban-cli 26.0.0.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix(clean): pass --force to stellar keys rm
stellar-cli 26.0.0 prompts for confirmation on `keys rm` and exits
non-zero with "removal cancelled by user" when stdin is non-tty
(as in CI subprocesses), so the account never gets removed and the
"Removed account: alice" log line is never printed. Pass --force to
skip the prompt.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d59711d commit 8ac90ea
15 files changed
Lines changed: 1160 additions & 303 deletions
File tree
- .github/workflows
- crates
- stellar-registry-cli/src/commands
- stellar-scaffold-cli
- src/commands
- build
- tests/it/build_clients
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments