-
Notifications
You must be signed in to change notification settings - Fork 326
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
Execution Layer Meeting 163 #786
Comments
I'd like to raise one final question about EIP-4788: the current design has unbounded storage growth; a simple fix is to swap how the precompile keeps the block root history and bound the insertions by time. however, if we maintain the invariant that the EL does not know about I'd like to make a decision on this: how bad is the state growth (at say 80MB per year) and does it motivate the other design option? From there, I'd like to move EIP-4788 to "included" status for Cancun -- we are trying to put together the Deneb spec on the CL and this cross-layer EIP is a small wrinkle while its status is up in the air. |
I'd like to make a quick update on Engine API |
I already presented this on ACDC last week so like to keep this short. I want to make the case to increase the 4844 limits to 6 blobs max and 3 blobs target. Data from my experiments sending blocks with extra data between 128 kB and 1 MB on mainnet: https://notes.ethereum.org/OZJ90ZlcQtyrtZa6INYixQ?view Network was stable in all conditions, one block was reorged due to being late in one of the 1 MB experiments. (This block was just past the 4s deadline on most sentry nodes; note that we often see blocks even at 3.5s even without large blocks being involved) |
I remember we discussed in the past about what should be the honest validator behaviour wrt data availability and duty production. When a fresh node joins the network from a checkpoint sync, assuming EL is already in sync, can it start attesting as soon as the head is reached or should it have to backfill and validate the entire data availability window before? This is more CL discussion btw.. my bad. |
Added everything here! @tbenr I've put yours last, so if we have time we can go over it, otherwise, we can discuss on ACDC next week. |
A bit off topic, but Holesky first discussion is happening next week thursday: #803 It would be great if we could get at least one person to show up from each client teams, and we would like to see every large node operators to participate also. |
Closed in favor of #808 |
Meeting Info
#allcoredevs
Discord channel shortly before the callAgenda
The text was updated successfully, but these errors were encountered: