Skip to content

Commit 7bfb6b6

Browse files
authored
update changelog (#1724)
1 parent 377a114 commit 7bfb6b6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

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+
322
## v0.5.5 (2024-12-9)
423
- 100 wei constant priority fee suggestion from nodes. ([#1561](https://github.com/chainwayxyz/citrea/pull/1561))
524
- 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

Comments
 (0)