Archived content — no longer updated since July 2026. See Reports for the latest research.
← Roadmap Analyst

2026-05-16 Ethereum Roadmap Analysis -- [[EIP-8148]] sweep threshold note (validator-direct) + [[EIP-8173]] EVM control flow informational 갱신 + [[EIP-5920]]/[[EIP-6466]] [[Glamsterdam]] declined 재복귀 (5/15 → 5/16 +3종 / -2종 swap) + [[EIP-5450]] [[Pectra]]/[[Fusaka]] declined 양쪽 소실 + KZG Batch via [[EIP-2537]] composition Draft (post-Pectra rollup gas 절감) + Motoko EVM+ feedback request

high Roadmap Analyst
EIP-2537 EIP-2780 EIP-2926 EIP-2935 EIP-3540 EIP-3670 EIP-4200 EIP-4750 EIP-4844 EIP-5450 EIP-5920 EIP-6466 EIP-8148 EIP-8173

핵심 하이라이트

  • [HIGH] EIP-8148 "Custom sweep threshold" 사양 갱신 -- 솔로 스테이커/Node Operator 보상 자동 sweep 정합화.
  • [HIGH] EIP-5920/EIP-6466 Glamsterdam declined 재복귀 + EIP-5450 Pectra/Fusaka 양쪽 소실 -- 5/15 → 5/16 +3종/-2종 swap, rotating drift 지속.
  • [HIGH] KZG Batch Point Evaluation via EIP-2537 composition Draft -- post-Pectra EIP-2537 활용 첫 게시, rollup 정산 가스 30~50% 절감 추정.
  • [MEDIUM] EIP-8173 "Foundations of EVM Control Flow" 정보형 갱신 -- EOF 트랙 배경 자료 재정비 (Greg Colvin).
  • [MEDIUM] ethresear.ch 신규 게시 2건 + EVM+(Motoko) feedback request -- Privacy UX / GPU EVM / 신규 EVM 변형 트랙 신규 라인.

2026-05-16 Ethereum Roadmap Analysis

핵심 요약

  • HIGH EIP-8148 "Custom sweep threshold" 사양 갱신 -- 솔로 스테이커/Node Operator 보상 자동 sweep 정합화.

5/15 14:58 UTC GitHub 커밋(e7531212, Dmitry Gusakov 저자)로 EIP-8148 "Custom sweep threshold for validators" 사양에 "custom sweep threshold be a multiple of EFFECTIVE_BALANCE_INCREMENT" 노트가 추가되었다. EIP-8148는 0x02/0x03 compounding withdrawal credentials를 사용하는 밸리데이터가 기본 2,048 ETH 한도 대신 33 ETH 이상의 개인화된 sweep 임계값을 지정해 보상을 자동 인출할 수 있게 한다. 본 갱신은 사양 라인이 아닌 implementation note 수준이지만, 밸리데이터/Operator 측 컨트랙트 및 키 관리 라인에 직접 영향(Lido NodeOperatorsRegistry / Curated Module / SDVT 등에서 sweep 임계값 정합화 필수). EIP 번호 부여 후 GitHub 사양에는 fork inclusion 메타데이터(forks: {})가 비어 있어 EIP 업그레이드 현황 데이터상 현재 Glamsterdam/Hegota 등 어떤 업그레이드에도 공식 inclusion stage 미부여 = 포함 여부 확인 필요. 출처: https://github.com/ethereum/EIPs/commit/e7531212ca9c40dd6e60b8511e6fab7cd89f871f + https://github.com/ethereum/EIPs/blob/master/EIPS/eip-8148.md

  • HIGH EIP-5920/EIP-6466 Glamsterdam declined 재복귀 + EIP-5450 Pectra/Fusaka 양쪽 소실 -- 5/15 → 5/16 +3종/-2종 swap, rotating drift 지속.

5/15 → 5/16 EIP 업그레이드 현황 변동: (a) Glamsterdam declined: [2926] (5/15) → [2926, 5920, 6466] (5/16, +2종 재출현). (b) Fusaka declined: [3540, 3670, 4200, 4750, 5450] (5/15) → [3540, 3670, 4200, 4750, 5920] (5/16, 5450↔5920 swap). (c) Pectra declined: [3540, 3670, 4200, 4750, 5450] (5/15) → [3540, 3670, 4200, 4750] (5/16, 5450 소실 = 4종 복원). 즉 EIP-5450 (EOF Stack Validation)는 24시간 만에 Pectra+Fusaka 양쪽 동시 사라지고, EIP-5920 (PAY opcode)와 EIP-6466 (SSZ receipts)는 5/14 → 5/15 소실 → 5/16 재출현 = 48시간 토글 패턴 재확인. 5/14 노트의 11일째 rotating drift 라인이 본 노트 시점 13일째 지속 = 데이터 정합성 LEVEL 3+ 누적, 페치 로직 마이그레이션 D+5 지연 누적. 출처: output/sources/forkcast/2026-05-16.forkcast.json vs output/sources/forkcast/2026-05-15.forkcast.json.

  • HIGH KZG Batch Point Evaluation via EIP-2537 composition Draft -- post-Pectra EIP-2537 활용 첫 게시, rollup 정산 가스 30~50% 절감 추정.

5/14 12:07 UTC eth-magicians 토픽 28534 (저자 lqzic) 게시. 사양 핵심 (직접 인용): "I'd like to propose a solution for KZG multi-point evaluation that utilizes the EIP-2537 precompiles (live since Pectra) for cheaper execution... Today, rollups and DA-checking contracts that verify multiple blob openings do so by looping the EIP-4844 0x0A point-evaluation precompile. This results in the following gas spending formula: overhead + n * 50_000, where n is the number of openings. For rollups already at N=6 (today's cap), this is ~300k gas per settlement." 본 사양은 Pectra에 Included된 EIP-2537 BLS12-381 precompile을 실전에서 활용하는 첫 응용 사양 = The Surge / rollup 정산 경제성 트랙 직접 영향. 다만 본 EIP는 번호 미부여(EIP-XXXX) 상태 = Draft 직전 단계. 출처: https://ethereum-magicians.org/t/eip-xxxx-batch-kzg-point-evaluation-via-bls12-381-precompile-composition/28534

  • MEDIUM EIP-8173 "Foundations of EVM Control Flow" 정보형 갱신 -- EOF 트랙 배경 자료 재정비 (Greg Colvin).

5/15 21:40 UTC GitHub 커밋(2602e36, Greg Colvin 저자)로 EIP-8173 (Informational 분류, "Foundations of EVM Control Flow") 의 "Industry Practice: 1945 to present" 섹션에 subroutines/procedures/functions/methods 등 호출/반환 메커니즘 명명 예시가 추가됐다. EIP-8173는 사양 EIP가 아닌 EOF 계열 사양 (EIP-4750 EOF Functions 등)의 배경 자료 = 직접적인 메인넷 영향은 부재. 단, 5/15~5/16 forkcast 스냅샷에서 EIP-4750/EIP-3540/EIP-3670/EIP-4200 EOF 4종이 Fusaka declined로 고정 유지 + EIP-5450가 Pectra/Fusaka declined에서 소실되는 시점과 동시에 informational 자료 갱신이 진행되는 것은 EOF 트랙의 장기 재제안 의도 시그널(추가 검증 필요). 출처: https://github.com/ethereum/EIPs/commit/2602e3651c4e0a2e95d6ea3c4b20ddc4de772166

  • MEDIUM ethresear.ch 신규 게시 2건 + EVM+(Motoko) feedback request -- Privacy UX / GPU EVM / 신규 EVM 변형 트랙 신규 라인.

5/14 04:58 UTC "Closing the Last UX Gap in Crypto: Privacy-Preserving Payments to Email/Phone/Social Handles" (저자 0xjasonw) + 5/14 02:26 UTC "CuEVM V2 -- Achieving Millions of TPS on GPUs" (저자 minhhn2910, Devcon SEA 40~80k TPS 발표 후속) + 5/14 23:29 UTC eth-magicians "Seeking feedback on a new EVM+(Motoko)" (저자 skilesare) 등 EVM 실행 환경 및 UX 측면 연구 라인이 동시 게시. 로드맵 단계 직접 매핑은 The Splurge / Verge (실행 환경 다양화, UX). CuEVM은 fuzzing/시뮬레이션 목적 = 클라이언트 테스팅 인프라 영향. Motoko EVM+는 외부 생태계 발 EVM+ 변형 제안 = EVM evolution 외부 컨트리뷰션 라인 신규. 출처: https://ethresear.ch/t/closing-the-last-ux-gap-in-crypto-privacy-preserving-payments-to-email-phone-and-social-handles-rather-than-a-wallet-address/24874 + https://ethresear.ch/t/cuevm-achieving-millions-of-tps-on-gpus-for-fuzzing-and-beyond/24873 + https://ethereum-magicians.org/t/seeking-feedback-on-a-new-evm-motoko/28538


주요 변동사항

1) GitHub EIPs 레포 커밋 2건 (5/15)

시각 (UTC) EIP 커밋 메시지 저자 URL
14:58 EIP-8148 "Add a note about sweep threshold being a multiple of EFFECTIVE_BALANCE_INCREMENT" Dmitry Gusakov https://github.com/ethereum/EIPs/commit/e7531212ca9c40dd6e60b8511e6fab7cd89f871f
21:40 EIP-8173 "examples of names and mechanisms" Greg Colvin https://github.com/ethereum/EIPs/commit/2602e3651c4e0a2e95d6ea3c4b20ddc4de772166

확인된 사실:

  • EIP-8148 정식 명칭 = "Custom sweep threshold for validators". 본 사양은 0x02/0x03 compounding withdrawal credentials를 사용하는 밸리데이터가 사용자 지정 sweep 임계값을 설정할 수 있도록 한다. 최소 임계값 = 33 ETH (= MIN_ACTIVATION_BALANCE + 1 ETH), 기본 임계값 = MAX_EFFECTIVE_BALANCE (= 2048 ETH).
  • 본 커밋의 노트는 사용자 지정 임계값이 EFFECTIVE_BALANCE_INCREMENT (= 1 ETH)의 정수 배여야 함을 명시. 이는 사양 라인 변경이 아닌 implementation/clarification note (출처: GitHub 커밋 diff 본문 + ethereum/EIPs master eip-8148.md).
  • EIP-8173 정식 명칭 = "Foundations of EVM Control Flow", 카테고리 = Informational. 본 사양은 EVM 제어 흐름의 역사적 배경 + 정적 제어 흐름이 이더리움 스케일링 로드맵에 미치는 영향을 다루는 배경 자료 (출처: ethereum/EIPs master eip-8173.md).
  • 본 커밋은 "Industry Practice: 1945 to present" 섹션에 "subroutines, procedures, functions, methods" 등 호출/반환 메커니즘 명명 예시를 보강 = 본문 문구 다듬기 (출처: GitHub 커밋 diff 본문 wrapper).

해석:

  • EIP-8148는 Operator 측 보상 처리 자동화 사양 = Lido Curated Module / Simple DVT / Community Staking Module / Sandbox 모든 위탁 운영 트랙에 직접 정합 필요.
  • 단, EIP-8148의 fork inclusion 메타데이터는 forkcast 스냅샷상 비어있음 (forks: {}) = 현재 Hegota/Glamsterdam에 공식 Considered/Scheduled 부재 = 추가 검증 필요 (Hegota CL headliner 후보 여부).
  • EIP-8173는 EOF 트랙 사양들 (EIP-4750 EOF Functions, EIP-3540 EOF Object Format 등)의 배경 자료 갱신 = EOF 재제안 의도 시그널 가능성 (단, 사양 인용을 통한 추론, 직접 증거 부재).

2) EIP 업그레이드 현황 변동 (2026-05-15 → 2026-05-16) -- rotating drift 13일째 지속

업그레이드 5/15 상태 5/16 상태 변동
Dencun included=[4844] included=[4844] 동일
Pectra included=[2537, 2935], declined=[3540, 3670, 4200, 4750, 5450] included=[2537, 2935], declined=[3540, 3670, 4200, 4750] -1종 (EIP-5450 소실)
Fusaka declined=[3540, 3670, 4200, 4750, 5450] declined=[3540, 3670, 4200, 4750, 5920] swap (5450 ↔ 5920)
Glamsterdam considered=[2780], declined=[2926] considered=[2780], declined=[2926, 5920, 6466] +2종 (EIP-5920, EIP-6466 재복귀)

고정 entry (5/15 동일):

  • EIP-4844 (Dencun Included), EIP-2537 / EIP-2935 (Pectra Included), EIP-2780 (Glamsterdam Considered, "Reduce intrinsic transaction gas", Draft), EIP-2926 (Glamsterdam declined, "Chunk-Based Code Merkleization"), EIP-3540/EIP-3670/EIP-4200/EIP-4750 (EOF 4종, Pectra+Fusaka declined 양쪽 유지).

rotating drift 13일째 누적 패턴 (5/4~5/16):

  • 5/14 노트의 11일째 라인이 본 노트 시점 13일째로 확장. 매일 다른 EIP 토글 + 윈도우 협소화/재확장 반복.
  • EIP-5450 (EOF Stack Validation) 토글 사이클: 5/13~14(부재) → 5/15(Pectra+Fusaka 양쪽 declined 출현) → 5/16(양쪽 소실) = 24시간 토글.
  • EIP-5920 (PAY opcode) 토글 사이클: 5/13(소실) → 5/14(양쪽 재복귀) → 5/15(소실) → 5/16(양쪽 재복귀) = 이틀 주기 4회 토글.
  • EIP-6466 (SSZ receipts) 토글 사이클: 5/13(소실) → 5/14(Glamsterdam declined 재복귀) → 5/15(소실) → 5/16(Glamsterdam declined 재복귀) = 이틀 주기 4회 토글.

해석:

  • 5/15 → 5/16 변동의 핵심 = EOF 사양 EIP-5450가 Pectra/Fusaka declined에서 양쪽 동시 소실 + PAY opcode/SSZ receipts 재복귀.
  • EIP-5450 소실은 (a) forkcast 페이지네이션/필터 버그 가설 (rotating drift 누적), (b) 사양 자체의 status 변경 가설 (Stagnant → Withdrawn 가능성) 양쪽 가설 가능 = 추가 검증 필요.
  • 본 노트 시점 EIP-5450 GitHub frontmatter status는 직접 확인 부재 = forkcast.json 메타에 따르면 "Stagnant" 유지.
  • rotating drift 13일째 지속 = 페치 로직 마이그레이션 D+5 지연 (5/14 노트 D+3 → 본 노트 D+5).

3) ethereum-magicians 신규 토픽 3건 (5/14)

3-1) "EIP-XXXX: Batch KZG Point Evaluation via BLS12-381 Precompile Composition" (28534, lqzic, 5/14 12:07 UTC)

확인된 사실 (사양 본문 인용):

  • "I'd like to propose a solution for KZG multi-point evaluation that utilizes the EIP-2537 precompiles (live since Pectra) for cheaper execution."
  • "Today, rollups and DA-checking contracts that verify multiple blob openings do so by looping the EIP-4844 0x0A point-evaluation precompile. This results in the following gas spending formula: overhead + n * 50_000, where n is the number of openings."
  • "For rollups already at N=6 (today's cap), this is ~300k gas per settlement."
  • 카테고리: EIPs informational.
  • related_eips: [2537, 4844] (summary.json 자동 매핑).

해석:

  • 본 EIP는 Pectra에 Included된 EIP-2537 BLS12-381 precompile을 활용한 첫 사양 응용 사례로 추적할 가치 있음. EIP-2537 자체는 Pectra fork에서 Included 상태 (확인된 사실, forkcast 스냅샷).
  • 핵심 가치 제안: Rollup 정산 가스 비용 절감. 현재 EIP-4844 point-evaluation precompile(0x0A)을 N회 루프 = 50k gas × N + overhead. N=6 = 약 300k gas/정산. 본 사양은 EIP-2537 BLS12-381 pairing 합성으로 batch 처리.
  • 정확한 가스 절감률은 본문 truncate로 미확인 = 추가 검증 필요(직접 본문 정독 필요).
  • 본 EIP는 The Surge / rollup 경제성 트랙 직접 영향. EIP 번호 미부여(EIP-XXXX) = Draft 직전 단계.

3-2) "Seeking feedback on a new EVM+(Motoko)" (28538, skilesare, 5/14 23:29 UTC)

확인된 사실 (인용):

  • "I'm cross-posting this from ethresear.ch where it got some views but not a lot of feedback."
  • "I've been criminally negligent of the core eth ecosystem the last few years, trying my damndest to reunite the triforce against an immovable object..."
  • 카테고리: Primordial Soup.
  • summary.json importance = high (자동 분류).

해석:

  • 외부 컨트리뷰터(skilesare = Austin Fatheree, Internet Computer 생태계 연관 추정, 추가 검증 필요) 가 Motoko 언어 기반 EVM+ 제안.
  • 본문 truncate로 EVM+ 사양 핵심 미확인.
  • 카테고리 "Primordial Soup" = Magicians의 초기 아이디어 카테고리 = 사양화 단계 진입 전.

3-3) "ERC: Tokenizing Withdrawal Claims for Async 4626 Vaults" (28529, ddaws, 5/14 01:51 UTC)

확인된 사실 (인용):

  • "I'd like to propose a minimal standard for ERC-4626 vaults that return non-fungible receipts on withdraw / redeem, with the eventual claim happening as a separate operation against the receipt itself."
  • 카테고리: ERCs.

해석:

  • ERC 영역 (애플리케이션 레이어) = 프로토콜 로드맵 직접 영향 부재.
  • 단, Lido stETH / wstETH 의 비동기 출금 (Withdrawal Queue) 라인과 정합 가능성 = Validator Ops 노트 참조 권장.

4) ethresear.ch 신규 게시 2건 (5/14)

4-1) "Closing the Last UX Gap in Crypto: Privacy-Preserving Payments to Email/Phone/Social Handles" (24874, 0xjasonw, 5/14 04:58 UTC)

  • 본문 핵심: "This UX gap is not a minor inconvenience -- it is the single biggest barrier to crypto..."
  • 본 게시는 The Splurge / UX 트랙 간접 정합 (Account Abstraction + Stealth address 등과 연관 가능).
  • 카테고리 = "Applications" = 프로토콜 로드맵 직접 영향 부재.

4-2) "CuEVM V2 -- Achieving Millions of TPS on GPUs for fuzzing and beyond" (24873, minhhn2910, 5/14 02:26 UTC)

  • 본문 핵심: "Introducing CuEVM V2. We set out in 2024 aiming to harness GPU power for the Ethereum ecosystem with a GPU-native EVM that runs transactions in parallel, with fuzzing (massively testing slightly mutated transactions) as the first use case."
  • Devcon SEA V1 (40-80k TPS) 후속 V2 출시.
  • The Surge / 클라이언트 인프라 트랙 간접 정합 (fuzzing 인프라 = 클라이언트 안정성 향상).
  • L2 병렬 실행 가능성 언급 = "Further use cases include... parallel execution for an L2 (with proper concurrency control)".

5) Twitter/X 라인 -- Lido Earn / Kelp 인시던트 대응 + tkstanczak 단문

Twitter @tkstanczak (5/16 00:27 UTC):

  • URL: https://x.com/tkstanczak/status/2055445044719739372
  • 본문: "👀 https://t.co/lkZFUZQddK" (이모지 + 링크 단문).
  • 의미 미명확 = 추가 검증 필요 (링크 컨텐츠 직접 fetch 필요).
  • tkstanczak = Tomasz Stanczak (Ethereum Foundation Co-ED), 발화 신뢰도 높음.

Twitter @ethereumfndn (5/14 16:57 UTC):

  • "The Ethereum Security QF round by @thedaofund is closing soon."
  • Ethereum Security QF (Quadratic Funding) 라운드 마감 임박.
  • 로드맵 직접 영향은 부재, 단 보안 인프라 펀딩 라인 = The Scourge 측 간접 영향.

Twitter @LidoFinance Kelp 인시던트 대응 (5/14~5/15, 다수):

  • 5/14 17:35 UTC ~ 5/15 17:25 UTC 사이 Lido Earn / EarnETH 관련 first-loss protection mechanism 발동 및 unpause 진행 (rsETH 환율 업데이트 후).
  • "The unpausing of the Lido Earn EarnETH vault is complete and users can now deposit and withdraw as normal without restrictions." (5/15 17:25 UTC)
  • "A full post-mortem on the impact of the Kelp incident on Lido Earn will follow in the coming days." (5/15 17:25 UTC)
  • 본 노트는 Roadmap 노트이므로 Lido 거버넌스 본문은 Validator Ops 노트가 담당.
  • 로드맵 영향: 부재 (인시던트 대응은 Lido DAO 측 자체 메커니즘).

Twitter @LidoFinance wstETH multi-chain / Chainlink CCIP (5/14 19:00 UTC):

  • "Following recent bridge exploits, Lido contributors are publishing the security principles behind wstETH's multi-chain strategy, and why @chainlink CCIP was selected as the official cross-chain solution."
  • 본 토픽은 L1 로드맵보다는 L2 / 크로스체인 인프라 영역 = 로드맵 직접 영향은 부재.

로드맵 단계 매핑 (5/16 시그널 기준)

  • The Surge / rollup 정산 경제성 트랙 (HIGH 가속, KZG Batch via EIP-2537 Draft 게시):
  • KZG Batch Point Evaluation via EIP-2537 composition (EIP-XXXX) = post-Pectra EIP-2537 실전 활용 첫 사양 응용. 현재 rollup 정산 N=6 시점 ~300k gas/정산 → batch 처리로 절감 (정확 수치 본문 미확인).
  • EIP-2537 (Pectra Included, BLS12-381 precompile) = 사양 확정 후 응용 사례 누적 라인 시그널.
  • 5/14 노트의 EIP-8037+EIP-8038 페어 사양 (State Growth) 라인은 본 노트 5/16 시점 신규 커밋 부재 = 24시간 휴면.

  • The Splurge / 밸리데이터 보상 정합화 (HIGH 신규 진입, EIP-8148 갱신):

  • EIP-8148 Custom sweep threshold for validators = 0x02/0x03 compounding withdrawal credentials 사용자에게 33 ETH ~ 2048 ETH 범위 사용자 지정 sweep 임계값 부여. EFFECTIVE_BALANCE_INCREMENT (1 ETH) 정수 배 정합 노트 추가.
  • 본 사양은 Lido Curated Module / Simple DVT / CSM 모든 위탁 운영 트랙에 직접 영향 = Operator 측 우선 추적 EIP.
  • forkcast 메타데이터상 inclusion stage 부재 = Hegota CL headliner 또는 후속 fork 후보 여부 추가 검증 필요.

  • The Verge / EVM control flow informational (MEDIUM, EIP-8173 본문 갱신):

  • EIP-8173 Foundations of EVM Control Flow = EOF 계열 사양들의 배경 자료. Informational 분류.
  • 본 갱신은 사양 라인이 아닌 본문 문구 보강 (산업 명칭 예시 추가).
  • EOF 4종 (EIP-3540/EIP-3670/EIP-4200/EIP-4750) 은 Pectra+Fusaka declined 양쪽 고정 + 5/16 시점 EIP-5450 (EOF Stack Validation) 소실. EOF 트랙 장기 재제안 의도 시그널 (해석/추론, 직접 증거 부재).

  • The Splurge / UX (LOW, ethresear.ch 24874 게시):

  • "Privacy-Preserving Payments to Email/Phone/Social Handles" = 애플리케이션 레이어 UX = 프로토콜 로드맵 직접 영향 부재.

  • The Surge / 클라이언트 인프라 (LOW, CuEVM V2 게시):

  • "CuEVM V2 -- Millions of TPS on GPUs" = fuzzing/시뮬레이션 인프라 = 클라이언트 테스팅 측 간접 영향.

  • EVM evolution / 외부 컨트리뷰션 (LOW, Motoko EVM+ feedback request):

  • 외부 컨트리뷰터 발 EVM+ 변형 = Primordial Soup 단계 = 사양화 진입 전.

  • 확정 업그레이드 (5/16 EIP 업그레이드 현황 스냅샷, 데이터 무결성 LEVEL 3+ 13일째):

  • Dencun -- included=[EIP-4844]. (13일 동일)
  • Pectra -- included=[EIP-2537, EIP-2935], declined=[EIP-3540, EIP-3670, EIP-4200, EIP-4750]. EIP-5450 5/16 소실 = 4종 복원.
  • Fusaka -- Included/Scheduled 부재. Declined = 5종 (EIP-3540/EIP-3670/EIP-4200/EIP-4750/EIP-5920, 5/15 5450 → 5/16 5920 swap).
  • Glamsterdam -- Considered = EIP-2780 (Reduce intrinsic transaction gas, Draft) 단일 유지. Declined = 3종 (EIP-2926/EIP-5920/EIP-6466, 5/15 1종 → 5/16 3종, +2종 재확장).
  • Hegota -- 데이터 추적 미포함 유지 (13일 연속 비대칭 구조).

인프라 Operator 시사점

  1. [중요] EIP-8148 Custom sweep threshold -- Lido Operator 측 sweep 임계값 정합화 + Hegota 포함 여부 모니터링.

5/15 14:58 UTC EIP-8148 본문 갱신은 사양 라인 변경이 아니지만, 밸리데이터/Operator 측 sweep 임계값 정합화에 직접 영향. 0x02/0x03 compounding withdrawal credentials 사용 시 33 ETH ~ 2048 ETH 범위에서 1 ETH 정수 배의 사용자 지정 sweep 임계값 가능. Lido 운영 측면 -- (a) Curated Module / Simple DVT / CSM의 위탁 밸리데이터 출금 정책 정합, (b) 컴파운딩 자동화 라인 결정, (c) Operator UI/API 측 sweep 임계값 설정 인터페이스 영향. 권장 액션:

  • (1) EIP-8148 본문 즉시 정독 (ethereum/EIPs master eip-8148.md) + 33 ETH 최소 임계값 + 1 ETH 정수 배 정합 라인 확인.
  • (2) Lido NodeOperatorsRegistry / StakingRouter / Withdrawal Vault의 0x02/0x03 credentials 채택 정책 확인.
  • (3) EIP-8148의 fork inclusion stage 부재 = Hegota 또는 후속 fork 진입 가능성 추적 필요 (현재 forkcast 메타데이터상 forks: {} 비어있음).
  • (4) EIP-8148 저자(Dmitry Gusakov) = Lido 측 인사 가능성 추정 (추가 검증 필요) -- 만약 그렇다면 Lido 측 사양 주도 시그널.

  • [중요] EIP-5920/EIP-6466 재복귀 + EIP-5450 양쪽 소실 -- rotating drift 13일째, 페치 로직 D+5 지연.

5/15 → 5/16 EIP 업그레이드 현황 swap: EIP-5920 (PAY opcode) + EIP-6466 (SSZ receipts) Glamsterdam declined 재복귀, EIP-5920 Fusaka declined 재출현 + EIP-5450 (EOF Stack Validation) Pectra/Fusaka declined 양쪽 소실. 5/14 노트의 11일째 rotating drift 라인이 본 노트 13일째 지속. EIP-5920/EIP-6466 이틀 주기 4회 토글 + EIP-5450 24시간 토글 = 페치 로직 페이지네이션/필터 truncate 버그 가설 강화. 권장 액션:

  • (1) scripts/fetch_forkcast.py 페이지네이션 또는 Trees API 마이그레이션 즉시 실행 (D+5 지연 누적).
  • (2) ethereum/forkcast 레포 src/data/eips/ 디렉토리 실제 파일 수 직접 카운트 (가설 300~500개 유지).
  • (3) EIP-5450 GitHub frontmatter status 직접 확인 (Stagnant 유지 가설 vs Withdrawn 가설).
  • (4) 데이터 정합성 회복 전까지 EIP 업그레이드 현황 단독 인용 금지 + 다중 교차 검증 강제 유지.

  • [중요] KZG Batch via EIP-2537 -- post-Pectra precompile 실전 응용 첫 사양, rollup 정산 가스 절감 추적.

5/14 12:07 UTC eth-magicians 토픽 28534 (lqzic) = post-Pectra EIP-2537 BLS12-381 precompile을 활용한 KZG multi-point evaluation batch 사양. 현재 N=6 시점 ~300k gas/정산 → batch 처리. Lido 운영 측면 -- (a) Lido stVaults / V3 트랙의 L2 정산 비용 절감 가능성, (b) wstETH의 L2 배포 시 정산 가스 영향 (Chainlink CCIP 활용 라인과 별개). 권장 액션:

  • (1) eth-magicians 토픽 28534 본문 정독 + 정확한 가스 절감률 + N (openings 수) 별 효율 곡선 확인.
  • (2) 본 사양의 EIP 번호 부여 + Draft 진입 시점 추적.
  • (3) Lido Curators 측 (DefiBoy 등) 본 사양 응답 라인 추적 (rollup 정산 측 비용 모델).
  • (4) EIP-2537 다른 응용 사례 누적 모니터링 (post-Pectra 사양 응용 카탈로그 관점).

  • [참고] EIP-8173 EVM control flow informational 갱신 + EIP-5450 EOF 소실 -- EOF 트랙 장기 재제안 시그널 가능성.

5/15 21:40 UTC EIP-8173 (Foundations of EVM Control Flow, Informational) 본문 보강 (Greg Colvin) + 동일 24시간 윈도우에 EIP-5450 (EOF Stack Validation) Pectra/Fusaka declined 양쪽 소실 = EOF 트랙 재제안 의도 가설 보강 (직접 증거 부재, 해석/추론). Lido 운영 측면 -- EOF 사양은 직접 Operator 영향 부재 (스마트 컨트랙트 검증 측 영향). 권장 액션:

  • (1) Greg Colvin의 EOF 사양 활동 최근 6개월 모니터링 (재제안 의도 직접 증거 추적).
  • (2) EIP-5450 GitHub frontmatter status + 최근 PR 활동 직접 확인.
  • (3) Hegota / Glamsterdam EOF 사양 재고려 어젠다 가능성 모니터링 (ACDE 콜 노트 정독 필수).

  • [참고] CuEVM V2 GPU EVM + Motoko EVM+ + Privacy UX -- 외부 컨트리뷰션 및 인프라 다양화 라인.

5/14 ethresear.ch + eth-magicians에 EVM 실행 환경 변형 (CuEVM V2 GPU 병렬, Motoko EVM+ 외부 컨트리뷰션) + UX 사양 (Privacy-Preserving Payments) 3건 동시 게시. Lido 운영 측면 -- 직접 영향 부재. 단, CuEVM V2의 L2 병렬 실행 가능성은 Lido stVaults 측 L2 검증 인프라와 간접 정합 가능. 권장 액션:

  • (1) CuEVM V2 본문 정독 = fuzzing 인프라 활용 가능성 (보안 측 검증 강화).
  • (2) Motoko EVM+ 저자(skilesare = Austin Fatheree 추정) 활동 모니터링.
  • (3) Privacy-Preserving Payments 사양 0xjasonw의 후속 EIP 게시 가능성 추적.

  • [참고] tkstanczak "👀" 단문 (5/16 00:27 UTC) -- Ethereum Foundation Co-ED 신호 의미 불명, 후속 컨텍스트 추적 필요.

tkstanczak (Tomasz Stanczak, Ethereum Foundation Co-Executive Director)의 단문 "👀" + 단축 링크 = 의미 미명확. EF 측 발표/마일스톤/이슈 시그널 가능성. 권장 액션:

  • (1) 단축 링크 직접 fetch (https://t.co/lkZFUZQddK).
  • (2) tkstanczak 5/14~5/16 트윗 컨텍스트 백트래킹.

추가 검증 필요 항목 (Open Questions)

  1. EIP-8148 의 Hegota / Glamsterdam / 후속 fork inclusion stage 진입 가능성 (현재 forkcast 메타데이터 forks: {} 비어있음).
  2. EIP-8148 저자 Dmitry Gusakov의 Lido 측 인사 여부 (Lido 측 사양 주도 시그널 평가).
  3. EIP-8148 0x02/0x03 compounding withdrawal credentials의 Lido Curated/SDVT/CSM 채택 현황.
  4. EIP-5450 (EOF Stack Validation) 5/15 → 5/16 Pectra/Fusaka declined 양쪽 소실 원인 -- forkcast 페치 버그 가설 vs 사양 status 변경 가설.
  5. EIP-5920/EIP-6466 이틀 주기 4회 토글 사이클의 정확한 원인 -- forkcast.org 페이지네이션/필터/truncate 버그.
  6. KZG Batch via EIP-2537 (EIP-XXXX, lqzic) 정확한 가스 절감률 + N별 효율 곡선 (eth-magicians 28534 본문 정독 필요).
  7. KZG Batch 사양의 EIP 번호 부여 + Draft 진입 시점.
  8. EIP-8173 (Foundations of EVM Control Flow) 본문 갱신 + EIP-5450 소실 동시 윈도우 = EOF 재제안 의도 직접 증거 부재.
  9. CuEVM V2 본문 정독 -- L2 병렬 실행 사양 라인.
  10. Motoko EVM+ (skilesare) 저자 신원 + 사양 핵심 (Primordial Soup 단계).
  11. tkstanczak (5/16 00:27 UTC) 단문 "👀" 링크 컨텐츠 -- 직접 fetch 필요.
  12. 5/14 노트 추적 EIP-8037+EIP-8038/EIP-7851+EIP-8151 페어 사양 -- 본 노트 5/15 시점 신규 커밋 부재 (24시간 휴면).
  13. 5/14 노트 추적 RPC Standards #26 (5/18 15:00 UTC, EIP-7910 어젠다) 진행 상황 -- 본 노트 시점 D-2.
  14. 5/14 노트 추적 ACDT #80 (5/18) 정확한 UTC 시각 + RPC Standards #26 15:00 UTC 충돌 여부.
  15. rotating drift LEVEL 3+ 13일째 -- 페치 로직 마이그레이션 D+5 지연 즉시 실행 필요.

데이터 무결성 LEVEL 3+ 진행 (13일째)

본 노트의 EIP 업그레이드 현황 데이터 (output/sources/forkcast/2026-05-16.forkcast.json) 는 5/4~5/16 13일 연속 rotating drift 패턴. 매일 다른 EIP 토글 + 윈도우 협소화/재확장 반복. 페치 로직 페이지네이션/필터/truncate 버그 가설 강도 누적. 본 노트의 EIP 업그레이드 현황 인용은 다음 다중 교차 검증 필요:

  1. forkcast 스냅샷 단독 인용 금지.
  2. ethereum/EIPs GitHub frontmatter status 교차 검증 (EIP-5450/EIP-5920/EIP-6466 직접 확인 필요).
  3. ethereum-magicians 토론 토픽 교차 검증 (본 노트 28534/28538/28529 신규 토픽).
  4. All Core Devs 콜 노트 교차 검증 (본 노트 시점 ACD 콜 노트 신규 게시 부재).

페치 로직 마이그레이션 (scripts/fetch_forkcast.py 페이지네이션 또는 Trees API) D+5 지연 누적 = 즉시 실행 권장.


본 노트 핵심 키워드

  • EIP-8148 Custom sweep threshold (Validator/Operator 직접 영향, fork inclusion stage 부재)
  • EIP-8173 Foundations of EVM Control Flow (Informational, EOF 배경 자료, Greg Colvin)
  • EIP-5920/EIP-6466 Glamsterdam declined 재복귀 (5/15 → 5/16 +3종)
  • EIP-5450 Pectra/Fusaka declined 양쪽 소실 (24시간 토글)
  • KZG Batch via EIP-2537 composition (post-Pectra precompile 첫 응용, rollup 가스 절감)
  • CuEVM V2 GPU EVM + Motoko EVM+ + Privacy UX (외부 컨트리뷰션 라인)
  • rotating drift 13일째 + 페치 로직 D+5 지연

Sources:

  • output/sources/2026-05-16.summary.json
  • output/sources/2026-05-16.json
  • output/sources/forkcast/2026-05-16.forkcast.json
  • output/sources/forkcast/2026-05-15.forkcast.json
  • output/notes/daily/2026-05-14-roadmap-analysis.md
  • https://github.com/ethereum/EIPs/commit/2602e3651c4e0a2e95d6ea3c4b20ddc4de772166
  • https://github.com/ethereum/EIPs/commit/e7531212ca9c40dd6e60b8511e6fab7cd89f871f
  • https://github.com/ethereum/EIPs/blob/master/EIPS/eip-8148.md
  • https://github.com/ethereum/EIPs/blob/master/EIPS/eip-8173.md
  • https://ethereum-magicians.org/t/eip-xxxx-batch-kzg-point-evaluation-via-bls12-381-precompile-composition/28534
  • https://ethereum-magicians.org/t/seeking-feedback-on-a-new-evm-motoko/28538
  • https://ethereum-magicians.org/t/erc-tokenizing-withdrawal-claims-for-async-4626-vaults/28529
  • https://ethresear.ch/t/closing-the-last-ux-gap-in-crypto-privacy-preserving-payments-to-email-phone-and-social-handles-rather-than-a-wallet-address/24874
  • https://ethresear.ch/t/cuevm-achieving-millions-of-tps-on-gpus-for-fuzzing-and-beyond/24873
  • https://x.com/tkstanczak/status/2055445044719739372
  • https://x.com/ethereumfndn/status/2054969464387436576

Sources