Monthly Contribution - October 2024

Monthly Contribution - October 2024
Photo by Goran Ivos / Unsplash
💡
Opened 1 issue to Prysm

Prysm

#1

Prysm API `GetActiveSetChanges` returns incorrect indices for exited and ejected validators · Issue #14564 · prysmaticlabs/prysm
💎 Issue Description I came across an issue with the ExitedValidatorIndices function in the GetActiveSetChanges API (/prysm/v1/validators/active_set_changes). The returned indices for exited validat…
  • Opened first issue at Prysm.
  • Prysm supports a custom endpoint that informs the delta of validator set for each epoch(/prysm/v1/validators/active_set_changes).
  • I found that this API will return wrong answer for exited and ejected validators, as it 1) finds the maximum exit epoch from the validator set, 2) adds MinValidatorWithdrawabilityDelay (which is 256) to the exit epoch, and 3) compares this value to the withdrawable epoch of each validator.
  • Two PRs were born from this issue:
  • Opened at October 22nd.

Read more

이더리움 코어 개발자가 된 이야기

이더리움 코어 개발자가 된 이야기

En: https://junsong.xyz/core-dev-journey/ 안녕하세요, 다소 늦은 커리어 업데이트입니다. 이번 6월부터, Offchain에 합류하게 되었습니다. 이더리움 CL 클라이언트 Prysm에서 이더리움 코어 개발 일을 정식으로 시작하게 되었습니다. 제 커리어에서 나름대로 중요한 마일스톤을 달성하게 되었습니다. 블록체인을 처음 접하고, 이쪽에서 커리어를 결심한 시점 (2022년 초반, 군 전역 후 복학한 시기)부터 제 목표는

By Jun Song
2026 (이른) 상반기 회고

2026 (이른) 상반기 회고

English version: https://junsong.xyz/2026-h1-retrospect 상반기가 마무리되기엔 아직 이른 이 시점, 쉼표를 찍기 좋은 지점인 것 같아 간단하게 회고록을 작성합니다. 저는 올해 대부분의 시간을 뉴욕에서 지내다가 얼마 전 한국에 다시 돌아왔습니다. 이번 회고는 뉴욕에서의 시간을 대부분 다룹니다. 지난 회고록들은 여기에서 확인해보실 수 있습니다. NYU 카이스트에서 제공하는 NYU 부전공 프로그램을

By Jun Song