From e074c93e881ba0f7258e2b321d5a72d154493e41 Mon Sep 17 00:00:00 2001 From: Othryades Date: Tue, 1 Sep 2026 21:35:21 +0000 Subject: [PATCH] Update Ethereum differences page for Fusaka - Note now references Fusaka (Beta v4.4) instead of Pectra (Beta v4) - Remove BLAKE2f and RIPEMD-160 from unsupported precompiles (supported since Osaka) - Update MODEXP argument bound to 1024 bytes (EIP-7823) - Drop the 0x01-0x09 range from the precompile-recipient restriction (the Osaka precompile set is larger); the restriction itself still applies - Reword the dated 'available with Linea Beta v4' beacon-root phrasing Signed-off-by: Othryades --- .../network/overview/ethereum-differences.mdx | 21 ++++--------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/docs/network/overview/ethereum-differences.mdx b/docs/network/overview/ethereum-differences.mdx index ca85cfea23..a28eef9ffa 100644 --- a/docs/network/overview/ethereum-differences.mdx +++ b/docs/network/overview/ethereum-differences.mdx @@ -16,7 +16,7 @@ behavior on Ethereum Mainnet; if you're experiencing otherwise, please contact u :::note -With Linea [Beta v4](../../changelog/release-notes.mdx#beta-v40), Linea upgraded to the Pectra hard fork. +With Linea [Beta v4.4](../../changelog/release-notes.mdx#beta-v44), Linea upgraded to the Fusaka hard fork. ::: @@ -75,29 +75,16 @@ for more._ Ethereum Linea - - `BLAKE2f` - - Compression function F used in the BLAKE2 cryptographic hashing algorithm. - - Not supported. - `MODEXP` Arbitrary-precision exponentiation under modulo. Only supports arguments (base, exponent, modulus) that do not exceed - 512-byte integers. + 1024-byte integers. Precompiles as transaction recipients Applicable to various use cases. - Not supported. A transaction `to` address cannot be a precompile, i.e. an - address in the range `0x01`-`0x09`. - - - `RIPEMD-160` - A hash function. - Not supported. + Not supported. A transaction `to` address cannot be a precompile. @@ -107,7 +94,7 @@ for more._ introduced a smart contract that enables the caller to `get` or `set` the hash tree root of a beacon chain block. -This functionality is available with Linea Beta v4. However, due to the difference in block time +This functionality is available on Linea. However, due to the difference in block time when compared to Ethereum Mainnet, only the root of the previous block is available. ## Call data