Skip to content

Commit

Permalink
refactor: bump protobuf to v2 and include v1 msgs (#12)
Browse files Browse the repository at this point in the history
* refactor: bump protobuf to v2 and include v1 msgs
* fix: add florin.v1.MsgMint
* chore: cleanup api v1
* chore: small nit

Co-authored-by: Gísli Kristjánsson <[email protected]>
  • Loading branch information
johnletey and gislik authored Oct 1, 2024
1 parent 5e520ca commit 3d7c640
Show file tree
Hide file tree
Showing 25 changed files with 19,756 additions and 13,364 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: proto-format proto-lint proto-breaking proto-gen license format lint test-unit build
.PHONY: proto-format proto-lint proto-gen license format lint test-unit build
all: proto-all format lint test-unit build

###############################################################################
Expand Down 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 3d7c640

Please sign in to comment.