Skip to content

Commit

Permalink
EVM-441: Add gRPC data validation (#1283)
Browse files Browse the repository at this point in the history
* EVM-441: Add gRPC data validation
  • Loading branch information
stana-miric authored Mar 16, 2023
1 parent b2dbc12 commit 06f0007
Show file tree
Hide file tree
Showing 27 changed files with 5,622 additions and 161 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ bindata:

.PHONY: protoc
protoc:
protoc --go_out=. --go-grpc_out=. ./server/proto/*.proto
#protoc --go_out=. --go-grpc_out=. ./protocol/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./network/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./txpool/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./consensus/ibft/**/*.proto
protoc --go_out=. --go-grpc_out=. ./consensus/polybft/**/*.proto
protoc --go_out=. --go-grpc_out=. -I . -I=./validate --validate_out="lang=go:." \
./server/proto/*.proto \
./network/proto/*.proto \
./txpool/proto/*.proto \
./consensus/ibft/**/*.proto \
./consensus/polybft/**/*.proto

.PHONY: build
build:
Expand Down
Loading

0 comments on commit 06f0007

Please sign in to comment.