Soroban

Latest version: v0.9.1

Safety actively analyzes 701178 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

22.0.0rc.1

What's Changed
* Add description. by fnando in https://github.com/stellar/stellar-cli/pull/1597
* Add crate version badge. by fnando in https://github.com/stellar/stellar-cli/pull/1598
* Update README by janewang in https://github.com/stellar/stellar-cli/pull/1607
* Rename contract by fnando in https://github.com/stellar/stellar-cli/pull/1609
* Change output of events in logs from Rust debug to JSON by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1600
* feat: `tx sign` and new signer by willemneal in https://github.com/stellar/stellar-cli/pull/1590
* feat: tx send by willemneal in https://github.com/stellar/stellar-cli/pull/1592
* chore: update testcontainers by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1602
* fix: bug in tx sign and send test by willemneal in https://github.com/stellar/stellar-cli/pull/1620
* feat: tx sign --sign-with-lab by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1604
* feat: allow source account to be a public key by willemneal in https://github.com/stellar/stellar-cli/pull/1619
* Bump the all-actions group with 4 updates by dependabot in https://github.com/stellar/stellar-cli/pull/1538
* reformat link to stellar lab, remove surrounding angle brackets by ElliotFriend in https://github.com/stellar/stellar-cli/pull/1622
* Update nix lockfile by Ifropc in https://github.com/stellar/stellar-cli/pull/1626
* Fix source account bug by Ifropc in https://github.com/stellar/stellar-cli/pull/1631
* Code cleanup by Ifropc in https://github.com/stellar/stellar-cli/pull/1635
* feat: add `tx::builder` module and initial classic commands by willemneal in https://github.com/stellar/stellar-cli/pull/1551
* fix: add test to check if default is used for durability by willemneal in https://github.com/stellar/stellar-cli/pull/1644
* Do not require source account when fetching an asset's contract id. by fnando in https://github.com/stellar/stellar-cli/pull/1647
* Use reqwest, remove http, ureq and hyper by overcat in https://github.com/stellar/stellar-cli/pull/1632
* Chore/use rich printer for network container by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1638
* feat: Bring colors to help message by Abeeujah in https://github.com/stellar/stellar-cli/pull/1650
* Add Assembled from stellar-rpc-client9f74833 by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1648
* Deprecate contract inspect by Ifropc in https://github.com/stellar/stellar-cli/pull/1636
* Make all logs in upgrade check debug by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1655
* Do not require source account when reading contract. by fnando in https://github.com/stellar/stellar-cli/pull/1658
* Update xdr, env, sdk, strkey deps to compat with 22.0.0-rc.1 stream by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1646
* Fix flake for nixpkgs on darwin by TomMD in https://github.com/stellar/stellar-cli/pull/1665
* Add warning on no fund flag by Ifropc in https://github.com/stellar/stellar-cli/pull/1637
* Fix tests by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1666
* Add sim-only deprecation notice by Ifropc in https://github.com/stellar/stellar-cli/pull/1634
* Add support for contract id alias and key name to `stellar snapshot create`. by fnando in https://github.com/stellar/stellar-cli/pull/1662
* Contract init: add flag removal message by Ifropc in https://github.com/stellar/stellar-cli/pull/1628
* Remove example_contracts.list by Ifropc in https://github.com/stellar/stellar-cli/pull/1667
* Update contract init by Ifropc in https://github.com/stellar/stellar-cli/pull/1625
* Feat/add rpc header arg by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1618
* Add GitHub Action for installing stellar-cli in repos by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1669
* Add attestation of binaries uploaded to release by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1670
* Fix attestation during binary release by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1674
* Use attestation in install action by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1675
* Update install instructions to match stellar-docs by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1679
* Remove the `soroban` binary from prebuilt binaries in the release by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1680
* Add support for plugins using stellar prefix. by fnando in https://github.com/stellar/stellar-cli/pull/1683
* Favor stellar config dir. by fnando in https://github.com/stellar/stellar-cli/pull/1681
* fix: default value for starting balance in create_account by willemneal in https://github.com/stellar/stellar-cli/pull/1688
* Enable unit tests for all platforms by Ifropc in https://github.com/stellar/stellar-cli/pull/1689
* Feat/add meta on build by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1684
* Make flake install work by TomMD in https://github.com/stellar/stellar-cli/pull/1686
* feat: add help headings for global command options by willemneal in https://github.com/stellar/stellar-cli/pull/1696
* fix: update stellar dependencies by willemneal in https://github.com/stellar/stellar-cli/pull/1695
* Remove absolute registry paths from panic messages in wasm by brson in https://github.com/stellar/stellar-cli/pull/1594
* fix: remove clap from enforcing network args and update error message by willemneal in https://github.com/stellar/stellar-cli/pull/1698
* Fix: stellar contract info * commands require network when network no… by Dhanraj30 in https://github.com/stellar/stellar-cli/pull/1676
* Add global config for default network and identity. by fnando in https://github.com/stellar/stellar-cli/pull/1690
* feat: Add parsing to deploy to support new constructor feature by willemneal in https://github.com/stellar/stellar-cli/pull/1574
* Fix which macOS arch is used for binary builds by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1705
* Cleanup unit testing/add ARM support by Ifropc in https://github.com/stellar/stellar-cli/pull/1691
* Add cargo-deny for license checks and dep duplicate avoidance by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1685
* Do not overwrite existing keys when generating new ones. by fnando in https://github.com/stellar/stellar-cli/pull/1709
* upgrade typescript to latest version by Benjtalkshow in https://github.com/stellar/stellar-cli/pull/1641
* Resolve identity from default config. by fnando in https://github.com/stellar/stellar-cli/pull/1711
* feat(ts-bindings): upgrade stellar-sdk to 12.2.0 by chadoh in https://github.com/stellar/stellar-cli/pull/1606
* Move container command to root by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1710
* Revert "Resolve identity from default config. (1711)" by fnando in https://github.com/stellar/stellar-cli/pull/1715
* Load default configuration into env vars. by fnando in https://github.com/stellar/stellar-cli/pull/1716
* Bump version to 22.0.0-rc.1 by github-actions in https://github.com/stellar/stellar-cli/pull/1717

New Contributors
* Abeeujah made their first contribution in https://github.com/stellar/stellar-cli/pull/1650
* TomMD made their first contribution in https://github.com/stellar/stellar-cli/pull/1665
* Dhanraj30 made their first contribution in https://github.com/stellar/stellar-cli/pull/1676
* Benjtalkshow made their first contribution in https://github.com/stellar/stellar-cli/pull/1641

**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.5.0...v22.0.0-rc.1

21.5.3

Whats Changed

* Fix permissions of binaries workflow by leighmcculloch

**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.5.2...v21.5.3

21.5.2

Whats Changed

* Fix permissions on binaries build by leighmcculloch

**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.5.1...v21.5.2

21.5.1

What's Changed

* Add attestation of binaries uploaded to release by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1670

**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.5.0...v21.5.1

21.5.0

What's Changed

* Add `contract alias remove`. by fnando in https://github.com/stellar/stellar-cli/pull/1563
* Add `contract alias add`. by fnando in https://github.com/stellar/stellar-cli/pull/1565
* Add `contract alias show`. by fnando in https://github.com/stellar/stellar-cli/pull/1567
* chore: move custom arg parsing to separate module for reuse by willemneal in https://github.com/stellar/stellar-cli/pull/1569
* fix: only resolve contract alias if needed when generating ledger keys by willemneal in https://github.com/stellar/stellar-cli/pull/1575
* chore: remove unused `enum FrontendTemplate` by chadoh in https://github.com/stellar/stellar-cli/pull/1573
* fix: remove unneeded print statement by willemneal in https://github.com/stellar/stellar-cli/pull/1554
* fix(init): use String, not Symbol, in hello_world by chadoh in https://github.com/stellar/stellar-cli/pull/1577
* Feat/use rich printer for init by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1548
* fix: update snapshot fixtures by chadoh in https://github.com/stellar/stellar-cli/pull/1580
* build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by dependabot in https://github.com/stellar/stellar-cli/pull/1581
* Add `contract alias ls`. by fnando in https://github.com/stellar/stellar-cli/pull/1572
* Provide a prompt when the new version is available. by overcat in https://github.com/stellar/stellar-cli/pull/1571
* Handle emoji codepoint size for some not so great terminals. by fnando in https://github.com/stellar/stellar-cli/pull/1582
* Fix/update init error handling by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1584
* Cookbook documentation by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1541
* unifying formatting to reflect stellar-docs1541 by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1587

**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.4.1...v21.5.0

21.4.1

What's Changed
* fix: use print.infoln, etc by willemneal in https://github.com/stellar/stellar-cli/pull/1558
* Bump version to 21.4.1 by github-actions in https://github.com/stellar/stellar-cli/pull/1559


**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.4.0...v21.4.1

Page 1 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.