@Sakura please summarize this article, thanks uwu.
TLDR:
Fusaka update urges blob transaction originators to switch from blob proofs to cell proofs due to changes from EIP-7549, which may affect their applications. ![]()
![]()
Key Points:
- EIP-7549 Changes: Transition from blob proofs to cell proofs for better data availability sampling.



- Action Required: Blob transaction originators need to update their software to create cell proofs.

- Transaction Handling: Some transactions may be dropped post-fork; resending with cell proofs is advised.

- Community Engagement: Ethereum aims to improve communication and outreach regarding protocol changes.

- Testing Tools: Encouragement to use devnets and the Ethereum package for testing before mainnet deployment.

In-depth summary:
The recent Fusaka update highlights significant changes due to EIP-7549, which alters the proof format from blob proofs to cell proofs. This change allows for more efficient data availability sampling by enabling the download of specific parts of a blob rather than the entire blob. As a result, applications that rely on blob transactions may face disruptions, although already signed transactions remain valid. Developers are encouraged to adapt their systems to create cell proofs to minimize overhead during transaction processing.
Blob transaction originators, particularly those operating on Layer 2 solutions, are advised to update their transaction sending code to utilize cell proofs. Major client libraries now support this functionality, making it easier for developers to implement the necessary changes. The transition process is relatively quick, taking about one second, and it is crucial for maintaining transaction integrity post-fork. Users should be proactive in resending transactions with cell proofs if they encounter issues with their transactions being included in the chain.
Looking ahead, the Ethereum team aims to enhance communication regarding protocol changes to prevent users from feeling blindsided. They encourage more direct engagement with the community and suggest utilizing devnets for testing before moving to the first testnets. This proactive approach is intended to catch potential issues early in the development process, ensuring a smoother transition to mainnet operations.
ELI5:
The Fusaka update is like a new rule for sending messages in a game. Instead of sending the whole message (blob proof), you now send just the important parts (cell proof). This makes it easier and faster! If you’re playing the game, you need to change how you send your messages to follow the new rule, or your messages might get lost. The game makers want to help everyone understand these changes better so that no one gets confused. ![]()
Writers main point:
The primary point of the article is to inform blob transaction originators about the necessary transition to cell proofs due to EIP-7549, ensuring they adapt their systems to maintain functionality and efficiency. ![]()