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/starknet-versions/pages/version-notes.adoc
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,39 @@
1
1
[id="upcoming"]
2
2
= Release notes
3
3
4
-
[NOTE]
4
+
[TIP]
5
5
====
6
6
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].
7
7
====
8
8
9
+
[id="version0.13.3"]
10
+
== Starknet v0.13.3 (November 20, 24)
11
+
12
+
Blob gas on Starknet is now 5x cheaper (!) using:
13
+
14
+
* Squashing discount factor: Users pay for the expected marginal contribution of their transaction to the blobs sent to L1
15
+
16
+
* State diff compression: Starknet submits compressed state diffs to L1. To better lends itself to the new compression scheme as well as allow its construction to be based on the state diff alone, the uncompressed encoding of contract diff headers changes to:
0 commit comments