Skip to content

Commit d809ceb

Browse files
committed
Add Gloas protobuf definitions with spec tests
1 parent d945b1d commit d809ceb

File tree

4 files changed

+298
-1
lines changed

4 files changed

+298
-1
lines changed

deps.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,6 +2449,12 @@ def prysm_deps():
24492449
sum = "h1:8feyoE3OzPrcshW5/MJ4sGESc5cqmGkGCWlco4l0bqY=",
24502450
version = "v1.4.11",
24512451
)
2452+
go_repository(
2453+
name = "com_github_offchainlabs_go_bitfield",
2454+
importpath = "github.com/OffchainLabs/go-bitfield",
2455+
sum = "h1:2U6to0u/KUhG4RogHmVyd95QTL740dDuoNyRkueFH8Q=",
2456+
version = "v0.0.0-20250830171457-8344ca593cfa",
2457+
)
24522458
go_repository(
24532459
name = "com_github_oklog_oklog",
24542460
importpath = "github.com/oklog/oklog",

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ require (
6060
github.com/prometheus/client_golang v1.20.5
6161
github.com/prometheus/client_model v0.6.1
6262
github.com/prometheus/prom2json v1.3.0
63-
github.com/prysmaticlabs/fastssz v0.0.0-20251103153600-259302269bfc
63+
github.com/prysmaticlabs/fastssz v0.0.0-20250818163020-6fd8d25f1211
64+
github.com/prysmaticlabs/go-bitfield v0.0.0-20240328144219-a1caa50c3a1e
6465
github.com/prysmaticlabs/prombbolt v0.0.0-20210126082820-9b7adba6db7c
6566
github.com/prysmaticlabs/protoc-gen-go-cast v0.0.0-20230228205207-28762a7b9294
6667
github.com/r3labs/sse/v2 v2.10.0

proto/engine/v1/gloas.pb.go

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

proto/prysm/v1alpha1/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ go_proto_library(
351351
"//proto/engine/v1:go_default_library",
352352
"//proto/eth/ext:go_default_library",
353353
"@com_github_golang_protobuf//proto:go_default_library",
354+
"@com_github_offchainlabs_go_bitfield//:go_default_library",
354355
"@com_github_prysmaticlabs_go_bitfield//:go_default_library",
355356
"@googleapis//google/api:annotations_go_proto",
356357
"@io_bazel_rules_go//proto/wkt:descriptor_go_proto",
@@ -397,6 +398,7 @@ go_library(
397398
"//runtime/version:go_default_library",
398399
"@com_github_golang_protobuf//proto:go_default_library",
399400
"@com_github_pkg_errors//:go_default_library",
401+
"@com_github_offchainlabs_go_bitfield//:go_default_library",
400402
"@com_github_prysmaticlabs_go_bitfield//:go_default_library", # keep
401403
"@com_github_sirupsen_logrus//:go_default_library",
402404
"@com_github_sirupsen_logrus//hooks/test:go_default_library",

0 commit comments

Comments
 (0)