Skip to content

Commit 3d7c640

Browse files
johnleteygislik
andauthored
refactor: bump protobuf to v2 and include v1 msgs (#12)
* 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 <gislik@hamstur.is>
1 parent 5e520ca commit 3d7c640

25 files changed

+19756
-13364
lines changed

Makefile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: proto-format proto-lint proto-breaking proto-gen license format lint test-unit build
1+
.PHONY: proto-format proto-lint proto-gen license format lint test-unit build
22
all: proto-all format lint test-unit build
33

44
###############################################################################
@@ -38,7 +38,7 @@ lint:
3838
BUF_VERSION=1.42
3939
BUILDER_VERSION=0.15.1
4040

41-
proto-all: proto-format proto-lint proto-breaking proto-gen
41+
proto-all: proto-format proto-lint proto-gen
4242

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

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

api/module/v1/module.pulsar.go

Lines changed: 17 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)