This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Add release notes #232
Merged
Merged
Add release notes #232
Changes from 6 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
1dffc11
Update Examples, SDK and CLI v0.2.1
leighmcculloch c9928a2
Pin docker image
leighmcculloch d435edf
Merge branch 'main' into dev
leighmcculloch d4ec08b
Add release notes
leighmcculloch 16dcb9e
preview 3 start
leighmcculloch 8adea3a
fix
leighmcculloch 6a8be05
fix nums
leighmcculloch 6c0ca4c
link
leighmcculloch 937fa45
FutureNet => Futurenet
leighmcculloch 07e76ab
add core and horizon versions
leighmcculloch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,147 @@ | ||
--- | ||
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 3 (December 6th, 2022) | ||
|
||
### Software | ||
|
||
| Software | Version | | ||
| -------- | ------- | | ||
| XDR | https://github.com/stellar/stellar-xdr/tree/026c9cd074bdb28ddde8ee52f2a4502d9e518a09 | | ||
| Soroban Environment | `v0.0.10` | | ||
| Stellar Core | `` | | ||
| Soroban Rust SDK | `` | | ||
| Soroban CLI | `` | | ||
| Soroban RPC | `` | | ||
| Stellar Horizon | `` | | ||
| 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 2 (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 1 (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 | ||
- Initial Preview Release |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FutureNet or Futurenet. I've been using Futurenet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, fixed in 937fa45.