Skip to content

Commit

Permalink
Update release notes (#752)
Browse files Browse the repository at this point in the history
* Initial draft

* Edits

* Adjustment
  • Loading branch information
jlwllmr authored Sep 30, 2024
1 parent 12843f0 commit b433cbc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/developers/linea-version/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,33 @@ import TokenBridgeL2 from "!!raw-loader!/files/testnet/2023-06-13-release/TokenB
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

## Beta v1a

**Mainnet: TBC**

**Linea Sepolia: September 26**

Beta v1 on Linea introduces new arithmetization, and is split into two phases:
1. Beta v1a: Transition to the new arithmetization, and;
2. Beta v1b: Ensure the new arithmetization is 100% proven.

The overall objective of the Linea Beta is to prove 100% of the zkEVM specification.

This release includes:
- New arithmetization, with selected modules activated from the [Linea specification](https://github.com/Consensys/linea-specification).
- The transition to generating traces with Besu.

## Alpha v3.6

### Block size changes

**Mainnet: September 25**

**Linea Sepolia: September 25**

Increase block limit to 30M units of gas. The transaction limit remains at 24M. Block time also
remains the same, at 2 seconds.

## Alpha v3.5.2

### Transaction exclusion API
Expand Down

0 comments on commit b433cbc

Please sign in to comment.