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

Add Alpha v3.4.1, v3.5.0, v3.5.1, and v3.5.2 release notes #732

Merged
merged 4 commits into from
Sep 11, 2024
Merged
Changes from all commits
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
46 changes: 46 additions & 0 deletions docs/developers/linea-version/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,52 @@ import zkEVM2 from "!!raw-loader!/files/testnet/2023-06-13-release/zkEVM2.abi";
import L2MessageService from "!!raw-loader!/files/testnet/2023-06-13-release/L2MessageService.abi";
import TokenBridgeL1 from "!!raw-loader!/files/testnet/2023-06-13-release/TokenBridgeL1.abi";
import TokenBridgeL2 from "!!raw-loader!/files/testnet/2023-06-13-release/TokenBridgeL2.abi";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

## Alpha v3.5.2

### Transaction exclusion API

**Mainnet: September 23**

**Linea Sepolia: September 16**

Introduces an API that can be used to check whether a transaction was rejected because it exceeded
the sequencer's trace limits.

## Alpha v3.5.1

### Linea native bridge UI v2

**Mainnet: September 18**

**Linea Sepolia: September 16**

Upgrades the [Linea bridge](https://bridge.linea.build/) UI.

## Alpha v3.5.0

### `finalized` tag

**Mainnet: September 16**

**Linea Sepolia: Already available**

Adds support for the `finalized` tag to the `blockParameters` strings that can be used in various
JSON-RPC API calls. The tag enables you to confirm whether or not a block has been finalized on L1.
See our [guide](../guides/finalized-block.mdx) for more.

## Alpha v3.4.1

### Reactivate `linea_estimateGas`

**Mainnet: September 16**

**Linea Sepolia: September 9**

Reactivates [`linea_estimateGas`](../reference/api/linea-estimategas.mdx), disabling compatibility
mode.

## Alpha v3.4

Expand Down