Skip to content
Draft
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@ We maintain a record and brief explanation of Linea Security Council transaction

:::

## Beta v4.3

Removes certain limits previously present on prover throughput. This quite literally means more Transactions Per Second, leading to:

- **Sustained low gas fees, even during peak activity levels** (gas price only rise when we approach the maximum throughput of the chain)
- **Faster transaction confirmation during peak activity levels** (blocks can contain more transactions, thus reducing the delay to include transactions)
- **High-traffic dApps can scale more, and faster:** (users will not get hurt by the poor UX related to block congestion described above)

### Bugs solved:
- While relatively rare, due to the aforementioned limits, there were instances of transactions pending forever. This change eliminates those circumstances.

### Breaking changes:

#### Transaction bundling
- **Wallets** will need to add support for the Linea `sendBundle` [endpoint](/api/reference/eth-sendbundle), as well as [EIP-5792](https://eips.ethereum.org/EIPS/eip-5792), in order to enable dapps to create transaction bundles. If a wallet also intends to offer gas sponsorship, they will have to implement that on the wallet side.
- **Dapps** should ensure that they are, also, supporting [EIP-5792](https://eips.ethereum.org/EIPS/eip-5792) in order to *send* transaction bundles, if they are not already doing so in order to be compliant with EIP-7702. Additionally, if the user's wallet does not support the Linea `sendBundle` endpoint, **dapps should implement fallback logic**.

## Beta v4.2


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Unfinished Release Notes Published Prematurely

Empty release note sections for Beta v4.3 and Beta v4.2 were added without any content. Publishing documentation with empty version headers creates confusion for users trying to understand what these releases contain. The PR description's TODO comment suggests this is incomplete work that shouldn't be merged yet.

Fix in Cursor Fix in Web

## Beta v4.1

**Linea Mainnet: 30 October, 2025**
Expand Down
Binary file modified static/img/socialCards/etherscan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/socialCards/reservoir.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/socialCards/thirdweb-sdk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.