Skip to content

Commit 0b5064b

Browse files
0x00101010nalepae
andauthored
feat: cell proof computation related proto and generated go files (#15003)
* Add new message type to proto and generate .go files * `proto/engine/v1`: Remove `execution_engine_eip7594.go` since this file does not exists. Rerun ` hack/update-go-pbs.sh` and `hack/update-go-ssz.sh `. --------- Co-authored-by: Manu NALEPA <[email protected]>
1 parent da9d4cf commit 0b5064b

File tree

4 files changed

+545
-1
lines changed

4 files changed

+545
-1
lines changed

proto/engine/v1/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ ssz_gen_marshal(
4444
"ExecutionPayloadDeneb",
4545
"BlindedBlobsBundle",
4646
"BlobsBundle",
47+
"BlobsBundleV2",
4748
"Withdrawal",
4849
"WithdrawalRequest",
4950
"DepositRequest",
@@ -111,7 +112,8 @@ ssz_proto_files(
111112
name = "ssz_proto_files",
112113
srcs = [
113114
"execution_engine.proto",
114-
"electra.proto",
115+
"execution_engine_eip7594.proto",
116+
"electra.proto",
115117
],
116118
config = select({
117119
"//conditions:default": "mainnet",

proto/engine/v1/engine.ssz.go

Lines changed: 230 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)