-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Check existing issues
- I checked there isn't already an issue for the bug I encountered.
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels