Soroban

Latest version: v0.8.0

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

Scan your dependencies

Page 1 of 7

21.0.0preview.1

What's Changed
* Update astro template repo url. by fnando in https://github.com/stellar/soroban-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/soroban-cli/pull/1287
* Don't gitignore triple-dash by chadoh in https://github.com/stellar/soroban-cli/pull/1289
* Update for protocol 21 by willemneal in https://github.com/stellar/soroban-cli/pull/1292
* Bump version to 21.0.0-preview.1 by github-actions in https://github.com/stellar/soroban-cli/pull/1300


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

20.3.4

What's Changed
* feat: move cost and instruction to Args struct and apply the instructions if present by willemneal in https://github.com/stellar/soroban-cli/pull/1221
* Add soroban-spec-tools by leighmcculloch in https://github.com/stellar/soroban-cli/pull/1215
* Output interface version parts by leighmcculloch in https://github.com/stellar/soroban-cli/pull/1216
* Make builds and tests consistent by leighmcculloch in https://github.com/stellar/soroban-cli/pull/1222
* chore: update docs with new possible example contract by chadoh in https://github.com/stellar/soroban-cli/pull/1226
* feat(ts-bindings): update freighter and stellar-sdk by chadoh in https://github.com/stellar/soroban-cli/pull/1227
* Feat/rpc tests by willemneal in https://github.com/stellar/soroban-cli/pull/1202
* fix: 1229 by willemneal in https://github.com/stellar/soroban-cli/pull/1232
* fix: clippy by willemneal in https://github.com/stellar/soroban-cli/pull/1233
* feat: start network docker container with cli by elizabethengelman in https://github.com/stellar/soroban-cli/pull/1107
* Fix typos. by fnando in https://github.com/stellar/soroban-cli/pull/1236
* Fix option --is-view env var by leighmcculloch in https://github.com/stellar/soroban-cli/pull/1237
* Fix/init template base contract Cargo.toml by elizabethengelman in https://github.com/stellar/soroban-cli/pull/1235
* Update cli readme by janewang in https://github.com/stellar/soroban-cli/pull/1225
* Fix urls in README by janewang in https://github.com/stellar/soroban-cli/pull/1241
* Tweaks to format and content of README by leighmcculloch in https://github.com/stellar/soroban-cli/pull/1245
* Fix/update init template by elizabethengelman in https://github.com/stellar/soroban-cli/pull/1224
* Feat/init/merge readmes by elizabethengelman in https://github.com/stellar/soroban-cli/pull/1228
* docs: update URLs displayed in the "about" command by ElliotFriend in https://github.com/stellar/soroban-cli/pull/1256
* fix: 1251 by willemneal in https://github.com/stellar/soroban-cli/pull/1257
* fetch possible example contracts at compile time by elizabethengelman in https://github.com/stellar/soroban-cli/pull/1244
* Ignore test snapshots. by fnando in https://github.com/stellar/soroban-cli/pull/1260
* Do not raise error when trying to fund account on windows. by fnando in https://github.com/stellar/soroban-cli/pull/1259
* feat(ts-bindings)!: now powered by ContractClient by chadoh in https://github.com/stellar/soroban-cli/pull/1258
* Update Cargo.toml template. by fnando in https://github.com/stellar/soroban-cli/pull/1277
* fix: clippy in ft tests by willemneal in https://github.com/stellar/soroban-cli/pull/1273
* fix: update stellar dependencies by willemneal in https://github.com/stellar/soroban-cli/pull/1281
* Bump version to 20.3.4 by github-actions in https://github.com/stellar/soroban-cli/pull/1282

New Contributors
* fnando made their first contribution in https://github.com/stellar/soroban-cli/pull/1236
* janewang made their first contribution in https://github.com/stellar/soroban-cli/pull/1225
* ElliotFriend made their first contribution in https://github.com/stellar/soroban-cli/pull/1256

**Full Changelog**: https://github.com/stellar/soroban-cli/compare/v20.3.1...v20.3.4

20.3.1

What's Changed
* cli: Use the soroban-rpc Crate from the RPC Repo by stellarsaur in https://github.com/stellar/soroban-cli/pull/1195
* cli: Remove ALL RPC Related Code and Workflows by stellarsaur in https://github.com/stellar/soroban-cli/pull/1198
* all: Separated Soroban RPC from this repository by willemneal in https://github.com/stellar/soroban-cli/pull/1174
* fix: Bugs in `soroban contract init` by elizabethengelman in https://github.com/stellar/soroban-cli/pull/1176
* fix: Embedding the init template files in the build by elizabethengelman in https://github.com/stellar/soroban-cli/pull/1196
* fix: Rename Cargo.toml to Cargo.text in the init template files by elizabethengelman in https://github.com/stellar/soroban-cli/pull/1206
* all: Repoint soroban-spec-tools to the moved one in stellar/soroban-rpc by Shaptic in https://github.com/stellar/soroban-cli/pull/1203
* all: Bump versions of soroban-rpc and spec-tools crates by psheth9 in https://github.com/stellar/soroban-cli/pull/1209
* test: Update references in end-to-end tests to point to the latest releases by sreuland in https://github.com/stellar/soroban-cli/pull/1211

New Contributors
* psheth9 made their first contribution in https://github.com/stellar/soroban-cli/pull/1209

**Full Changelog**: https://github.com/stellar/soroban-cli/compare/v20.3.0...v20.3.1

20.3.0

What's Changed

* feat: soroban init command 1156
* rpc: Use external soroban-simulation library for preflight computations (1168)
* soroban-rpc: Remove panics from internal codebase (1167)
* rpc: Reduce event memory footprint (1183)
* rpc: Store and serve the event transaction ID (1185)
* Bump dependencies for pubnet release (1189)


**Full Changelog**: https://github.com/stellar/soroban-tools/compare/v20.2.0...v20.3.0

20.2.0

What's Changed

What's Changed
* rpc: Add diagnostic events to sendTransaction response by 2opremio in https://github.com/stellar/soroban-tools/pull/1152
* all: Upgrade Ubuntu to 22.04 from 20.04 by mollykarcher in https://github.com/stellar/soroban-tools/pull/1158
* all: Bump Go, Rust and Core dependencies by 2opremio and Shaptic in https://github.com/stellar/soroban-tools/pull/1160 and https://github.com/stellar/soroban-tools/pull/1164
* feat/cli: Move config commands to top level by willemneal in https://github.com/stellar/soroban-tools/pull/1086
* bindings-ts: update to latest SDK & TypeScript, add CI test by chadoh in https://github.com/stellar/soroban-tools/pull/1037

**Full Changelog**: https://github.com/stellar/soroban-tools/compare/v20.1.1...v20.2.0

20.1.1

Soroban CLI
* TypeScript bindings have been updated to use the latest stellar-sdk https://github.com/stellar/soroban-tools/pull/1143

New Contributors
* tyvdh made their first contribution in https://github.com/stellar/soroban-tools/pull/1143

**Full Changelog**: https://github.com/stellar/soroban-tools/compare/v20.1.0...v20.1.1

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.