attestantio / go-eth2-client

Apache License 2.0
102 stars 59 forks source link

feat: implement `produceBlockV3` #106

Closed y0sher closed 4 months ago

y0sher commented 4 months ago

Description

Implements produceBlockV3 according to the ethereum beacon spec.

Why

produceBlockV2 is deprecated according to the ethereum beacon specs. the only correct way to get full blocks right now is using produceBlockV3.

Open questions

@mcdee your review appreciated

y0sher commented 4 months ago

closing due to better commit log on #107