You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a switch case for `deneb` fork version wherever required. Also add relevant tests.
This makes `deneb` the default block version as beaconmock now uses deneb by default. This ensures all tests use deneb going forward.
category: feature
ticket: #2729
🎯 Problem to be solved
We need to make charon deneb ready.
🛠️ Proposed solution
Although a lot of work has already been done, we need to implement the last changes to complete the deneb support work.
This include adding another case for deneb wherever we check for block version. For ex: instances where we have
case eth2spec.Capella
.🧪 Tests
Test on a deneb devnet (https://notes.ethereum.org/@ethpandaops/dencun-devnet-11)
The text was updated successfully, but these errors were encountered: