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: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## v0.6.0 (2025-1-20)
4
+
Citrea Kumquat upgrade will go live on testnet at block 5546000, activating many new features:
5
+
- EVM Cancun support.
6
+
- BLOBBASEFEE returns 1 always as blob transactions are not supported.
7
+
- KZG precompile is not activated.
8
+
- Offchain smart contracts.
9
+
- Smart contract bytecodes are not commited to the state any more, reducing transaction costs when deploying smart contracts.
10
+
- Reduced diff size estimation by accounting for brotli compression discount, resulting in lower transaction costs for all transactions.
11
+
- Light client proofs are activated.
12
+
- Succinct ZK proofs for any actor to know Citrea's final state trustlessly by verifying a single ZK proof.
13
+
14
+
For a detailed list of changes, see auto generated changelog at [v0.6.0 release notes](https://github.com/chainwayxyz/citrea/releases/tag/v0.6.0).
15
+
16
+
## v0.5.7 (2024-12-21)
17
+
- Compatibility version for upcoming v0.6.0
18
+
19
+
## v0.5.6 (2024-12-13)
20
+
- Bitcoin DA finality depth increased to 30 due to long and common testnet4 reorgs. ([commit](https://github.com/chainwayxyz/citrea/commit/cb4a86e8de714fea15698742d77dbafeef82a95a))
21
+
3
22
## v0.5.5 (2024-12-9)
4
23
- 100 wei constant priority fee suggestion from nodes. ([#1561](https://github.com/chainwayxyz/citrea/pull/1561))
5
24
- Sequencer checks compressed diff size of a commitment before commiting. ([#1349](https://github.com/chainwayxyz/citrea/pull/1349) and [#1557](https://github.com/chainwayxyz/citrea/pull/1557))
0 commit comments