-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from AssetMantle/deepanshutr/master
Deepanshutr/master
- Loading branch information
Showing
247 changed files
with
2,110 additions
and
2,473 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ GOLANG_PROTOBUF_VERSION=1.28.0 | |
GOGO_PROTOBUF_VERSION=1.3.2 | ||
GRPC_GATEWAY_VERSION=1.16.0 | ||
|
||
export GO111MODULE = on | ||
|
||
#install all dependencies for buf | ||
install-buf-dependencies: | ||
@go install github.com/cosmos/cosmos-proto/cmd/protoc-gen-go-pulsar@latest | ||
|
@@ -28,12 +30,15 @@ install-buf-dependencies: | |
go get github.com/cosmos/[email protected] | ||
rm -rf cosmos-proto protobuf | ||
|
||
export GO111MODULE = on | ||
protobuf-generate-go: | ||
@cd proto; buf generate --template buf.gen.yaml | ||
@cp -r github.com/AssetMantle/schema/* ./ | ||
@rm -rf github.com | ||
|
||
all: build test lintci | ||
|
||
# The below include contains the tools and runsim targets. | ||
include simulation/make/Makefile | ||
#include simulation/make/Makefile | ||
|
||
######################################## | ||
### Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 26 additions & 25 deletions
51
go/data/base/acc_address_data.pb.go → data/base/acc_address_data.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.