ObolNetwork / charon

Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
https://docs.obol.tech/
Other
195 stars 84 forks source link

Add support for `capella` blocks #1464

Closed dB2510 closed 1 year ago

dB2510 commented 1 year ago

Problem to be solved

Ethereum is eyeing to introduce withdrawals in next upgrade (shanghai). This introduces new block version named capella which introduces some new fields to BeaconBlockBody and ExecutionPayload. For more details refer.

Proposed solution

corverroos commented 1 year ago

What is the timeline on this for goerli and gnosis? ie, by when does need to be in?

dB2510 commented 1 year ago

What is the timeline on this for goerli and gnosis? ie, by when does need to be in?

There is no announcement for specific date as when it will be live on goerli or gnosis, but client teams are under development currently. go-eth2-client has already added support. We can track shanghai upgrade planning here: https://github.com/ethereum/pm/issues/450.

dB2510 commented 1 year ago

Issues from client teams:

thomasheremans commented 1 year ago

Target: Early Jan