Skip to content

Comments

Update EIP-8148: correct MAX_REQUESTS_PER_BLOCK in bytecode from 2 to 16#11331

Open
GarmashAlex wants to merge 1 commit intoethereum:masterfrom
GarmashAlex:fix/eip-8148-bytecode-max-requests
Open

Update EIP-8148: correct MAX_REQUESTS_PER_BLOCK in bytecode from 2 to 16#11331
GarmashAlex wants to merge 1 commit intoethereum:masterfrom
GarmashAlex:fix/eip-8148-bytecode-max-requests

Conversation

@GarmashAlex
Copy link
Contributor

The bytecode contained push1 0x02 (2 requests) instead of push1 0x10 (16 requests), contradicting the constant MAX_SET_SWEEP_THRESHOLD_REQUESTS_PER_BLOCK = 16 defined in the specification table. This reduced throughput by 8x and caused queue congestion.

Fixed two occurrences in the system call bytecode to use 0x10 (16), matching EIP-7002's implementation and the documented constant.

@GarmashAlex GarmashAlex requested a review from eth-bot as a code owner February 18, 2026 07:27
@github-actions github-actions bot added c-update Modifies an existing proposal s-draft This EIP is a Draft t-core labels Feb 18, 2026
@eth-bot
Copy link
Collaborator

eth-bot commented Feb 18, 2026

File EIPS/eip-8148.md

Requires 1 more reviewers from @dgusakov, @gkoumout, @madlabman

@eth-bot eth-bot added the a-review Waiting on author to review label Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a-review Waiting on author to review c-update Modifies an existing proposal s-draft This EIP is a Draft t-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants