-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version_notes.adoc with v0.13 versions on testnets (#1023)
* Update version_notes.adoc with v0.13 versions on testnets * Update version_notes.adoc * SME Comments * Removed upcoming versions from TOC, added text to point to Starknet Roadmap. * Apply suggestions from code review * Update components/Starknet/modules/starknet_versions/pages/version_notes.adoc --------- Co-authored-by: Steve Goodman <steve@starkware.co> Co-authored-by: Steve Goodman <39279277+stoobie@users.noreply.github.com>
- Loading branch information
1 parent
b76ba9f
commit 9d206ea
Showing
3 changed files
with
21 additions
and
28 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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
* Versions | ||
** xref:version_notes.adoc[Starknet release notes] | ||
** xref:upcoming_versions.adoc[Upcoming Starknet versions] | ||
// ** xref:upcoming_versions.adoc[Upcoming Starknet versions] | ||
** xref:deprecated.adoc[Deprecated, unsupported, and removed features] | ||
29 changes: 3 additions & 26 deletions
29
components/Starknet/modules/starknet_versions/pages/upcoming_versions.adoc
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 |
---|---|---|
@@ -1,32 +1,9 @@ | ||
[id="upcoming_versions"] | ||
|
||
= Upcoming Starknet versions | ||
|
||
[id="what_to_expect"] | ||
== Starknet Alpha v0.13.0 | ||
|
||
|
||
This version introduces the following changes: | ||
|
||
* In addition to ETH, users will be able to pay transaction fees in STRK using v3 transactions. | ||
* v3 transactions are structured to support several upcoming features detailed below. | ||
|
||
=== v3 transactions | ||
|
||
[IMPORTANT] | ||
==== | ||
While v3 transactions will support the following features, not all the features that they will support will be available in Starknet v0.13.0. | ||
==== | ||
|
||
* A *fee market*, starting with Starknet v0.14.0, to enable users to optimize their transaction process by the network during periods of congestion. | ||
* A *paymaster* mechanism, to enable entities other than the transaction sender to pay transaction fees. | ||
* Account deployment will take place with an account’s initial Invoke or Declare transaction. | ||
* *Volition mode*, for reducing data availability costs. | ||
* *Nonce generalization*, enabling users to send multiple transactions simultaneously by specifying different channels for different transactions. | ||
|
||
For more information, see the following: | ||
|
||
* link:https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-8.md[SNIP 8: Transaction V3 Structure] | ||
* link:https://github.com/ob1337/SNIPs/blob/snip-10/SNIPS/snip-10.md[SNIP 10: STRK fee token] | ||
== Roadmap and version updates | ||
|
||
You can subscribe to get the latest version updates delivered to your inbox at link:https://www.starknet.io/en/roadmap[Starknet Roadmap & version updates]. | ||
|
||
For information on the current version of Starknet, see the xref:version_notes.adoc[Starknet release notes]. |
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