Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion proto/engine/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ssz_gen_marshal(
"ExecutionPayloadDeneb",
"BlindedBlobsBundle",
"BlobsBundle",
"BlobsBundleV2",
"Withdrawal",
"WithdrawalRequest",
"DepositRequest",
Expand Down Expand Up @@ -76,6 +77,7 @@ go_library(
srcs = [
"electra.go",
"execution_engine.go",
"execution_engine_eip7594.go",
"json_marshal_unmarshal.go",
":ssz_generated_files", # keep
],
Expand Down Expand Up @@ -111,7 +113,8 @@ ssz_proto_files(
name = "ssz_proto_files",
srcs = [
"execution_engine.proto",
"electra.proto",
"execution_engine_eip7594.proto",
"electra.proto",
],
config = select({
"//conditions:default": "mainnet",
Expand Down
231 changes: 231 additions & 0 deletions proto/engine/v1/engine.ssz.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading