Skip to content

Commit

Permalink
Initial draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 26, 2024
1 parent 5a503f6 commit 0849c36
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/developers/linea-version/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,34 @@ import TokenBridgeL2 from "!!raw-loader!/files/testnet/2023-06-13-release/TokenB
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

## Beta v1

**Mainnet: TBC**

**Linea Sepolia: September 23**

### Arithmetization

Introduces new arithmetization to prepare Linea for future decentralization:
- New specification completed
- Implementing the Besu trace generator
- New counting in sequencer
- Improvements to tracing and sequencing efficiency.

### Prover

Refactor the prover to ensure it can be run in a decentralized way.

## Alpha v3.6

### Block size changes

**Mainnet: September 26**

**Linea Sepolia: September 26**

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

## Alpha v3.5.2

### Transaction exclusion API
Expand Down

0 comments on commit 0849c36

Please sign in to comment.