Skip to content

EIP-4844 Blob Transactions Failing on Sepolia After Fusaka Upgrade #4021

@iteyelmp

Description

@iteyelmp

Check existing issues

Viem Version

2.38.2

Current Behavior

After the Fusaka upgrade on Sepolia, sending EIP-4844 transactions fails with the error:

legacy blob tx is not supported

After investigation, it seems that the way blob proofs are computed has changed. Previously, we used compute-blob-kzg-proof, but now it seems we should use compute_cells_and_kzg_proofs.

However, the output of compute_cells_and_kzg_proofs is no longer a single hex string—it returns an array of arrays. This raises a question: do the blob-related fields in the transaction format need to be updated to reflect this new structure?

Requesting clarification or guidance on how EIP-4844 transactions should be constructed post-Fusaka on Sepolia.

Expected Behavior

No response

Steps To Reproduce

No response

Link to Minimal Reproducible Example

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions