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
After #3753 is merged the ExecutionOptimisticForkVersionedResponse type will be scarcely used. The only place it remains is get_debug_beacon_states_v1, which is deprecated and could be deleted 🎉
Steps to resolve
Remove ExecutionOptimisticForkVersionedResponse
Remove get_debug_beacon_states_v1 and the test that uses it
The text was updated successfully, but these errors were encountered:
)
## Issue Addressed
#4146
## Proposed Changes
Removes the `ExecutionOptimisticForkVersionedResponse` type and the associated Beacon API endpoint which is now deprecated. Also removes the test associated with the endpoint.
…gp#4160)
## Issue Addressed
sigp#4146
## Proposed Changes
Removes the `ExecutionOptimisticForkVersionedResponse` type and the associated Beacon API endpoint which is now deprecated. Also removes the test associated with the endpoint.
Woodpile37
pushed a commit
to Woodpile37/lighthouse
that referenced
this issue
Jan 6, 2024
…gp#4160)
## Issue Addressed
sigp#4146
## Proposed Changes
Removes the `ExecutionOptimisticForkVersionedResponse` type and the associated Beacon API endpoint which is now deprecated. Also removes the test associated with the endpoint.
Description
After #3753 is merged the
ExecutionOptimisticForkVersionedResponse
type will be scarcely used. The only place it remains isget_debug_beacon_states_v1
, which is deprecated and could be deleted 🎉Steps to resolve
ExecutionOptimisticForkVersionedResponse
get_debug_beacon_states_v1
and the test that uses itThe text was updated successfully, but these errors were encountered: