Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 616 Bytes

File metadata and controls

27 lines (16 loc) · 616 Bytes

Development Guide

This document describes the pinned Soroban CLI setup and how to upgrade it safely.


Soroban CLI Version Pinning

We pin soroban-cli to a known-good version to ensure consistency between local development and CI.

  • Pinned version: compatible with soroban-sdk = "21.7.7"

The pin is applied in two places:

  1. scripts/setup.sh
    Installs the CLI with a locked version.
  2. .github/workflows/release.yml
    Ensures CI installs the same version.

Checking Installed Version

Run:

soroban --version