Started Ethereum core development with the Ethereum Protocol Fellowship (EPF) from October 2022 until March 2023, then advanced to prototyping EIP-6110 in Lighthouse from March to July 2023, funded by a grant from the Ethereum Foundation.
## EPF (Oct 2022 - Mar 2023)
- [First Commit](https://github.com/eth-protocol-fellows/cohort-three/pull/6)
- [`consensus_client_reward_APIs` Overview](https://github.com/kevinbogner/cohort-three/blob/master/projects/consensus_client_reward_APIs.md)
- [`block_rewards` and `attestation_rewards` in beacon-APIs](https://github.com/ethereum/beacon-APIs/pull/260)
- [`sync_committee_rewards` in beacon-APIs](https://github.com/ethereum/beacon-APIs/pull/262)
- [`attestation_rewards` API in Lighthouse](https://github.com/sigp/lighthouse/pull/3822)
- [Development Updates](https://github.com/eth-protocol-fellows/cohort-three/blob/master/development-updates.md#kevinbogner)
- [IRL Meetup, Denver](https://youtu.be/oF_BRlXMVNY?t=4108)
- [ETHDenver Presentation](https://youtu.be/aXbZP5KjkVw?t=737)
### Extra
- [Lighthouse Node Guide](https://github.com/sigp/lighthouse/pull/3681)
## EIP-6110 (Mar 2023 - Jul 2023)
- [EIP-6110 Prototype](https://github.com/kevinbogner/lighthouse/tree/eip6110-deneb)
- [Devnet Config Update](https://github.com/ethpandaops/deposit-devnets/commit/5849b91f66967c226e50a70d385a394496175e68)
- [Genesis Generator Fix](https://github.com/ethpandaops/ethereum-genesis-generator/pull/31)
- [EIP-6110 Presentation](https://youtu.be/tRTBgCN9VgY)
### Extra
- [EIPs Typo Fix](https://github.com/ethereum/EIPs/pull/6778)