You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/Starknet/modules/resources/pages/version-notes.adoc
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,29 @@
5
5
You can get the latest updates delivered to your inbox by subscribing to the https://www.starknet.io/starknet-devs-newsletter/[Starknet Devs Newsletter^].
6
6
====
7
7
8
+
== Starknet v0.13.6 (8 Jul, '25)
9
+
10
+
Starknet v0.13.6 is live on Testnet and scheduled be live on Mainnet on July 8th.
11
+
12
+
Starknet v0.13.6 is a configuration change done to support integration by the https://docs.starknet.io/stwo-book/[S-Two prover^], including:
13
+
14
+
* Introducing builtin tracking and temporarily disabling Cairo Native: The xref:architecture:os.adoc[Starknet OS] now tracks individual builtins usages, xref:chain-info.adoc#block_builtin_limits[capping the number of builtins that may fit inside each block]. Since https://github.com/lambdaclass/cairo_native[Cairo Native^] does currently not support this kind of tracking, its usage is temporarily disabled and will be enabled again once this capability is supported.
15
+
+
16
+
[NOTE]
17
+
====
18
+
Cairo Native hasn't yet been enabled on Mainnet, and disabling it only affects Sepolia.
19
+
====
20
+
* Reducing maximum block size: The amount of L2 gas that a block can contain is xref:chain-info.adoc#current_limits[decreased from 5B to 4B L2 gas].
21
+
22
+
.Additional resources
23
+
* https://community.starknet.io/t/sn-v0-13-6-pre-release-notes/115680[_SN v0.13.6 pre-release notes_ on Starknet's community forum]
24
+
* https://community.starknet.io/t/introducing-sn-0-13-6/115678[_Introducing SN 0.13.6_ on Starknet's community forum]
25
+
8
26
== Starknet v0.13.4 and v0.13.5 (Mar 24, '25)
9
27
10
28
Starknet v0.13.4 and v0.13.5 are live on Mainnet. All the big improvements came in v0.13.4, and the v0.13.5 upgrade rolled out immediately after, bringing minor adjustments to help the ecosystem gear up for Starknet's next upgrade.
11
29
12
-
Starknet 0.13.4 includes the following changes:
30
+
Starknet v0.13.4 includes the following changes:
13
31
14
32
* *Cairo Native Execution*: Contracts compiled with Sierra ≥ 1.7.0 can run faster by being executed natively (without the Cairo VM)
0 commit comments