Soroban

Latest version: v0.9.1

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

Scan your dependencies

Page 2 of 9

21.4.0

What's Changed
* Make global arguments... global. by fnando in https://github.com/stellar/stellar-cli/pull/1510
* Add initial implementation of rich output with emojis. by fnando in https://github.com/stellar/stellar-cli/pull/1509
* Remove short name, so it doesn't conflict with the verbose short name. by fnando in https://github.com/stellar/stellar-cli/pull/1525
* Require ci doc check on prs by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1526
* feat: add `--send` to `contract invoke` and default to only sending transaction if there are writes in the ledger footprint by willemneal in https://github.com/stellar/stellar-cli/pull/1518
* Rename output module to print. by fnando in https://github.com/stellar/stellar-cli/pull/1530
* Fix `contract init` short name conflict. by fnando in https://github.com/stellar/stellar-cli/pull/1529
* Move snapshot output to the rich print system. by fnando in https://github.com/stellar/stellar-cli/pull/1531
* Fix invoke send default behavior by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1536
* Fix typo in information output by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1537
* Update homebrew command by janewang in https://github.com/stellar/stellar-cli/pull/1542
* Add `other_custom_types` example by Ifropc in https://github.com/stellar/stellar-cli/pull/1543
* Add `contract info` by Ifropc in https://github.com/stellar/stellar-cli/pull/1532
* Add dev shell environment by Ifropc in https://github.com/stellar/stellar-cli/pull/1534
* Move container output to the rich print system. by fnando in https://github.com/stellar/stellar-cli/pull/1533
* Print status messages when pulling quickstart image by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1546
* Bump version to 21.4.0 by github-actions in https://github.com/stellar/stellar-cli/pull/1555


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

21.3.0

What's Changed
* docs: fix markdown link to ledger header docs by ElliotFriend in https://github.com/stellar/stellar-cli/pull/1467
* docs: reformat link to ledger headers in `events.rs` by ElliotFriend in https://github.com/stellar/stellar-cli/pull/1468
* docs: correct the URL to the ledger headers page by ElliotFriend in https://github.com/stellar/stellar-cli/pull/1469
* fix durability not setting default by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1470
* Fix/network container improvements by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1423
* add tx hash command by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1430
* Feat/init overwrite by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1477
* change fund to top off if balance below 10k xlm by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1478
* Help tweaks by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1474
* Remove the short option -o for --overwrite by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1483
* Revert "change fund to top off if balance below 10k xlm" by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1487
* chore: reorganize config into separate module by willemneal in https://github.com/stellar/stellar-cli/pull/1479
* Clean cargo warnings by Ifropc in https://github.com/stellar/stellar-cli/pull/1491
* Remove dead code by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1492
* Remove windows not supported errors by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1496
* Update bytes from 1.6.0 to 1.6.1 by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1495
* Remove update-completed-sprint-on-issue-closed by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1475
* Add CI concurrency group by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1484
* Add error message on system contract by Ifropc in https://github.com/stellar/stellar-cli/pull/1494
* Update fund error handling by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1501
* fix(ts-tests): update js-stellar-sdk; use it correctly by chadoh in https://github.com/stellar/stellar-cli/pull/1502
* Do not error if friendbot says account already funded by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1508
* build: update system-test quickstart & stellar-sdk by chadoh in https://github.com/stellar/stellar-cli/pull/1514
* Handle host ports with emulator tests by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1464
* feat: separate out different events to only log user defined ones by default by willemneal in https://github.com/stellar/stellar-cli/pull/1394
* Add snapshot subcommand that creates a ledger snapshot from an archive by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1368
* Remove lock file from template and update sdk version by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1500
* Bump version to 21.3.0 by github-actions in https://github.com/stellar/stellar-cli/pull/1523

New Contributors
* Ifropc made their first contribution in https://github.com/stellar/stellar-cli/pull/1491

**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.2.0...v21.3.0

21.2.0

What's Changed
* contract build: fix when used in sub-directories of crates by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1451
* contract build: fix when used in sub-directories without manifests by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1453
* contract build: fix when used in workspace with default members by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1457
* Allow for retries when checking if the emulator is running by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1459
* Add dependabot.yml for dependency version updates by kanwalpreetd in https://github.com/stellar/stellar-cli/pull/1449
* Remove list of crates from publish dry run by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1465
* Update stellar-xdr, soroban-env-*, soroban-sdk-*, stellar-rpc-client by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1460
* Bump version to 21.2.0 by github-actions in https://github.com/stellar/stellar-cli/pull/1466

New Contributors
* kanwalpreetd made their first contribution in https://github.com/stellar/stellar-cli/pull/1449

**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.1.1...v21.2.0

21.1.1

What's Changed
* fix bindings error enum not showing message or docs by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1364
* Add additional content to README by janewang in https://github.com/stellar/stellar-cli/pull/1436
* Improve markdown output so we can import it on stellar docs. by fnando in https://github.com/stellar/stellar-cli/pull/1435
* Remove unnecessary brackets from readme by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1441
* Use a shorter title. by fnando in https://github.com/stellar/stellar-cli/pull/1443
* chore: ignore vscode settings by willemneal in https://github.com/stellar/stellar-cli/pull/1444
* Fix link. by fnando in https://github.com/stellar/stellar-cli/pull/1448
* Fixed default futurenet/testnet configs by Row-Bear in https://github.com/stellar/stellar-cli/pull/1456
* Bump version to 21.1.1 by github-actions in https://github.com/stellar/stellar-cli/pull/1458

New Contributors
* Row-Bear made their first contribution in https://github.com/stellar/stellar-cli/pull/1456

**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.1.0...v21.1.1

21.1.0

What's Changed
* Fix typo. by fnando in https://github.com/stellar/stellar-cli/pull/1387
* fix: add soroban_cli tracing directive for backwards compatibility by willemneal in https://github.com/stellar/stellar-cli/pull/1393
* Fix typo and sample command. by fnando in https://github.com/stellar/stellar-cli/pull/1388
* Add cli page from docs by janewang in https://github.com/stellar/stellar-cli/pull/1395
* docs: remove "default --source" misinformation by chadoh in https://github.com/stellar/stellar-cli/pull/1397
* feat: txn command to simulate by willemneal in https://github.com/stellar/stellar-cli/pull/1283
* docs: update full docs by chadoh in https://github.com/stellar/stellar-cli/pull/1398
* Move alias supporting code to locator. by fnando in https://github.com/stellar/stellar-cli/pull/1401
* Add support for contract id alias on `stellar contract bindings typescript`. by fnando in https://github.com/stellar/stellar-cli/pull/1403
* Add support for alias on `stellar contract fetch`. by fnando in https://github.com/stellar/stellar-cli/pull/1404
* Use clap's validator instead. by fnando in https://github.com/stellar/stellar-cli/pull/1402
* Add support for alias on `stellar events`. by fnando in https://github.com/stellar/stellar-cli/pull/1405
* fix: typo: second "Bytes" should be "BytesN" by chadoh in https://github.com/stellar/stellar-cli/pull/1411
* Add support for alias to `stellar contract extend|read|restore`. by fnando in https://github.com/stellar/stellar-cli/pull/1413
* Update README to use install with unreleased features by janewang in https://github.com/stellar/stellar-cli/pull/1422
* Update alias help. by fnando in https://github.com/stellar/stellar-cli/pull/1419
* Regenerate docs on pre-commit. by fnando in https://github.com/stellar/stellar-cli/pull/1418
* feat: add (local|testnet|mainnet) default networks by chadoh in https://github.com/stellar/stellar-cli/pull/1408
* Upgrade dependencies. by fnando in https://github.com/stellar/stellar-cli/pull/1431
* fix: update sep5 to use newest e25519-dalek by willemneal in https://github.com/stellar/stellar-cli/pull/1432
* Bump version to 21.1.0 by github-actions in https://github.com/stellar/stellar-cli/pull/1433


**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v21.0.0...v21.1.0

21.0.0

What's Changed
* Update astro template repo url. by fnando in https://github.com/stellar/stellar-cli/pull/1286
* Fix issue with cc 1.0.86 and macos builds and build binaries on all by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1287
* fix(init): don't gitignore triple-dash by chadoh in https://github.com/stellar/stellar-cli/pull/1289
* feat!: update to protocol 21 by willemneal in https://github.com/stellar/stellar-cli/pull/1292
* Bump version to 21.0.0-preview.1 by github-actions in https://github.com/stellar/stellar-cli/pull/1300
* fix(init): don't add two `dev_dependencies` sections by chadoh in https://github.com/stellar/stellar-cli/pull/1296
* Embed examples contract list into source and remove from build script by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1301
* Remove deprecated lab token command by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1306
* Remove deprecated config command by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1305
* Add xdr command to root by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1307
* Remove lab xdr command by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1310
* feat: add cache sub commands and allow for proper transaction data logging by willemneal in https://github.com/stellar/stellar-cli/pull/1173
* Allow reupload of wasm if extension is v0 by sisuresh in https://github.com/stellar/stellar-cli/pull/1309
* Removed extra output line in optimization by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1315
* feat: update TS Bindings stellar-sdk dep to 12rc2 by chadoh in https://github.com/stellar/stellar-cli/pull/1314
* feat: add no-build option for fee::Args by willemneal in https://github.com/stellar/stellar-cli/pull/1267
* Do not auto add test account to keys by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1325
* Output TransactionEnvelope instead of Transaction for --build-only by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1323
* Add stellar-cli crate alongside soroban-cli by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1320
* feat(ts-bindings): use upcoming stellar-sdk12rc3 by chadoh in https://github.com/stellar/stellar-cli/pull/1326
* fix: switch to stderr directly for when account already exists by willemneal in https://github.com/stellar/stellar-cli/pull/1328
* fix(ts-bindings): package.json needs type: module by chadoh in https://github.com/stellar/stellar-cli/pull/1333
* Bump version to 21.0.0-rc.1 by github-actions in https://github.com/stellar/stellar-cli/pull/1329
* Update README.md typo by rawritude in https://github.com/stellar/stellar-cli/pull/1338
* fix(init): example contracts: keep cdylib, exclude Cargo.lock by chadoh in https://github.com/stellar/stellar-cli/pull/1337
* Feat/ledger signing by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1278
* fix: dotenv test is flaky by willemneal in https://github.com/stellar/stellar-cli/pull/1340
* Remove the contract-ids dir by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1339
* Fix/stellar asset bindings by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1332
* Rename to stellar-cli by janewang in https://github.com/stellar/stellar-cli/pull/1348
* Update other references to stellar-cli. by fnando in https://github.com/stellar/stellar-cli/pull/1349
* Install stellar and soroban CLIs when installing either by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1350
* Build artifacts for both stellar-cli and soroban-cli by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1351
* Fix/ledger tests org update by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1343
* Update completions to use stellar instead of soroban by JakeUrban in https://github.com/stellar/stellar-cli/pull/1358
* Fix: exclude host only functions from client by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1359
* Use safe unwrapping in option unwrap by leighmcculloch in https://github.com/stellar/stellar-cli/pull/1355
* fix incorrect filter logic by BlaineHeffron in https://github.com/stellar/stellar-cli/pull/1360
* Feat/add container log tailing cmd by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1361
* fix: mark `deploy::wasm::Cmd` fields as public by chadoh in https://github.com/stellar/stellar-cli/pull/1366
* Add support for contract id alias name when deploying and invoking contracts. by fnando in https://github.com/stellar/stellar-cli/pull/1356
* Add other ledger test emulators by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1321
* Fix/update network container start command to use updated enable flags by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1371
* feat: update to newest soroban-rpc and copy over old signing logic by willemneal in https://github.com/stellar/stellar-cli/pull/1362
* Extract alias logic into its own implementation. by fnando in https://github.com/stellar/stellar-cli/pull/1369
* feat(bindings): update js-stellar-sdk dependency by chadoh in https://github.com/stellar/stellar-cli/pull/1374
* Move testcontainers dep to dev-deps in Cargo.toml by elizabethengelman in https://github.com/stellar/stellar-cli/pull/1377
* Use a larger linux instance. by fnando in https://github.com/stellar/stellar-cli/pull/1383
* Add libudev-dev as dep. by fnando in https://github.com/stellar/stellar-cli/pull/1384
* Disable ubuntu arm. by fnando in https://github.com/stellar/stellar-cli/pull/1385
* Bump version to 21.0.0-rc.2 by github-actions in https://github.com/stellar/stellar-cli/pull/1381
* Bump version to 21.0.0 by github-actions in https://github.com/stellar/stellar-cli/pull/1386

New Contributors
* rawritude made their first contribution in https://github.com/stellar/stellar-cli/pull/1338
* BlaineHeffron made their first contribution in https://github.com/stellar/stellar-cli/pull/1332
* JakeUrban made their first contribution in https://github.com/stellar/stellar-cli/pull/1358

**Full Changelog**: https://github.com/stellar/stellar-cli/compare/v20.3.4...v21.0.0

Page 2 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.