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

Nimbus allows too many blobs per tx #1645

Closed
winsvega opened this issue Jul 13, 2023 · 0 comments · Fixed by #1650
Closed

Nimbus allows too many blobs per tx #1645

winsvega opened this issue Jul 13, 2023 · 0 comments · Fixed by #1650

Comments

@winsvega
Copy link

looks like nimbus t8n accept tx with so many blobs
ethereum/tests#1243 (20)
even though it should not as

def get_total_data_gas(tx: SignedBlobTransaction) -> int:
    return DATA_GAS_PER_BLOB * len(tx.blob_versioned_hashes)

assert data_gas_used <= MAX_DATA_GAS_PER_BLOCK

put max limit of 6 into tx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant