Skip to content

Commit

Permalink
refactor: bump protobuf to v2 and include v1 msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Sep 29, 2024
1 parent 5e520ca commit 07a9b61
Show file tree
Hide file tree
Showing 25 changed files with 39,886 additions and 12,566 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lint:
BUF_VERSION=1.42
BUILDER_VERSION=0.15.1

proto-all: proto-format proto-lint proto-breaking proto-gen
proto-all: proto-format proto-lint proto-gen

proto-format:
@echo "🤖 Running protobuf formatter..."
Expand All @@ -58,12 +58,6 @@ proto-lint:
bufbuild/buf:$(BUF_VERSION) lint
@echo "✅ Completed protobuf linting!"

proto-breaking:
@echo "🤖 Running protobuf breaking checks..."
@docker run --rm --volume "$(PWD)":/workspace --workdir /workspace \
bufbuild/buf:$(BUF_VERSION) breaking --against "https://github.com/monerium/module-noble.git#branch=v1.0.0"
@echo "✅ Completed protobuf breaking checks!"

###############################################################################
### Testing ###
###############################################################################
Expand Down
35 changes: 17 additions & 18 deletions api/module/v1/module.pulsar.go

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

Loading

0 comments on commit 07a9b61

Please sign in to comment.