Skip to content

Commit ceb34a6

Browse files
authored
Prepare for Protocol 26 release. (#2470)
1 parent 8579c49 commit ceb34a6

File tree

19 files changed

+996
-408
lines changed

19 files changed

+996
-408
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Stellar CLI is a Rust-based command-line tool for interacting with the Stellar n
99
### Bootstrap and Build
1010

1111
- Install system dependencies: `sudo apt-get update && sudo apt-get install -y libudev-dev libdbus-1-dev build-essential`
12-
- Install Rust toolchain: `rustup update` (Rust 1.89.0+ required)
12+
- Install Rust toolchain: `rustup update` (Rust 1.92.0+ required)
1313
- Add WebAssembly target: `rustup target add wasm32v1-none`
1414
- Build main CLI: `cargo build --bin stellar` -- takes 45 seconds. NEVER CANCEL.
1515
- Install CLI: `make install` -- takes 3 minutes with potential network timeouts. NEVER CANCEL. Set timeout to 10+ minutes.

.github/workflows/bindings-ts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: stellar/quickstart@main
2828
with:
2929
tag: testing
30+
protocol_version: 26
3031
- uses: actions/setup-node@v6
3132
with:
3233
node-version: "20.x"

0 commit comments

Comments
 (0)