2026-05-27 Ethereum Roadmap Analysis
핵심 요약
-
HIGH EIP Editing Office Hour #100 (6/2 14:00 UTC, ACDE #238 D-2) 어젠다 -- EIP-7701 Native Account Abstraction Withdrawn 전환 PR #11528 + ERC-7813 Last Call + ERC-7796 Review + EIP-867 Draft 부활, 5/12 EF "Native AA scoping" 블로그 라인의 7701 정식 Withdraw 정착 시그널.
https://ethereum-magicians.org/t/eip-editing-office-hour-eip-erc-meeting-100-june-02-2026/28623(@samwilsn, 5/26 13:37 UTC, 카테고리: Protocol Calls & happenings). 본문 인용 (snippet): "Agenda - Editor - @samwilsn. To Final: TBA. To Last Call: Update ERC-7813: Move to Last Call by alvrs · Pull Request #1689 · ethereum/ERCs · GitHub. Review: Update ERC-7796: Move to Review by forshtat · Pull Request #1692 · ethereum/ERCs · GitHub. Misc: Update EIP-7701: Move to Withdrawn by forshtat · Pull Request #11528 · ethereum/EIPs · GitHub Ref:Comment. Typo: TBA. Draft: Update EIP-867: Move to Draft by ReyRod · Pull Request #9594 · ethereum/EIPs · GitHub. Add EIP: Contract Payer Transaction by ben...". 확인된 사실: (1) Meeting #100 = 사이클 100회차 마일스톤 (편집자 @samwilsn 주재), (2) EIP-7701 Native Account Abstraction → Withdrawn 정식 전환 PR #11528 (forshtat 제출, "Misc" 카테고리, "Ref:Comment" 명시 = 코멘트 기반 결정) = 어제 EIP-7701 entity 노트의 "5/12 EF 블로그 Native AA scoping → Withdrawn 머지" 라인이 본 Office Hour 에서 정식 의결 라인 진입, (3) ERC-7813 Last Call (alvrs, PR #1689) = 표준 라이프사이클 다음 단계 진입 (Draft → Review → Last Call → Final), (4) ERC-7796 Review (forshtat, PR #1692) = 같은 forshtat 작성자가 7701 Withdraw + 7796 Review 두 건 동시 진행, (5) EIP-867 Draft 부활 (ReyRod, PR #9594) = EIP-867 (역사적 ETH 복구 메커니즘 / "Recovery EIP") 의 Stagnant → Draft 재도전 시도, (6) "Add EIP: Contract Payer Transaction by ben..." (Draft 신규, snippet 절단). 본 노트 시점 해석/추론: (a) Office Hour #100 시점 = ACDE #238 (6/4 14:00 UTC) D-2 = ACDE 직전 메타/Withdrawn 정비 라인 패턴 = 어제 노트 "D-1~D-2 burst" 가설 사전 검증, (b) EIP-7701 Withdrawn 정착 = 5/12 EF 블로그 "Native account abstraction requirements scoped" → 본 5/26 Office Hour 어젠다 등재 = 14일 윈도우의 7701 라이프사이클 종결 = Native AA 트랙은 7701 라벨 폐기 후 신규 EIP 라벨로 재편 가능성, (c) EIP-867 = 2018년 The DAO 후 일부 ETH 복구 메커니즘 EIP = 2026년 5월 시점 Draft 부활 = 매우 이례적 (8년 만의 재도전) = 별도 모니터링 라인, (d) 카테고리 "Protocol Calls & happenings" = importance:high 분류 (입력 데이터 highlights[0] 라인 일치). 포함 여부 확인 필요: 본 노트 시점 EIP 업그레이드 현황 데이터에 EIP-7701 / EIP-867 / ERC-7813 / ERC-7796 객체 미캡처 = grep"7701"|"867"|"7813"|"7796"매치 0건 = 하드포크 트랙 매핑 불가 (단, 7701 은 Stagnant 상태이며 어떤 하드포크에도 미포함). 출처:output/sources/2026-05-27.summary.jsonethmagicians[0] (importance:high). -
HIGH EIP-8272 Recent Roots for Frame Transactions 신규 등록 -- EIP-8141 frame transaction 사양의 후속, (source_id, slot, root) 참조 도입 + mutable storage 미접근 검증 = frame 트랙의 사양 정착 가속.
https://ethereum-magicians.org/t/eip-8272-recent-roots-for-frame-transactions/28621(@soispoke, 5/26 13:15 UTC, 카테고리: EIPs core, Submission PR #11726). 본문 인용 (snippet): "Discussion topic for EIP-8272: Recent Roots for Frame Transactions · Pull Request #11726 · ethereum/EIPs · GitHub. Abstract: EIP-8141 frame transactions can reference recent roots without reading mutable storage during validation. A root source writes roots to a system contract, with each root keyed by (source_id, slot), where source_id derives from the writer address and a salt. A frame transaction may declare recent root references of the form: (source_id, slot, root). Before frame execution, cl[ients verify]...". 확인된 사실: (1) 신규 사양 = EIP-8141 frame transaction 의 후속 / 보조 사양 = frame tx 가 mutable storage 를 읽지 않고도 recent root 를 참조 가능, (2) root source = system contract = (source_id, slot, root) 키 = source_id 는 writer address + salt 로 파생, (3) frame tx 가 (source_id, slot, root) 참조 선언 = 검증 시 clients 가 검증 (snippet 절단), (4) Submission PR #11726, 카테고리 EIPs core. 본 노트 시점 해석/추론: (a) frame transaction 트랙의 사양 모듈화 진행 = EIP-8141 (frame tx core) + EIP-8272 (recent roots) 분리 = 단일 거대 EIP 대신 small composable EIPs 패턴 (EOF 분해 / EIP-7702 + 후속 보조 EIP 패턴과 유사), (b) 저자 @soispoke = 어제 노트의 ethereum/EIPs 레포 5/25 burst 라인 (5845a5d Jochem Brouwer / 883c41d Ignacio Hagopian) 과 다른 라인 = frame tx 트랙은 별도 코어 contributor 그룹 (@soispoke / Open Intents 라인) 추정 (해석/추론), (c) mutable storage 미접근 검증 = stateless / pre-execution validation 친화 = statelessness / verkle / L1-zkEVM 트랙과 호환 설계 = 장기 로드맵 정렬 시그널, (d) EthereumFoundation Twitter 5/26 16:43 UTC 의 "Open Intents Framework adoption at scale" 트윗 = frame tx 트랙과 인접 (EIP-8141 frame tx = intents 인프라 후보) = 동일 14시간 윈도우 (5/26 13:15 UTC 8272 등록 → 5/26 16:43 UTC EF Open Intents 트윗) 의 정책 연계 가능성 (해석/추론). 포함 여부 확인 필요: 본 노트 시점 EIP 업그레이드 현황 데이터에 EIP-8272 / EIP-8141 객체 미캡처 = 하드포크 트랙 미정 = 논의 단계 (Draft 신규). 출처:output/sources/2026-05-27.summary.jsonethmagicians[2]. -
HIGH ethereum/EIPs 레포 EIP-8173 ~2시간 윈도우 commit 3건 burst (5/26 17:47/18:54/20:05 UTC, @Greg Colvin) -- "Update references and citations" → "clarity and accuracy" → "missing blank line in json" 마이크로-이터레이션 패턴, 어제 EIP-8081 Hegota 메타 burst 라인 후속 패턴.
확인된 사실: 5/26 17:47:46~20:05:28 UTC ~2시간 18분 윈도우 내 3건 commit (모두 @Greg Colvin 단독):
- (1)
02c89e5(5/26 17:47:46 UTC) = "Update EIP-8173: Update references and citations". - (2)
82c0765(5/26 18:54:20 UTC) = "Update EIP-8173: clarity and accuracy". - (3)
af7f4bf(5/26 20:05:28 UTC) = "Update EIP-8173: missing blank line in json". - 추가 라인:
7008d3a(5/26 03:45:39 UTC) = "Update EIP-7979: Better validation spec and rationale, lots of picky stuff" (@Greg Colvin, 14시간 전). 본 노트 시점 해석/추론: (1) @Greg Colvin 단독 commit 4건 burst (5/26 03:45 ~ 20:05, 16시간 윈도우) = 어제 노트의 5/25 21:26~23:08 UTC EIP-8081 메타 burst (Jochem Brouwer / Ignacio Hagopian, 2시간 윈도우 2건) 라인의 author 다양화 + 시간 윈도우 확장 = ACDE #238 D-7~D-9 윈도우 정비 라인 활성화 패턴 검증, (2) EIP-8173 / EIP-7979 정체 = entity 노트 미존재 (output/entities/EIP-8173.md,output/entities/EIP-7979.md미캡처) + EIP 업그레이드 현황 데이터 미캡처 = Greg Colvin 의 personal authored EIP 가능성 (해석/추론, GitHub 직접 fetch 필요), (3) Greg Colvin = EVM stack validation / EOF / EIP-2315 (Simple Subroutines) 역사적 contributor = EIP-7979 / EIP-8173 도 EVM 검증 / 스펙 정련 라인 추정 (해석/추론), (4) 마이크로-이터레이션 패턴 = references → clarity → blank line 순으로 디테일 다듬기 = EIP 본문 정착 직전의 최종 정비 단계 = Last Call 또는 Review 진입 후보. 포함 여부 확인 필요: EIP-8173 / EIP-7979 모두 EIP 업그레이드 현황 데이터 미캡처 + entity 메타데이터 없음 = 확정 트랙 / 하드포크 매핑 불가 =gh api /repos/ethereum/EIPs/contents/EIPS/eip-8173.md직접 fetch 필요. 출처:output/sources/2026-05-27.summary.jsoneips[0~3] (4건 모두 medium importance).
- (1)
-
MEDIUM @VitalikButerin "Kohaku" 트윗 (5/26 11:43 UTC) -- Security (trustlessness) + Privacy (read and write) twin properties access-layer 정상화, @kassandraETH / @ncsgy 1년 작업 라인, Privacy & Scaling Explorations (PSE) 트랙 시그널.
https://x.com/VitalikButerin/status/2059239031133634783. 본문 인용 (전문): ".@kassandraETH @ncsgy and others have been working hard for nearly a year on Kohaku. Kohaku's goal is to make two twin properties: * Security (and trustlessness) * Privacy (read and write) a reality on the access layer. Security and privacy on Ethereum must be normal." + 첨부 미디어 1건 (pic.twitter.com/qiegdhjLiM). 확인된 사실: (1) Kohaku = @kassandraETH + @ncsgy 외 1년 작업 프로젝트 (5/26 시점 ~1년 = 2025-05 ~ 2026-05), (2) 목표 = two twin properties: (a) Security & trustlessness, (b) Privacy (read and write), (3) 적용 레이어 = access layer = 사용자 RPC / 지갑 접근 레이어 (해석/추론, 본문 "access layer" 직접 표현), (4) "Security and privacy on Ethereum must be normal" = Vitalik 의 정책 시그널 = Ethereum 핵심 가치로 격상. 본 노트 시점 해석/추론: (a) Kohaku = Privacy & Scaling Explorations (PSE) 라인 또는 EF Privacy team 신규 프로젝트 추정 (해석/추론, 1년 작업 + Vitalik 직접 언급 = EF 후원 프로젝트 가능성), (b) access layer = light client / portal network / RPC / wallet 인프라 = Verge / Purge 로드맵의 사용자 접근 레이어 = 이전 Kohaku/Helios/Portal 트랙과 인접, (c) 5/26 11:43 UTC 트윗 → 본 노트 12시간 후속 ethresear.ch / blog.ethereum.org 후속 포스트 0건 = Kohaku 본문 공식 발표 모니터링 라인, (d) @kassandraETH = EF 멤버 (Kassandra) / @ncsgy = 신원 미확정 = 직접 검증 필요. 로드맵 관점 의미: (1) Kohaku 가 access layer 사양 EIP 로 진행 시 = Purge (history pruning) / Verge (stateless clients) 트랙과 연계 = 장기 (12~24개월) 사양 모니터링 라인, (2) 어제 노트 @VitalikButerin EF 방향성 트윗 (5/24 16:19 UTC) 라인의 D+2 후속 = 48시간 윈도우의 명확한 Kohaku 트윗 = EF 방향성 시그널의 구체화. 출처:output/sources/2026-05-27.summary.jsontwitter[2]. -
MEDIUM EIP 업그레이드 현황 데이터 5/26 → 5/27 변동 -- Glamsterdam declined +2 (EIP-5920 PAY opcode + EIP-6404 SSZ transactions 복귀) / Fusaka declined +1 (EIP-5920 복귀) / Pectra declined -1 (EIP-4750 EOF Functions 누락) / Hegota proposed EIP-4758 4일 연속 안정 캡처, 어제 노트 "20 레벨 ± 소량 변동" 정착 가설 D+2 검증.
output/sources/forkcast/2026-05-27.forkcast.jsonsummary 변동: | 항목 | 5/26 | 5/27 | 변동 | |------|------|------|------| | Dencun included | [4844] | (summary 미포함) | 누락 (객체 내 forks 라인은 유지 가능, summary 라인 누락) | | Pectra included | [2537, 2935] | [2537, 2935] | 동일 | | Pectra declined | [3540, 3670, 4200, 4750, 5450] | [3540, 3670, 4200, 5450] | -1 (EIP-4750 누락) | | Fusaka declined | [3540, 3670, 4200, 4750, 5450] | [3540, 3670, 4200, 5450, 5920] | swap (-4750, +5920) | | Glamsterdam considered | [2780] | [2780] | 동일 | | Glamsterdam declined | [2926] | [2926, 5920, 6404] | +2 (EIP-5920 / EIP-6404 복귀) | | Hegota proposed | [4758] | [4758] | 동일 (4일 연속) | 본 노트 시점 해석/추론: (1) 단일 EIP 멀티-fork 비독립 캡처 패턴 재확인 = EIP-5920 (PAY opcode) 의 Fusaka / Glamsterdam declined 라인이 24시간 윈도우 내 토글 (5/25 → 5/26 Glamsterdam declined 누락 후 5/27 복귀), (2) EIP-4750 (EOF Functions) 의 Pectra declined 라인 누락 + Fusaka declined 라인 누락 = EOF subspec 라인의 페치 누락 (어제 EIP-3540 / EIP-3670 / EIP-4200 / EIP-5450 와 함께 5종 EOF 클러스터 중 4750 만 누락), (3) EIP-4758 (Deactivate SELFDESTRUCT) Hegota proposed 4일 연속 안정 (5/24/5/25/5/26/5/27) = ACDE #238 (6/4 UTC) CFI 결정 라인의 인용 신뢰도 최고 수준 확보, (4) 5/4 ~ 5/27 누적 24일 페치 안정성 결함 지속 =scripts/fetch_forkcast.py마이그레이션 P0 유지. 출처:output/sources/forkcast/2026-05-27.forkcast.jsonsummary 라인 1702-1743.
주요 변화/이슈
1) EIP Editing Office Hour #100 (6/2 14:00 UTC, ACDE #238 D-2) -- EIP-7701 Withdrawn 정식 의결 라인
확인된 사실:
- ethereum-magicians 28623, 2026-05-26 13:37:50 UTC 등록, 저자 @samwilsn (편집자), 카테고리 Protocol Calls & happenings, importance:high (입력 데이터 highlights[0] 라인).
- 어젠다 구조 (snippet 기반):
- Editor: @samwilsn.
- To Final: TBA.
- To Last Call: ERC-7813 (alvrs, PR #1689).
- Review: ERC-7796 (forshtat, PR #1692).
- Misc: EIP-7701 → Withdrawn (forshtat, PR #11528, Ref:Comment).
- Typo: TBA.
- Draft: EIP-867 → Draft (ReyRod, PR #9594) + "Add EIP: Contract Payer Transaction" (ben..., 본문 절단).
해석/추론:
- Meeting #100 마일스톤:
- EIP Editing Office Hour 의 100회차 = 사이클 운영 지속성 시그널 (Editor @samwilsn 단독 주재 라인 = 본 노트 시점 추정, 본문 직접 검증 필요).
- EIP-7701 Native Account Abstraction Withdrawn 정식 의결:
- 어제 EIP-7701 entity 노트 (
output/entities/EIP-7701.md) 라인: "2026-05-15 weekly: 5/12 EF blog 'Native account abstraction requirements scoped' = Possibility of new Native AA line d..." + "EIP-7701 Withdrawn (전주 5/12 머지) 후속 새..." = 5/12 EF 블로그 발표 → 5/12 PR 머지 → 본 5/26 Office Hour 어젠다 정식 등재 = 14일 윈도우의 7701 라이프사이클 종결 라인. - "Ref:Comment" = PR 코멘트 기반 결정 = Native AA 트랙은 7701 라벨 폐기 + 신규 EIP 라벨 재편 가능성 (해석/추론).
- 어제 EIP-7701 entity 노트 (
- ERC-7813 Last Call 진입:
- 표준 라이프사이클 (Draft → Review → Last Call → Final) 의 마지막 단계 직전 = Final 진입 14일 후보.
- alvrs (작성자) = 본 노트 시점 신원 미확정.
- ERC-7796 Review 진입 + forshtat 양수겸장:
- forshtat 동일 작성자가 7701 Withdraw + 7796 Review 두 건 동시 진행 = ERC 7700~7800 대 라인 정비 contributor 라인 확인.
- EIP-867 Draft 부활:
- EIP-867 = 2018년 The DAO 후 ETH 복구 메커니즘 ("Standardized Ethereum Recovery Proposals") 역사적 EIP = 2026년 5월 8년 만의 Draft 재도전 = 매우 이례적.
- ReyRod (작성자, PR #9594) = 본 노트 시점 신원 미확정.
- Possibility: AA / smart contract wallet 시대의 새로운 복구 메커니즘 표준화 시도 (해석/추론, 본문 직접 fetch 필요).
Operator 관점:
- EIP-7701 Withdrawn 후속: Native AA 트랙은 7701 라벨 폐기 후 신규 EIP (5/12 EF 블로그 라인 = "Native account abstraction requirements scoped") 로 재시작 = 6~12개월 윈도우 신규 사양 모니터링 라인.
- EIP-867 Draft 부활: 본 사양이 Final 진입 시 = smart contract wallet 손실 복구 / contract recovery 표준 = AA / wallet 인프라 트랙 직접 영향 (해석/추론, 본문 미확정).
- ACDE #238 D-2 윈도우: 6/2 Office Hour → 6/3 (D-1) → 6/4 ACDE #238 = ACDE 직전 메타/Withdrawn 정비 라인 패턴 검증 = 어제 노트 "6/2~6/3 D-1~D-2 burst 가설" 첫 사전 검증 라인.
2) EIP-8272 Recent Roots for Frame Transactions -- EIP-8141 frame tx 트랙 모듈화
확인된 사실:
- ethereum-magicians 28621, 2026-05-26 13:15:53 UTC 등록, 저자 @soispoke, 카테고리 EIPs core.
- Submission PR #11726 (본 노트 시점 PR 본문 직접 fetch 미수행).
- 핵심 메커니즘 (snippet 인용):
- 사양 목적: EIP-8141 frame transactions 가 mutable storage 를 읽지 않고도 recent roots 를 참조 가능.
- Root source = system contract: roots 를 system contract 에 기록, 각 root 는 (source_id, slot) 으로 키.
- source_id 파생: writer address + salt.
- Frame tx 참조 형식: (source_id, slot, root) tuple.
- 검증 시점: frame 실행 전 clients 가 검증 (snippet 절단).
해석/추론:
- Frame transaction 트랙의 사양 모듈화 패턴:
- EIP-8141 (frame tx core) + EIP-8272 (recent roots) = single composable EIP 그룹.
- EOF 분해 (3540 + 3670 + 4200 + 4750 + 5450) / EIP-7702 + 후속 보조 EIP 패턴 = 2024~2026 트렌드 = 단일 거대 EIP 대신 small composable EIPs.
- @soispoke contributor 라인:
- 어제 EIP-8081 Hegota 메타 burst (5/25 Jochem Brouwer / Ignacio Hagopian) 와 다른 라인.
- frame tx 트랙 코어 contributor 그룹 = @soispoke (Open Intents 라인 인접 추정) = Open Intents Framework / frame tx 정책 라인 (해석/추론).
- stateless / pre-execution validation 호환 설계:
- "mutable storage 미접근 검증" = pre-state validation 가능 = statelessness / verkle / L1-zkEVM 트랙과 정렬.
- = 장기 로드맵 (Verge / Purge) 정렬 시그널.
- EthereumFoundation Twitter "Open Intents Framework adoption at scale" 트윗 (5/26 16:43 UTC) 정책 연계:
- 5/26 13:15 UTC EIP-8272 등록 → 5/26 16:43 UTC EF Open Intents 트윗 (3시간 28분 간격) = 동일 14시간 윈도우 내 정책 시그널 연계 가능성 (해석/추론).
- Open Intents Framework = intents 인프라 = frame tx (EIP-8141) 와 인접 = 단일 정책 라인 추정.
Operator 관점:
- frame tx 트랙은 본 시점 Hegota / Glamsterdam 어느 하드포크에도 미배정 = 하드포크 트랙 미정.
- 본 사양 도입 시: pre-state validation 으로 frame tx 검증 = operator 측 추가 인프라 부담 = system contract roots 읽기 / verification cache 라인 (해석/추론).
- frame tx 가 intents-based execution 인프라일 경우 = Lido / curated operator 의 staking 흐름과 직접 충돌 없음 (해석/추론, frame tx 본문 미확정).
- PR #11726 + #11589 (EIP-8243) + EIP-8141 토픽 (ethereum-magicians 검색) 본문 직접 fetch P1 우선순위.
3) ethereum/EIPs 레포 EIP-8173 ~2시간 18분 윈도우 commit 3건 burst (+ EIP-7979 1건, @Greg Colvin 단독 4건)
확인된 사실:
- 5/26 03:45:39 ~ 5/26 20:05:28 UTC 16시간 윈도우 내 4건 commit, 모두 @Greg Colvin 단독:
- (a)
7008d3a(5/26 03:45:39 UTC) = "Update EIP-7979: Better validation spec and rationale, lots of picky stuff". - (b)
02c89e5(5/26 17:47:46 UTC) = "Update EIP-8173: Update references and citations". - (c)
82c0765(5/26 18:54:20 UTC) = "Update EIP-8173: clarity and accuracy". - (d)
af7f4bf(5/26 20:05:28 UTC) = "Update EIP-8173: missing blank line in json".
- (a)
- EIP-8173 만 보면 5/26 17:47 ~ 20:05 UTC = 2시간 18분 윈도우 3건 burst.
해석/추론:
- @Greg Colvin contributor 라인:
- Greg Colvin = EVM stack validation / EOF / EIP-2315 (Simple Subroutines, Withdrawn) 역사적 contributor.
- EIP-7979 / EIP-8173 = EVM 검증 / 스펙 정련 라인 추정 (해석/추론, EIPs repo 직접 fetch 필요).
- 어제 5/25 burst (Jochem Brouwer / Ignacio Hagopian, 2시간 윈도우) 라인 + 본 5/26 burst (Greg Colvin 4건, 16시간 윈도우) = ACDE #238 D-9~D-7 윈도우 burst 라인 = author 다양화 패턴.
- 마이크로-이터레이션 패턴:
- "references and citations" → "clarity and accuracy" → "missing blank line in json" = 본문 정착 직전 최종 정비 단계 패턴.
- = Last Call / Review 진입 후보 시그널 (해석/추론).
- 5/26 commit burst 라인 누적 패턴:
- 5/22: ethereum/EIPs 33분 7건 burst (어제 노트 라인).
- 5/23~5/25: 72시간 누적 0건 침묵 (어제 노트 라인).
- 5/25 21:26~23:08: 2시간 윈도우 2건 burst (EIP-8081 Hegota 메타).
- 5/26 03:45~20:05: 16시간 윈도우 4건 burst (@Greg Colvin 단독).
- = 5/22 burst 후 4일째 ACDE 정비 라인 활성화 패턴 (해석/추론).
포함 여부 확인 필요:
- EIP-8173 / EIP-7979 모두 EIP 업그레이드 현황 데이터 미캡처.
- entity 메타데이터 (
output/entities/EIP-8173.md,output/entities/EIP-7979.md) 미존재 (어제 노트 시점 라인). - 확정 트랙 / 하드포크 매핑 불가 =
gh api /repos/ethereum/EIPs/contents/EIPS/eip-8173.md+eip-7979.md직접 fetch 필요.
Operator 관점:
- 두 EIP 모두 본 시점 Hegota / Glamsterdam 트랙 미배정 = 운영 영향 미확정.
- Greg Colvin 라인 = EVM 검증 / EOF 인접 가능성 = EL 클라이언트 (Geth / Reth / Nethermind / Erigon / Besu) 향후 영향 가능성 (해석/추론).
- 두 EIP 본문 직접 fetch P2 우선순위.
4) @VitalikButerin "Kohaku" 트윗 -- Security + Privacy access-layer 정상화
확인된 사실:
- 트윗 ID 2059239031133634783, 2026-05-26 11:43:38 UTC 게시, 첨부 미디어 1건.
- 본문 전문:
- "@kassandraETH @ncsgy and others have been working hard for nearly a year on Kohaku."
- "Kohaku's goal is to make two twin properties: * Security (and trustlessness) * Privacy (read and write) a reality on the access layer."
- "Security and privacy on Ethereum must be normal."
해석/추론:
- Kohaku 프로젝트 정체:
- @kassandraETH = EF 멤버 (Kassandra) 추정 / @ncsgy = 신원 미확정 = 직접 검증 필요.
- "1년 작업" = 2025-05 ~ 2026-05 = 비공개 인큐베이션 단계 가능성.
- access layer = light client / portal network / RPC / wallet 인프라 = Verge / Purge 사용자 접근 레이어 (해석/추론).
- Privacy & Scaling Explorations (PSE) 라인 추정:
- EF Privacy team 신규 프로젝트 가능성 (해석/추론).
- Kassandra → PSE / Helios / Portal team 라인 확인 필요.
- "Security and privacy on Ethereum must be normal" 정책 시그널:
- Vitalik 의 핵심 가치 시그널 = Privacy 가 default / opt-out 모델로 진화 가능성 (해석/추론).
- 어제 노트 5/24 "EF 방향성 트윗" 의 D+2 구체화 = Privacy 트랙이 EF 방향성의 핵심 축으로 확정.
- 로드맵 영향:
- Kohaku 가 access layer 사양 EIP 로 진행 시 = Purge (history pruning) / Verge (stateless clients) 트랙과 연계.
- 본 노트 시점 12시간 후속 ethresear.ch / blog.ethereum.org 후속 포스트 0건 = Kohaku 본문 공식 발표 모니터링 P1 우선순위.
Operator 관점:
- access layer = wallet / RPC / light client 인프라 = 밸리데이터 운영 영향 간접적 (직접 사양 영향 없음).
- 단, Privacy default 정책이 staking / withdrawal flow 까지 확장 시 = operator 의 privacy compliance 라인 변경 가능성 (장기, 12~24개월).
- @kassandraETH / @ncsgy 트위터 / GitHub 직접 모니터링 P2 우선순위.
5) EIP 업그레이드 현황 데이터 5/26 → 5/27 변동 표
확인된 사실:
| 항목 | 5/26 | 5/27 | 변동 |
|---|---|---|---|
| upgrades_tracked 종류 | 5 (Dencun/Fusaka/Glamsterdam/Hegota/Pectra) | 4 (Fusaka/Glamsterdam/Hegota/Pectra) | -1 (Dencun summary 라인 누락) |
| Dencun included | [4844] | (summary 미포함) | 누락 |
| Pectra included | [2537, 2935] | [2537, 2935] | 동일 |
| Pectra declined | [3540, 3670, 4200, 4750, 5450] | [3540, 3670, 4200, 5450] | -1 (EIP-4750 누락) |
| Fusaka declined | [3540, 3670, 4200, 4750, 5450] | [3540, 3670, 4200, 5450, 5920] | swap (-4750, +5920) |
| Glamsterdam considered | [2780] | [2780] | 동일 |
| Glamsterdam declined | [2926] | [2926, 5920, 6404] | +2 (EIP-5920 / EIP-6404 복귀) |
| Hegota proposed | [4758] | [4758] | 동일 (4일 연속) |
해석:
- 24시간 윈도우 변동 = 5건 (어제 1건 대비 +4) = 페치 데이터 변동성 증가.
- 단일 EIP 멀티-fork 비독립 캡처 패턴 재확인:
- EIP-5920 (PAY opcode) = 5/25 Fusaka+Glamsterdam 양쪽 declined → 5/26 Glamsterdam declined 누락 (Fusaka 만 유지) → 5/27 Glamsterdam declined 복귀 (Fusaka 유지) + Fusaka declined 에서 EIP-4750 자리 차지.
- = 5/26 ~ 5/27 의 PAY opcode 멀티-fork inclusion 데이터 토글 패턴 = 비독립 캡처 결함 재확인.
- EIP-4750 (EOF Functions) 누락:
- 5/26 Pectra+Fusaka declined 양쪽 = 5/27 양쪽 모두 누락 = EOF subspec 라인의 일관된 페치 누락 (EOF 5종 클러스터 = 3540 / 3670 / 4200 / 4750 / 5450 중 4750 만 누락).
- EIP-6404 (SSZ transactions) 복귀:
- 5/24 Glamsterdam declined → 5/25 누락 → 5/26 누락 (어제 노트 라인) → 5/27 복귀.
- = 72시간 누락 후 복귀 = 페치 캐시 정합성 불안정 패턴 검증.
- Hegota proposed EIP-4758 4일 연속 안정 캡처 (5/24/5/25/5/26/5/27):
forks.Hegota.history={"status": "Proposed", "call": "acde/237", "date": "2026-05-21", "timestamp": 4148}단일.- = 인용 신뢰도 최고 수준 확보 = ACDE #238 (6/4 UTC) CFI 결정 라인의 핵심 트래킹 EIP.
- fork-stage 레코드 패턴:
- 5/22 (146) → 5/23~5/26 (~20 ± 소량) → 5/27 (~20) = 20 레벨 정착 패턴 D+2 추가 검증.
Operator 관점:
- 본 노트 시점 직접 인용 가능 항목: EIP-4758 (Hegota Proposed, 4일 연속 안정) / EIP-2537 / EIP-2935 (Pectra Included) / EIP-2926 / EIP-2780 (Glamsterdam) / EIP-3540 / EIP-3670 / EIP-4200 / EIP-5450 / EIP-5920 (Fusaka·Glamsterdam Declined) / EIP-6404 (Glamsterdam Declined) = 페치 데이터 직접 인용 가능.
- 페치 미캡처 항목 (entity 메타데이터 / 5/22 reference snapshot 인용): EIP-4750 / EIP-6110 / EIP-6206 / EIP-6466 / EIP-7251 / EIP-7702 / EIP-7594 / EIP-7732 / EIP-7805 / EIP-7928 / EIP-7708 / EIP-7954 / EIP-7709 / EIP-8025 / EIP-8081 / EIP-8141 / EIP-8173 / EIP-8243 / EIP-8253 / EIP-8272 등.
scripts/fetch_forkcast.py마이그레이션 P0 유지 = 본 시점 누적 24일 결함.
6) 어제 노트 추적 라인 24시간 후속 발화
본 노트 수집 윈도우 (5/25 14:17 ~ 5/26 20:05 UTC, ~30시간) 내 어제 노트 추적 클러스터의 후속 발화:
-
FOCIL (EIP-7805) Lean 4 형식검증 (ethresear.ch 24950, @rahul, 5/25 14:56 UTC) = D+1 추적, 본 노트 시점 후속 답글 / 응답 포스트 0건 캡처. 본문 직접 fetch 미수행 ("surfaced three things" 디테일 미확보) = 어제 노트 P1 우선순위 라인 유지.
-
EIP-8243 Batching Attestations at Source (ethereum-magicians 28606, @raul, 5/25 14:17 UTC) + PR #11589 = D+1 추적, 본 노트 시점 후속 답글 / PR 갱신 0건 캡처. 어제 노트의 "ACDC #176 (예상 6/3 UTC) 어젠다 등재 라인" P1 우선순위 유지. 어제 노트 Validator Ops 1순위 추적 사양 라인 유지.
-
"Extraction Is Conserved: From MEV to GEV" (ethresear.ch 24953, @WGlynn, 5/25 18:47 UTC) = D+1 추적, 본 노트 시점 후속 답글 / Part 4 포스트 0건 캡처. 어제 노트 P1 우선순위 라인 유지.
-
EIP-8081 Hegota 메타 burst (5/25 21:26~23:08 UTC, Jochem Brouwer / Ignacio Hagopian, 2건) = D+1 추적, 본 노트 시점 ethereum/EIPs 레포 EIP-8081 추가 commit 0건 캡처. 단, 새로운 burst 라인 = EIP-8173 / EIP-7979 (@Greg Colvin, 4건) 등장 = author 다양화 패턴 검증 (위 #3 섹션). 어제 노트 잔존 5종 (4758 / 7716 / 8182 / 8188 / 8205) Hegota 메타 합류 라인 추적 유지.
-
@VitalikButerin EF 방향성 트윗 (5/24 16:19 UTC) = D+2 추적, 본 노트 시점 후속 트윗 = Kohaku 트윗 (5/26 11:43 UTC, +43시간 18분 윈도우) = EF 방향성의 Privacy 트랙 구체화 = D+2 명확한 구체화 라인 (위 #4 섹션).
-
신규 등장 항목:
- EIP Editing Office Hour #100 (28623) = importance:high (입력 데이터 highlights 라인 = 본 노트 [HIGH] #1 섹션).
- [Draft ERC] ERC-8267: Agent Service Discovery and Escrow Payment Standard (28622, @Panini) = importance:medium = AI agent 서비스 디스커버리 + escrow 결제 표준 = 카테고리 ERCs, 본 노트 로드맵 관점 [LOW] (ERC, core protocol 외).
- EIP-8272 Recent Roots for Frame Transactions (28621, @soispoke) = 본 노트 [HIGH] #2 섹션.
- Fast Confirmation Rule (FCR) #9 (28619, 6/23 10:00 UTC) = importance:medium = ACDT/FCR 트랙 (어제 노트 라인 외 신규) = Infra 트랙 [MEDIUM].
- Post Quantum transaction signature (PQTS) #9 (28618, 5/27 13:00 UTC) = importance:low = PQTS 트랙 모니터링 라인.
- ERC-8300 Attestation-Gated Agentic Actions (28617, @xrqin) = importance:low = AI agent 인증 ERC, 본 노트 로드맵 관점 [LOW].
-
TRION Protocol / Canonical Validator Wrapper / ERC-8265 (어제 노트 추적 라인) = 본 노트 시점 신규 발화 0건 = 72~96시간 윈도우 침묵 지속.
EIP 업그레이드 현황 변화 (5/26 → 5/27, 24시간 윈도우)
Dencun
- 변동: summary 라인에서 누락 (5/26 included = [4844] → 5/27 summary 미포함).
- (참고: 객체 자체
eips.4844.forks라인 유지 가능, summary 정합성 결함.)
Pectra
| 변동 | 5/26 | 5/27 |
|---|---|---|
| included | [2537, 2935] | [2537, 2935] |
| declined | [3540, 3670, 4200, 4750, 5450] | [3540, 3670, 4200, 5450] |
- declined -1: EIP-4750 (EOF Functions) 의 Pectra declined 라인 페치 누락.
- (참고: EIP-6110 / EIP-6206 24일 누적 누락 지속.)
Glamsterdam
| 변동 | 5/26 | 5/27 |
|---|---|---|
| considered | [2780] | [2780] |
| declined | [2926] | [2926, 5920, 6404] |
- declined +2: EIP-5920 (PAY opcode) + EIP-6404 (SSZ transactions) 의 Glamsterdam declined 라인 복귀.
- 5/24 → 5/25 → 5/26 → 5/27 Glamsterdam declined 패턴: [2926, 5920, 6404] → [2926, 5920, 6404] → [2926] → [2926, 5920, 6404] = 24시간 윈도우 토글 후 복귀.
- (참고: EIP-6466 SSZ receipts 는 5/24 이후 5일 누적 누락.)
Fusaka
| 변동 | 5/26 | 5/27 |
|---|---|---|
| declined | [3540, 3670, 4200, 4750, 5450] | [3540, 3670, 4200, 5450, 5920] |
- swap: EIP-4750 누락 + EIP-5920 복귀 = 정확히 1:1 swap.
- 5/25 → 5/26 → 5/27 Fusaka declined 패턴: [3540, 3670, 4200, 4750, 5450, 5920] → [3540, 3670, 4200, 4750, 5450] → [3540, 3670, 4200, 5450, 5920].
- = 단일 EIP 멀티-fork 비독립 캡처 + 5종 풀 사이즈 유지 패턴.
Hegota (4일 연속 안정 캡처)
| 변동 | 5/26 | 5/27 |
|---|---|---|
| proposed | [4758] | [4758] |
- 24시간 윈도우 안정성 확보 (4일 연속, 5/24~5/27): EIP-4758 (Deactivate SELFDESTRUCT, acde/237 2026-05-21) 페치 데이터 인용 신뢰도 최고 수준.
- (참고: 5/22 reference snapshot 의 Hegota 13종 풍부 캡처 대비 = 1/13 수준의 부분 회복 유지.)
데이터 정합성 노트
- 본 노트 시점 직접 인용 가능 항목: EIP-4758 (Hegota Proposed, 4일 연속 안정) / EIP-2537 / EIP-2935 (Pectra Included) / EIP-2926 / EIP-2780 (Glamsterdam) / EIP-4844 (Dencun, 객체 라인 유지 가능) / EIP-3540 / EIP-3670 / EIP-4200 / EIP-5450 / EIP-5920 (Fusaka·Glamsterdam Declined) / EIP-6404 (Glamsterdam Declined).
- 페치 미캡처 항목 (EIP-4750 신규 추가): EIP-4750 / EIP-6110 / EIP-6206 / EIP-6466 / EIP-7251 / EIP-7702 / EIP-7594 / EIP-7732 / EIP-7805 / EIP-7928 / EIP-7708 / EIP-7954 / EIP-7709 / EIP-7979 / EIP-8025 / EIP-8081 / EIP-8141 / EIP-8173 / EIP-8243 / EIP-8253 / EIP-8272 등 핵심 사양.
- 5/4 ~ 5/27 누적 24일 페치 안정성 결함 지속 =
scripts/fetch_forkcast.py마이그레이션 P0 유지. - 본 노트 시점 페치 데이터 패턴 = 5/22 (146 records) → 5/23~5/27 (~20 레벨 ± 5건) = 정착 패턴 + 변동성 증가.
시사점
1. [중요] EIP Editing Office Hour #100 (6/2 14:00 UTC, ACDE #238 D-2) -- EIP-7701 Native AA Withdrawn 정식 의결 라인, 5/12 EF 블로그 14일 윈도우 종결.
@samwilsn (5/26 13:37 UTC) 주재 어젠다 = EIP-7701 Native Account Abstraction Withdrawn (forshtat, PR #11528, Ref:Comment) + ERC-7813 Last Call + ERC-7796 Review + EIP-867 Draft 부활. 기관투자자/리서치 관점:
- (1) EIP-7701 정식 Withdrawn = 5/12 EF 블로그 "Native account abstraction requirements scoped" → 본 5/26 Office Hour 어젠다 = Native AA 트랙은 7701 라벨 폐기 + 신규 EIP 라벨 재편 = 6~12개월 윈도우 신규 사양 모니터링 라인.
- (2) EIP-867 Draft 부활 = 2018년 The DAO 후 ETH 복구 메커니즘 (Standardized Ethereum Recovery Proposals) 의 8년 만의 재도전 = AA / smart contract wallet 손실 복구 표준화 시도 가능성 (해석/추론).
- (3) ACDE #238 D-2 윈도우 패턴 검증 = 6/2 Office Hour → 6/3 (D-1) → 6/4 ACDE = 어제 노트 "6/2~6/3 D-1~D-2 burst 가설" 첫 사전 검증 라인.
- (4) ERC-7813 Last Call + ERC-7796 Review (forshtat 양수겸장) = ERC 7700~7800 대 라인 정비 contributor 라인 모니터링.
- (5) 운영 영향: 7701 폐기는 EL 클라이언트 (Geth / Reth / Nethermind) AA 구현 라인 정리 = 본 시점 직접 운영 영향 없음 (Stagnant 상태).
2. [중요] EIP-8272 Recent Roots for Frame Transactions -- EIP-8141 frame tx 트랙 모듈화 + stateless / pre-execution validation 호환 설계, Open Intents Framework 정책 라인 연계 가능성.
@soispoke (5/26 13:15 UTC) 의 ethereum-magicians 28621 = EIP-8141 frame tx 가 mutable storage 미접근하고 recent roots 참조 가능 + (source_id, slot, root) tuple 형식 + system contract roots 키. Submission PR #11726. 기관투자자/리서치 관점:
- (1) frame tx 트랙 모듈화 진행 = EIP-8141 (core) + EIP-8272 (recent roots) 분리 = small composable EIPs 패턴 = 2024~2026 트렌드 (EOF 분해 / EIP-7702 + 보조 EIP 라인 일관).
- (2) stateless / pre-state validation 호환 설계 = mutable storage 미접근 = statelessness / verkle / L1-zkEVM 트랙 정렬 = 장기 로드맵 (Verge / Purge) 정렬 시그널.
- (3) EthereumFoundation Twitter "Open Intents Framework adoption at scale" 트윗 (5/26 16:43 UTC, 3시간 28분 윈도우) = frame tx (EIP-8141) = intents 인프라 인접 = 동일 14시간 윈도우 정책 라인 연계 가능성 (해석/추론).
- (4) PR #11726 + EIP-8141 / EIP-8243 (#11589) 본문 직접 fetch P1 우선순위 =
WireAttestationSSZ + Recent Roots tuple 사양 + Open Intents Framework 사양 정합성 검증. - (5) 운영 영향: frame tx 트랙 본 시점 Hegota / Glamsterdam 어느 하드포크에도 미배정 = 직접 운영 영향 없음. 도입 시: pre-state validation 인프라 부담 = operator 측 verification cache 라인 (해석/추론).
3. [중요] @VitalikButerin "Kohaku" 트윗 (5/26 11:43 UTC) -- Security + Privacy access-layer 정상화, @kassandraETH / @ncsgy 1년 작업 라인, Privacy 트랙이 EF 방향성 핵심 축 확정.
@VitalikButerin (5/26 11:43 UTC, 트윗 2059239031133634783) = "two twin properties: Security (and trustlessness) + Privacy (read and write) a reality on the access layer" + "Security and privacy on Ethereum must be normal" + 첨부 미디어 1건. 기관투자자/리서치 관점:
- (1) 5/24 EF 방향성 트윗 D+2 구체화 = 어제 노트 P1 우선순위 라인의 명확한 구체화 = EF 방향성 핵심 축 = Privacy 트랙 확정.
- (2) Kohaku 정체 = @kassandraETH (Kassandra, EF 멤버 추정) + @ncsgy + 1년 작업 (2025-05 ~ 2026-05) = 비공개 인큐베이션 → 본 트윗 공개 = PSE (Privacy & Scaling Explorations) / EF Privacy team 신규 프로젝트 가능성 (해석/추론).
- (3) access layer 정의 = light client / portal network / RPC / wallet 인프라 = Verge / Purge 사용자 접근 레이어와 직접 정렬 (해석/추론).
- (4) 로드맵 영향: Kohaku 가 access layer 사양 EIP 로 진행 시 = Privacy 가 default / opt-out 모델로 진화 가능성 + Verge / Purge 트랙 직접 연계 = 12~24개월 윈도우 사양 모니터링 라인.
- (5) 운영 영향: access layer 인프라는 wallet / RPC = 밸리데이터 운영 영향 간접적. 단, Privacy default 정책이 staking / withdrawal flow 확장 시 = operator 의 privacy compliance 라인 변경 가능성 (장기).
- (6) 본문 공식 발표 모니터링 P1 우선순위 = ethresear.ch / blog.ethereum.org / kassandraETH GitHub / @ncsgy 신원 검증.
4. [참고] ethereum/EIPs 레포 EIP-8173 burst (@Greg Colvin 4건, 16시간 윈도우) -- author 다양화 패턴, ACDE #238 D-7~D-9 윈도우 정비 라인 활성화 검증.
@Greg Colvin (5/26 03:45 ~ 20:05 UTC, 4건) = EIP-8173 3건 (references → clarity → blank line, 마이크로-이터레이션) + EIP-7979 1건. 기관투자자/리서치 관점:
- (1) author 다양화 패턴 검증 = 5/25 burst (Jochem Brouwer / Ignacio Hagopian, EIP-8081 Hegota 메타) + 5/26 burst (Greg Colvin, EVM 검증 / EOF 라인 추정) = ACDE #238 D-7~D-9 윈도우 정비 라인의 author 라인 다양화.
- (2) 마이크로-이터레이션 패턴 = "references and citations" → "clarity and accuracy" → "missing blank line in json" = 본문 정착 직전 최종 정비 단계 = Last Call / Review 진입 후보 시그널 (해석/추론).
- (3) 두 EIP 본문 직접 fetch P2 우선순위 =
gh api /repos/ethereum/EIPs/contents/EIPS/eip-8173.md+eip-7979.md= entity 메타데이터 생성. - (4) 운영 영향: 두 EIP 본 시점 Hegota / Glamsterdam 트랙 미배정 + EL 클라이언트 영향 미확정 = 직접 운영 영향 없음 (모니터링 라인).
5. [참고] EIP 업그레이드 현황 데이터 -- 24시간 윈도우 변동 5건 (어제 1건 대비 +4), Dencun summary 누락 + EIP-4750 Pectra/Fusaka 양쪽 누락 + EIP-5920 / EIP-6404 Glamsterdam declined 복귀 + Hegota EIP-4758 4일 연속 안정 캡처.
5/22 (146 records) → 5/23~5/27 (~20 ± 5건) = 20 레벨 정착 + 변동성 증가 패턴. 본 시점 변동 = EIP-4750 누락 + EIP-5920 / EIP-6404 복귀 + Dencun summary 누락. EIP-4758 4일 연속 안정 = ACDE #238 (6/4 UTC) CFI 결정 라인 인용 신뢰도 최고. 기관투자자/리서치 관점:
- (1) 직접 인용 가능 항목 ~12종 + entity 메타데이터 인용 항목 ~21종 (본 노트 시점 EIP-4750 / EIP-7979 / EIP-8141 / EIP-8173 / EIP-8272 추가).
- (2)
scripts/fetch_forkcast.py마이그레이션 P0 유지 = 본 시점 누적 24일 결함. - (3) 변동성 증가 패턴 = 24시간 윈도우 변동 1건 (5/26) → 5건 (5/27) = 페치 캐시 정합성 불안정 검증 = 다음 24시간 윈도우 모니터링 강화 라인.
- (4) EIP-4758 CFI 후보 시그널 = 4일 연속 안정 + acde/237 (2026-05-21) 단일 history 라인 = ACDE #238 어젠다 등재 1순위 후보.
6. [참고] 어제 노트 추적 라인 24시간 후속 -- FOCIL Lean 4 / EIP-8243 / MEV→GEV 후속 발화 0건, EIP-8081 burst 라인 다른 author 라인 활성화 (EIP-8173).
어제 [HIGH] 라인 3종 (FOCIL Lean 4 / EIP-8243 / EIP-8081 burst) 의 D+1 후속 = 본 노트 시점 답글 / PR 갱신 0건. 단, EIP-8081 burst 라인은 author 다양화로 EIP-8173 burst (@Greg Colvin) 라인 활성화. 기관투자자/리서치 관점:
- (1) 본문 직접 fetch P1 우선순위 라인 유지 = ethresear.ch 24950 (FOCIL Lean 4 "surfaced three things") + 24953 (MEV→GEV Part 1+2+3+4+) + ethereum-magicians 28606 + PR #11589 (EIP-8243 WireAttestation SSZ).
- (2) ACDE #238 D-7 윈도우 다음 24~48시간 모니터링 라인 강화 = author 다양화 burst 패턴 + Office Hour #100 어젠다 확정 + EIP-4758 CFI 결정 라인.
- (3) Kohaku 트윗 D+1 ~ D+3 윈도우 후속 발화 모니터링 = ethresear.ch / blog.ethereum.org / @kassandraETH GitHub.
추가 검증 필요 사항
| 항목 | 우선순위 | 검증 방법 |
|---|---|---|
| EIP Editing Office Hour #100 본문 + PR #11528 (EIP-7701 Withdraw) + PR #9594 (EIP-867 Draft) + PR #1689 (ERC-7813) + PR #1692 (ERC-7796) 직접 검토 | P1 | WebFetch ethereum-magicians 28623 본문 + GitHub PR 4건 직접 fetch + "Add EIP: Contract Payer Transaction by ben..." 작성자 / EIP 번호 식별 |
| Vitalik "Kohaku" 트윗 (2059239031133634783) D+1~D+3 후속 발화 | P1 | scripts/fetch_tweet.py 직접 호출 + ethresear.ch / blog.ethereum.org / kassandraETH GitHub / @ncsgy 신원 검증 + Kohaku 공식 사이트 / 레포 확인 |
| EIP-8272 (Recent Roots for Frame Transactions) + EIP-8141 (Frame Transaction core) 본문 + PR #11726 직접 fetch | P1 | WebFetch ethereum-magicians 28621 본문 + GitHub PR #11726 fetch + system contract roots 사양 / (source_id, slot, root) tuple 형식 / pre-state validation 라인 확인 + Open Intents Framework 정책 연계 검증 |
| ethresear.ch 24950 (FOCIL Lean 4) 본문 직접 fetch (어제 라인 유지) | P1 | WebFetch / curl, "surfaced three things" 디테일 확보 (IL committee 정의 / fork-choice 상호작용 / timing 가정 등) |
| ethereum-magicians 28606 + PR #11589 (EIP-8243 Batching Attestations) 본문 직접 fetch (어제 라인 유지) | P1 | WireAttestation SSZ 정의 / BLS aggregation 방식 / 보안 가정 검증, Validator Ops 노트 직접 분석 추가 |
| ethresear.ch 24953 (MEV → GEV airgap closure Part 3) 본문 + Part 4+ 후속 fetch (어제 라인 유지) | P1 | GEV 정의 / 보존 법칙 형식화 / 함의 디테일 확보 |
| ACDE #238 (6/4 14:00 UTC) 직접 모니터링 (어제 라인 유지) | P1 | ethereum/pm 레포 + Ethereum Magicians #28596 + Protocol Calls Tracker 콜 노트, EIP-4758 / EIP-8188 / EIP-7904 / EIP-8182 CFI 결정 + EIP-7928 freeze 결정 + EIP-8243 / EIP-8272 신규 어젠다 등재 가능성 |
| ACDC #176 (예상 6/3 UTC) 모니터링 (어제 라인 유지) | P1 | EIP-8243 Batching Attestations at Source 어젠다 등재 라인 확인 |
scripts/fetch_forkcast.py 페치 로직 마이그레이션 (P0 라인 유지) |
P0 | (a) EIP-4750 / EIP-6110 / EIP-7805 / EIP-8243 / EIP-8272 객체 자체 페치 누락 원인 직접 추적, (b) Dencun summary 라인 누락 원인 추적, (c) EIP-5920 멀티-fork 토글 패턴 원인 검증, (d) 5/22 reference snapshot 회복 검증 |
| EIP-8173 / EIP-7979 본문 + Greg Colvin 라인 검증 | P2 | gh api /repos/ethereum/EIPs/contents/EIPS/eip-8173.md + eip-7979.md 직접 fetch + entity 메타데이터 생성 + EVM 검증 / EOF 인접성 확인 |
| Fast Confirmation Rule (FCR) #9 (6/23 10:00 UTC) + Post Quantum transaction signature (PQTS) #9 (5/27 13:00 UTC) 콜 모니터링 | P2 | Protocol Calls Tracker 직접 추적, FCR / PQTS Breakout 콜 노트 라인 확인 |
| ERC-8267 Agent Service Discovery + ERC-8300 Attestation-Gated Agentic Actions 본문 직접 fetch | P3 | AI agent 서비스 디스커버리 / escrow 결제 / 인증 ERC 라인 모니터링 (core protocol 외) |
| EIP-4758 SELFDESTRUCT Lido contract grep (어제 라인 유지) | P2 | lidofinance/lido-dao + lidofinance/community-staking-module 레포의 SELFDESTRUCT opcode 사용 검증 |
메타 정보
- 수집 윈도우: 2026-05-25 14:17 UTC ~ 2026-05-26 20:05 UTC (약 30시간)
- 분석 윈도우: 2026-05-27 (어제 노트 2026-05-26 와의 24시간 변동 윈도우)
- 입력 데이터:
output/sources/2026-05-27.summary.json(18 items: ethresearch 4건 + ethmagicians 7건 + eips 4건 + twitter 3건, 어제 8건 대비 +10)output/sources/forkcast/2026-05-27.forkcast.json(upgrades_tracked summary 4종 + Dencun summary 누락, fork-stage 레코드 ~20)
- 비교 기준:
output/sources/forkcast/2026-05-26.forkcast.json(upgrades_tracked summary 5종, fork-stage 레코드 ~20) +output/notes/daily/2026-05-26-roadmap-analysis.md - 다음 노트 추적 라인:
- (1) EIP Editing Office Hour #100 (6/2 14:00 UTC) D-6 진입 추적 + PR #11528 (EIP-7701 Withdraw) / #9594 (EIP-867 Draft) 본문 검토.
- (2) Vitalik Kohaku 트윗 (5/26 11:43 UTC) D+1~D+3 윈도우 후속 발화 (ethresear.ch / blog.ethereum.org / kassandraETH).
- (3) EIP-8272 (Recent Roots for Frame Transactions) PR #11726 본문 + Open Intents Framework 정책 연계 검증.
- (4) EIP-8173 / EIP-7979 (@Greg Colvin) D+1 후속 commit + 본문 fetch.
- (5) ACDE #238 (6/4 14:00 UTC) D-7 진입 + ACDE #237 콜 노트 결과 (EIP-4758 / EIP-8188 / EIP-7904 / EIP-8182 CFI 결정).
- (6) ACDC #176 (예상 6/3 UTC) EIP-8243 / EIP-8272 어젠다 등재.
- (7) EIP-8081 Hegota 메타 추가 burst (D-1~D-2, 6/2~6/3 윈도우, 잔존 5종 = 4758 / 7716 / 8182 / 8188 / 8205 합류 라인).
- (8) 페치 로직 마이그레이션 진행 상황 (
scripts/fetch_forkcast.py) + EIP-4750 / EIP-5920 멀티-fork 토글 패턴 원인 추적 + Dencun summary 누락 원인 추적. - (9) 데이터 파이프라인 정상화 (5/28 페치 items 수 / 분포 / 신규 EIPs 커밋).