-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Examples, SDK and CLI v0.2.1 * Pin docker image * Add release notes * preview 3 start * fix * fix nums * link * FutureNet => Futurenet * add core and horizon versions
- Loading branch information
0 parents
commit 1823544
Showing
1 changed file
with
156 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: Preview Releases | ||
--- | ||
|
||
The following Soroban releases are preview releases. | ||
|
||
We’re releasing early versions of Soroban because we believe it’s important to | ||
share the development process, and we want Stellar ecosystem developers and | ||
smart contract developers from other ecosystems to have a chance to experiment | ||
and provide feedback. | ||
|
||
:::caution | ||
Preview releases are software releases that are also released to the [Futurenet] | ||
test network. Software releases may occur between Futurenet releases. If you're | ||
interacting with Futurenet the recommended software versions to use in | ||
development are below. Releases to Futurenet may include network resets and | ||
network passphrase changes. | ||
::: | ||
|
||
[Futurenet]: networks/futurenet | ||
|
||
## Preview 5 (December 6th, 2022) | ||
|
||
### Software | ||
|
||
| Software | Version | | ||
| -------- | ------- | | ||
| XDR | https://github.com/stellar/stellar-xdr/tree/026c9cd074bdb28ddde8ee52f2a4502d9e518a09 | | ||
| Soroban Environment | `v0.0.10` | | ||
| Stellar Core | `stellar-core_19.5.1-1137.b3a6bc281.focal~soroban` | | ||
| Soroban Rust SDK | `` | | ||
| Soroban CLI | `` | | ||
| Soroban RPC | `` | | ||
| Stellar Horizon | `stellar-horizon:2.22.0~soroban-318` | | ||
| Stellar Quickstart | `stellar/quickstart:soroban-dev@sha256:...` | | ||
| Futurenet Network Passphrase | `Test SDF Future Network ; October 2022` | | ||
|
||
### Changelog | ||
|
||
#### XDR | ||
|
||
* ... | ||
|
||
#### Soroban Environment | ||
|
||
* ... | ||
|
||
See https://github.com/stellar/rs-soroban-env/releases v... for more details. | ||
|
||
#### Soroban Rust SDK | ||
|
||
* ... | ||
|
||
See https://github.com/stellar/rs-soroban-sdk/releases v... for more details. | ||
|
||
#### Soroban RPC | ||
|
||
* ... | ||
|
||
See https://github.com/stellar/soroban-tools/releases v... for more details. | ||
|
||
#### Soroban CLI | ||
|
||
* ... | ||
|
||
See https://github.com/stellar/soroban-tools/releases v... for more details. | ||
|
||
## Preview 4 (November 15th, 2022) | ||
|
||
### Software | ||
|
||
| Software | Version | | ||
| -------- | ------- | | ||
| XDR | https://github.com/stellar/stellar-xdr-next/tree/48d5e17ae63bba0aa9725cd9d18d7438f44c07b1 | | ||
| Soroban Environment | `v0.0.9` | | ||
| Stellar Core | `19.5.1-1111.eba1d3de9.focal~soroban` | | ||
| Soroban Rust SDK | `v0.2.1` | | ||
| Soroban CLI | `v0.2.1` | | ||
| Soroban RPC | ??? | | ||
| Stellar Horizon | `2.22.0~soroban-304` | | ||
| Stellar Quickstart | `stellar/quickstart:soroban-dev@sha256:0993d3350148af6ffeab5dc8f0b835236b28dade6dcae77ff8a09317162f768d` | | ||
| Futurenet Network Passphrase | `Test SDF Future Network ; October 2022` | | ||
|
||
### Changelog | ||
|
||
#### XDR | ||
|
||
* Trivial whitespace changes | ||
|
||
#### Soroban Environment | ||
|
||
* Vm tuning | ||
* Add token events | ||
* Catch panics from native contracts in try_call | ||
* Improved built-in token error reporting | ||
* Add missing conversion from Status->ScStatus for the ContractError variant | ||
* Capture user panic-strings in native builds, avoid spurious NoContractRunning error | ||
* Few small fixes to error debug events | ||
|
||
See https://github.com/stellar/rs-soroban-env/releases v0.0.7, v0.0.8, v0.0.9 for more details. | ||
|
||
#### Soroban Rust SDK | ||
|
||
* Add Logger::print in testutils | ||
* Add conversion from Address to Identifier | ||
* Remove deprecated functions | ||
* Remove panic-catching and fix tests that use newly-working native try_call | ||
* Reintroduce an optimized aborting unwrap | ||
* Add assert_with_error! macro | ||
* Rename panic_error! to panic_with_error! | ||
|
||
See https://github.com/stellar/rs-soroban-sdk/releases v0.2.0, v0.2.1 for more details. | ||
|
||
#### Soroban RPC | ||
|
||
* Initial Release | ||
|
||
#### Soroban CLI | ||
|
||
* Strings and symbols are rendered as text in JSON output | ||
* Bytes are rendered as hex in JSON output | ||
* Accounts in invocations are created in sandbox | ||
* Add optimize sub-command that optimizes contracts | ||
* Fix the bin name in the completion command | ||
* Fix jsonrpc compliance issue | ||
|
||
See https://github.com/stellar/soroban-cli/releases v0.2.0, v0.2.1 for more details. | ||
|
||
## Preview 3 (October 11th, 2022) | ||
|
||
### Software | ||
|
||
| Software | Version | | ||
| -------- | ------- | | ||
| XDR | https://github.com/stellar/stellar-xdr-next/tree/161e2e5b64425a49f9ccfef7f732ae742ed5eec4 | | ||
| Soroban Environment | `v0.0.6` | | ||
| Stellar Core | `19.4.1-1097.4e813f20e.focal~soroban` | | ||
| Soroban Rust SDK | `v0.1.1` | | ||
| Soroban CLI | `v0.1.2` | | ||
| Soroban RPC | ??? | | ||
| Stellar Horizon | `2.22.0~soroban-304` | | ||
| Stellar Quickstart | `stellar/quickstart:soroban-dev@sha256:e58d83f92a61f43406087f488dd1cba110a92646dca85f14b3a416163609e853` | | ||
| Futurenet Network Passphrase | `Test SDF Future Network ; October 2022` | | ||
|
||
### Changelog | ||
|
||
See https://www.stellar.org/blog/soroban-a-new-smart-contract-standard. | ||
|
||
## Preview 2 (September 13th, 2022) | ||
|
||
See https://www.stellar.org/developers-blog/soroban-preview-release-2. | ||
|
||
## Preview 1 (August 1st, 2022) | ||
|
||
See https://www.stellar.org/blog/project-jump-cannon-soroban-preview-release. |