Skip to content

Commit fca367f

Browse files
authored
v0.13.4 pre-release notes (#1482)
* init&finish * typo fix * invoke rebuild
1 parent 553b5ce commit fca367f

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

components/Starknet/modules/ROOT/nav_glossary.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
*** xref:staking:managing-staking-and-delegation-operations.adoc[Managing staking and delegation operations]
2424
*** xref:staking:staking-events-and-read-functions.adoc[Using staking events and read functions]
2525
* Resources
26-
** Release information
26+
** Chain information
2727
*** xref:tools:limits-and-triggers.adoc[Current versions and limits]
2828
*** xref:starknet-versions:deprecated.adoc[Deprecated, unsupported, and removed features]
2929
*** xref:tools:important-addresses.adoc[Important addresses]
30-
*** xref:starknet-versions:version-notes.adoc[Release notes]
30+
** xref:starknet-versions:version-notes.adoc[Release notes]
3131
** xref:glossary.adoc[]

components/Starknet/modules/starknet-versions/pages/version-notes.adoc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,45 @@
66
You can get the latest version updates delivered to your inbox by subscribing to the link:https://www.starknet.io/starknet-devs-newsletter/[Starknet Devs Newsletter].
77
====
88

9+
[id="version0.13.4"]
10+
== Starknet v0.13.4 (Pre-release)
11+
12+
[discrete]
13+
=== Rough timelines
14+
15+
* Testnet: Feb 17-24
16+
* Mainnet: March 10-24
17+
18+
[discrete]
19+
=== RPC updates
20+
21+
* Termination of RPC versions < 0.6: Starting in Starknet v0.13.4, full nodes will only serve RPC versions v0.6 and above.
22+
23+
* RPC version 0.8: RPC v0.8 will be released for Starknet v0.13.4, terminating support for the transaction versions 0,1,2. Anyone consuming receipts and/or traces must upgrade to RPC v0.8, and anyone else is highly encouraged to do so in order to benefit from its latest features (such as storage proofs and the introduction of L2 gas).
24+
25+
[discrete]
26+
=== Wallet ⇄ DApp API update
27+
28+
After an extensive community effort, the Starknet Wallet ⇄ Dapp API is receiving a substantial update. The new API breaks the coupling between wallets, DApps, and starknet.js versions, allowing for faster development. Migration is very simple: instead of initiating an Account object returned by the wallet, Starknet.js does all the work for you and lets you initiate a WalletAccount which abstracts the new API.
29+
30+
[NOTE]
31+
====
32+
With the termination of RPC versions < 0.7, make sure to use https://starkware.us12.list-manage.com/track/click?u=b7a3c9f392572e89e8529da3c&id=b17c8309bb&e=58088eda14[Starknet.js version ≥6.9.0^].
33+
====
34+
35+
[discrete]
36+
=== Upcoming termination of old transaction versions
37+
38+
Starknet v0.14.0, coming later this year, will terminate support for all transaction versions v0, v1, and v2 as part of introducing a mempool and fee market. A detailed account of this termination will be sent soon.
39+
40+
[discrete]
41+
=== Additional resources
42+
43+
* https://community.starknet.io/t/fall-roadmap-updates/115001[Fall Roadmap Updates forum post^]
44+
* https://community.starknet.io/t/starknet-v0-13-4-pre-release-notes/115257[Starknet v0.13.4 Pre-release Notes forum post^]
45+
* https://community.starknet.io/t/new-starknet-wallet-dapp-api/114295[New Starknet Wallet<>Dapp API forum post^]
46+
* https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-16.md[SNIP-16^]
47+
948
[id="version0.13.3"]
1049
== Starknet v0.13.3 (November 20, 24)
1150

0 commit comments

Comments
 (0)