forked from evmos/evmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: protogen scripts were not generating the Any types correctly (ev…
…mos#1084) * Remove local copy of third party proto files * Update protogen scripts to work as the cosmos-sdk ones * Move protoc swagger script to scripts folder * Update protoc-swagger-gen.sh script to not use local copies of third party proto files * Commit updated go.mod & go.sum * Apply buf mod update after ethermint proto was uploaded to buf.build * Update makefile proto commands (except for proto-update-deps for now) * Add --network host to docker run command for linux compatibility * Cleanup buf yaml files * Update protocgen script to mirror working version in Ethermint repo * Update dependecy to use cosmos/gogoproto v1.4.3 * Commit generated files after updating protocgen script * add newlines to buf yaml files to address linter * make protoc-swagger-gen.sh executable * address shellcheck output * use cosmos/proto-builder docker image for proto-format * apply make proto-format * address more linter comments * comment out proto-swagger-gen and add todo * remove proto-swagger-gen from Makefile .PHONY * Use protolint for make proto-lint * Rename clang-format file so that it is used in make proto-format command * Sort Protobuf imports * Address protolint comments in all proto files * Generate Proto go implementations after adjusting proto files * address review comments Co-authored-by: Federico Kunze Küllmer <[email protected]>
- Loading branch information
1 parent
a10d3f6
commit 0a648de
Showing
203 changed files
with
1,362 additions
and
13,119 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
Language: Proto | ||
BasedOnStyle: google | ||
ColumnLimit: 120 | ||
IndentWidth: 2 | ||
... |
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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: v1 | ||
directories: | ||
- proto | ||
- third_party/proto |
This file was deleted.
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: v1 | ||
plugins: | ||
- name: gocosmos | ||
out: . | ||
opt: plugins=grpc | ||
- name: grpc-gateway | ||
out: . | ||
opt: logtostderr=true,allow_colon_final_segments=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
# Generated by buf. DO NOT EDIT. | ||
version: v1 | ||
deps: | ||
- remote: buf.build | ||
owner: cosmos | ||
repository: cosmos-proto | ||
commit: 1935555c206d4afb9e94615dfd0fad31 | ||
- remote: buf.build | ||
owner: cosmos | ||
repository: cosmos-sdk | ||
commit: 508e19f5f37549e3a471a2a59b903c00 | ||
- remote: buf.build | ||
owner: cosmos | ||
repository: gogo-proto | ||
commit: 34d970b699f84aa382f3c29773a60836 | ||
- remote: buf.build | ||
owner: evmos | ||
repository: evmos | ||
commit: ed3b422c3b484804b054a02f82a39603 | ||
repository: ethermint | ||
commit: f0f1df1cd49a49d9b03eadd4235481af | ||
- remote: buf.build | ||
owner: googleapis | ||
repository: googleapis | ||
commit: 783e4b5374fa488ab068d08af9658438 |
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.