Skip to content

Commit

Permalink
use gogo/protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Nov 14, 2023
1 parent 00ea256 commit f33e61d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ install: go.sum
build:
go build $(BUILD_FLAGS) -o bin/migalood ./cmd/migalood

containerProtoVer=0.13.0
containerProtoImage=ghcr.io/cosmos/proto-builder:$(containerProtoVer)
containerProtoVer=v0.9
containerProtoImage=ghcr.io/notional-labs/fa-proto-gen:$(containerProtoVer)

proto-gen:
@echo "Generating Protobuf files"
Expand Down
2 changes: 1 addition & 1 deletion x/feeburn/types/genesis.pb.go

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

2 changes: 1 addition & 1 deletion x/feeburn/types/params.pb.go

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

4 changes: 2 additions & 2 deletions x/feeburn/types/query.pb.go

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

4 changes: 2 additions & 2 deletions x/feeburn/types/tx.pb.go

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

0 comments on commit f33e61d

Please sign in to comment.