Skip to content

Commit ffa57b7

Browse files
committed
Add Gloas protobuf definitions with spec tests
1 parent d5ca327 commit ffa57b7

File tree

20 files changed

+7902
-1385
lines changed

20 files changed

+7902
-1385
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Added
2+
3+
- Add Gloas protobuf definitions with spec tests and SSZ serialization support

deps.bzl

Lines changed: 8 additions & 2 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",
@@ -2872,8 +2878,8 @@ def prysm_deps():
28722878
go_repository(
28732879
name = "com_github_prysmaticlabs_fastssz",
28742880
importpath = "github.com/prysmaticlabs/fastssz",
2875-
sum = "h1:xuVAdtz5ShYblG2sPyb4gw01DF8InbOI/kBCQjk7NiM=",
2876-
version = "v0.0.0-20241008181541-518c4ce73516",
2881+
sum = "h1:bCmGaqDa9KhaarjVp6uEYJ98mhhqPRfi/DX3J7/yBQo=",
2882+
version = "v0.0.0-20250818163020-6fd8d25f1211",
28772883
)
28782884
go_repository(
28792885
name = "com_github_prysmaticlabs_go_bitfield",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ require (
5959
github.com/prometheus/client_golang v1.20.5
6060
github.com/prometheus/client_model v0.6.1
6161
github.com/prometheus/prom2json v1.3.0
62-
github.com/prysmaticlabs/fastssz v0.0.0-20241008181541-518c4ce73516
62+
github.com/prysmaticlabs/fastssz v0.0.0-20250818163020-6fd8d25f1211
6363
github.com/prysmaticlabs/go-bitfield v0.0.0-20240328144219-a1caa50c3a1e
6464
github.com/prysmaticlabs/prombbolt v0.0.0-20210126082820-9b7adba6db7c
6565
github.com/prysmaticlabs/protoc-gen-go-cast v0.0.0-20230228205207-28762a7b9294

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,8 +903,8 @@ github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0leargg
903903
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
904904
github.com/prometheus/prom2json v1.3.0 h1:BlqrtbT9lLH3ZsOVhXPsHzFrApCTKRifB7gjJuypu6Y=
905905
github.com/prometheus/prom2json v1.3.0/go.mod h1:rMN7m0ApCowcoDlypBHlkNbp5eJQf/+1isKykIP5ZnM=
906-
github.com/prysmaticlabs/fastssz v0.0.0-20241008181541-518c4ce73516 h1:xuVAdtz5ShYblG2sPyb4gw01DF8InbOI/kBCQjk7NiM=
907-
github.com/prysmaticlabs/fastssz v0.0.0-20241008181541-518c4ce73516/go.mod h1:h2OlIZD/M6wFvV3YMZbW16lFgh3Rsye00G44J2cwLyU=
906+
github.com/prysmaticlabs/fastssz v0.0.0-20250818163020-6fd8d25f1211 h1:bCmGaqDa9KhaarjVp6uEYJ98mhhqPRfi/DX3J7/yBQo=
907+
github.com/prysmaticlabs/fastssz v0.0.0-20250818163020-6fd8d25f1211/go.mod h1:h2OlIZD/M6wFvV3YMZbW16lFgh3Rsye00G44J2cwLyU=
908908
github.com/prysmaticlabs/go-bitfield v0.0.0-20210108222456-8e92c3709aa0/go.mod h1:hCwmef+4qXWjv0jLDbQdWnL0Ol7cS7/lCSS26WR+u6s=
909909
github.com/prysmaticlabs/go-bitfield v0.0.0-20240328144219-a1caa50c3a1e h1:ATgOe+abbzfx9kCPeXIW4fiWyDdxlwHw07j8UGhdTd4=
910910
github.com/prysmaticlabs/go-bitfield v0.0.0-20240328144219-a1caa50c3a1e/go.mod h1:wmuf/mdK4VMD+jA9ThwcUKjg3a2XWM9cVfFYjDyY4j4=

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.

0 commit comments

Comments
 (0)