forked from cosmos/interchain-security
-
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.
Add proto-gen to Makefile (cosmos#92)
* enable make proto-gen * add validator.proto and proto docs * remove proto docs * Update Makefile Co-authored-by: Marko <[email protected]> * Update Makefile Co-authored-by: Marko <[email protected]> * Update Makefile Co-authored-by: Marko <[email protected]> * remove abci path duplicate from makefile * make proto generation work with buf (cosmos#108) * make proto generation work with buf * remove vscode * revert title change * proto cleanup (cosmos#109) * minor cleanup * fix test to comply with json * fix enabled authored-by: Marko Baricevic <[email protected]> * go mod tidy -compat=1.17 * go mod tidy -go=1.16 && go mod tidy -go=1.17 Co-authored-by: Marko <[email protected]>
- Loading branch information
1 parent
1eb5b5f
commit b8f83eb
Showing
40 changed files
with
2,139 additions
and
291 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,6 @@ vue/node_modules | |
vue/dist | ||
release/ | ||
docs/tla/states/ | ||
*.out | ||
*.out | ||
vendor/ | ||
.vscode |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Generated by "buf config migrate-v1beta1". Edit as necessary, and | ||
# remove this comment when you're finished. | ||
# | ||
# This workspace file points to the roots found in your | ||
# previous "buf.yaml" configuration. | ||
version: v1 | ||
directories: | ||
- proto | ||
- third_party/proto |
Oops, something went wrong.