🚀 Gate Square Creator Certification Incentive Program Is Live!
Join Gate Square and share over $10,000 in monthly creator rewards!
Whether you’re an active Gate Square creator or an established voice on another platform, consistent quality content can earn you token rewards, exclusive Gate merch, and massive traffic exposure!
✅ Eligibility:
You can apply if you meet any of the following:
1️⃣ Verified creator on another platform
2️⃣ At least 1,000 followers on a single platform (no combined total)
3️⃣ Gate Square certified creator meeting follower and engagement criteria
Click to apply now 👉
Ethereum developers discuss the free data availability issue under the latency execution mechanism.
Gate.io News bot message, Ethereum developer @nero_eth recently published an article discussing the data availability issues under the latency execution (EIP-7886) mechanism.
According to the article, the latency execution mechanism has changed the block validation process. Validators verify the validity of blocks through pre-checks (including nonce, balance, etc.) instead of waiting for transactions to be fully executed. When a transaction fails due to insufficient balance (for example, when transaction A consumes the balance of account B, B’s transaction cannot pay for Gas), this data has already been written into the block and processed by the validators, but the fees have not been paid.
To address the issue of free data availability (Free DA), the article proposes four solutions: optimistic authentication, pre-validation and pre-charging, pre-charging entities, and execution layer no-operation. These solutions ensure that writing data incurs a cost through methods such as pre-deducting fees, block reorganization, or state rollback.
Source: Wu Says