Skip to content

Commit

Permalink
Bor rpc (#6)
Browse files Browse the repository at this point in the history
* add bor grpc apis and milestone apis proto

* save
  • Loading branch information
anshalshukla authored Jul 3, 2024
1 parent 17ac69b commit ffad6e8
Show file tree
Hide file tree
Showing 10 changed files with 3,500 additions and 460 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ protoc-clean:
grpc: protoc-all
PATH="$(GOBIN):$(PATH)" protoc --proto_path=. --go_out=. --go-grpc_out=. -I=$(PROTOC_INCLUDE) \
heimdall/heimdall.proto
PATH="$(GOBIN):$(PATH)" protoc --proto_path=. --go_out=. --go-grpc_out=. -I=$(PROTOC_INCLUDE) \
bor/bor.proto
PATH="$(GOBIN):$(PATH)" protoc --proto_path=. --go_out=. --go-grpc_out=. -I=$(PROTOC_INCLUDE) \
common/common.proto
cp github.com/maticnetwork/polyproto/common/* ./common/
rm -rf github.com
Loading

0 comments on commit ffad6e8

Please sign in to comment.