Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Layr-Labs/eigenda into ap…
Browse files Browse the repository at this point in the history
…iaudit
  • Loading branch information
jianoaix committed Feb 6, 2024
2 parents 135fe74 + 0ba2a67 commit 0e721b0
Show file tree
Hide file tree
Showing 67 changed files with 1,398 additions and 796 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protoc: clean
--go-grpc_opt=paths=source_relative \
$(PROTOS)/**/*.proto
# Generate Protobuf for sub directories of ./api/proto/disperser
protoc -I $(PROTOS_DISPERSER) \
protoc -I $(PROTOS_DISPERSER) -I $(PROTOS) \
--go_out=$(PROTO_GEN_DISPERSER_PATH) \
--go_opt=paths=source_relative \
--go-grpc_out=$(PROTO_GEN_DISPERSER_PATH) \
Expand Down
6 changes: 3 additions & 3 deletions api/grpc/churner/churner.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions api/grpc/churner/churner_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 155 additions & 0 deletions api/grpc/common/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e721b0

Please sign in to comment.