Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes #752

Merged
merged 6 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
jlwllmr marked this conversation as resolved.
Show resolved Hide resolved

**Mainnet: TBC**

**Linea Sepolia: September 23**
jlwllmr marked this conversation as resolved.
Show resolved Hide resolved

### Arithmetization
jlwllmr marked this conversation as resolved.
Show resolved Hide resolved

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.
jlwllmr marked this conversation as resolved.
Show resolved Hide resolved

## Alpha v3.6

### Block size changes

**Mainnet: September 26**
jlwllmr marked this conversation as resolved.
Show resolved Hide resolved

**Linea Sepolia: September 26**

Increase block limit to 30M units of gas. Block time remains the same, at 2 seconds.
jlwllmr marked this conversation as resolved.
Show resolved Hide resolved

## Alpha v3.5.2

### Transaction exclusion API
Expand Down
Loading