Beacon chain height matcher (#640)

* upgrade protoc (fixes local ./gradlew run issue)

* implement beacon chain block matcher
This commit is contained in:
msizov
2025-03-14 19:18:13 +07:00
committed by GitHub
parent 92313abdf2
commit 0475b97f96
4 changed files with 67 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
[versions]
detekt = "1.23.1"
groovy = "4.0.15"
protoc = "3.21.7"
protoc = "4.29.2"
jackson = "2.11.0"
grpc = "1.57.0"
reactive-grpc = "1.2.0"