Skip to content

Commit

Permalink
Clean up some unused beacon state proto types and related code
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Mar 13, 2024
1 parent 4731304 commit d98feaa
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 6,675 deletions.
2 changes: 0 additions & 2 deletions proto/engine/v1/json_marshal_unmarshal.go
Expand Up @@ -16,8 +16,6 @@ import (
"github.com/prysmaticlabs/prysm/v5/runtime/version"
)

var errExecutionUnmarshal = errors.New("unable to unmarshal execution engine data")

// PayloadIDBytes defines a custom type for Payload IDs used by the engine API
// client with proper JSON Marshal and Unmarshal methods to hex.
type PayloadIDBytes [8]byte
Expand Down
1 change: 0 additions & 1 deletion proto/eth/v1/BUILD.bazel
Expand Up @@ -113,7 +113,6 @@ ssz_proto_files(
name = "ssz_proto_files",
srcs = [
"beacon_block.proto",
"beacon_state.proto",
],
config = select({
"//conditions:default": "mainnet",
Expand Down

0 comments on commit d98feaa

Please sign in to comment.