Stream Validator and Beacon Logs via gRPC Streams (#8150)

* implement validator logs stream

* fix test

* tidy

* proto regen

* add logs stream to the beacon node

* beacon logs working

* impl

* pass test

* gaz

* rem lock

* fix space
This commit is contained in:
Raul Jordan
2020-12-18 12:03:24 -06:00
committed by GitHub
parent e772e8c8c2
commit 72dc43989f
29 changed files with 882 additions and 942 deletions

1
go.mod
View File

@@ -37,7 +37,6 @@ require (
github.com/google/gopacket v1.1.19 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/graph-gophers/graphql-go v0.0.0-20200309224638-dae41bde9ef9 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0