DEPRECTATION: Remove exchange transition configuration call (#13127)

* wip removing call to execution client for transition configuration

* updating bazel and execution engine proto

* removing more spots where the call was added

* removing unused metric
This commit is contained in:
james-prysm
2023-10-27 10:43:00 -05:00
committed by GitHub
parent 56c65b8527
commit 10a89fef13
15 changed files with 183 additions and 1024 deletions

View File

@@ -54,7 +54,6 @@ const (
GetPayloadMethod = "engine_getPayloadV1"
// GetPayloadMethodV2 v2 request string for JSON-RPC.
GetPayloadMethodV2 = "engine_getPayloadV2"
// ExchangeTransitionConfigurationMethod v1 request string for JSON-RPC.
)
var (