Skip to content

Commit ffad6e8

Browse files
authored
Bor rpc (#6)
* add bor grpc apis and milestone apis proto * save
1 parent 17ac69b commit ffad6e8

File tree

10 files changed

+3500
-460
lines changed

10 files changed

+3500
-460
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ protoc-clean:
4646
grpc: protoc-all
4747
PATH="$(GOBIN):$(PATH)" protoc --proto_path=. --go_out=. --go-grpc_out=. -I=$(PROTOC_INCLUDE) \
4848
heimdall/heimdall.proto
49+
PATH="$(GOBIN):$(PATH)" protoc --proto_path=. --go_out=. --go-grpc_out=. -I=$(PROTOC_INCLUDE) \
50+
bor/bor.proto
51+
PATH="$(GOBIN):$(PATH)" protoc --proto_path=. --go_out=. --go-grpc_out=. -I=$(PROTOC_INCLUDE) \
52+
common/common.proto
53+
cp github.com/maticnetwork/polyproto/common/* ./common/
54+
rm -rf github.com

0 commit comments

Comments
 (0)