Update Ethereum differences page for Fusaka - #1694
Merged
Merged
Conversation
- 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 <Othryades@users.noreply.github.com>
alexandratran
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings
network/overview/ethereum-differencesup to date with Fusaka (Beta v4.4, live on Mainnet 3 December 2025) and the Osaka EVM:BLAKE2fandRIPEMD-160rows removed from the precompiles table: both are supported since Osaka (BesupopulateForOsakaregisters them; the zkEVM tracer has full Blake2f and RIPEMD handling).MODEXPargument bound updated from 512 to 1024 bytes (EIP-7823, enforced asEIP_7823_MODEXP_UPPER_BYTE_SIZE_BOUND).0x01–0x09range; the Osaka precompile set is larger (adds KZG, BLS12, P256 at0x100). The restriction itself is unchanged.EVM opcode table, call data limit, type 3 transactions, JSON-RPC section, and EIP-7702 section were audited against the stack and need no changes.
Verification
Claims verified against lineth-monorepo (origin/main) on both the tracer side (
AddressUtils.precompileAddressOsaka,oob_prc.zkasm,constants.lisp) and the execution side (Besu 26.8.0MainnetPrecompiledContracts.populateForOsaka).npx docusaurus buildpasses.