Ethereum Core Devs Meeting 144 Agenda
timbeiko opened this issue · 8 comments
timbeiko commented
Meeting Info
- ⏰ Timing Note: AllCoreDevs calls are now held on Thursdays at 14:00 UTC, not Friday. ⏰
- August 4, 2022, 14:00 UTC
- Duration: 90 minutes
- Youtube Stream: https://youtu.be/vJYzfRH62Ok
- Zoom: shared on #allcoredevs Discord server shortly before the call
Agenda
- Merge Updates
- Sepolia
mergeNetsplitBlocks
- [Bellatrix] eth-clients/goerli#98
- GSF6
- Engine API RFC
- Checkpoint Sync API
- TTD Block Gossip
- mev-boost relay updates
- Mainnet 5GB DAG size
- Sepolia
- EIP Process &
execution-specs
: proposals - Announcements
SamWilsn commented
I'd like to discuss adopting the execution-specs
as part of the EIP process.
@timbeiko has sketched up what that might look like, and I'm interested to hear core dev's thoughts.
AlexSQY commented
Hello,
Meeting info to update:
- from "July 21, 2022, 14:00 UTC" (was #572)
- to "August 4, 2022, 14:00 UTC"
no? 🙂
metachris commented
I'd like to give a quick update on the Flashbots mev-boost relay.
timbeiko commented
Added @metachris !
mkalinin commented
I'd like to announce:
- Engine API RFC
- Checkpoint Sync API
mkalinin commented
I would like to also discuss the following situation:
- BlockA and BlockB are competing terminal blocks where
BlockA.TD >= BlockB.TD
- A portion of nodes receives BlockA first and do not propagate BlockB because it hasn't fully imported BlockB
- Nodes that haven't received BlockB because of (2) get stuck at the merge transition block atop of BlockB due to
SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY
timeout
My understanding is that (2) won't happen because all EL clients propagate all gossiped blocks after verifying PoW seal. I would like to double check this understanding with client teams.