-
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.
refactor(proto-compiler): download protobuf definitions via https ins…
…tead of git (#18) * feat: use submodules instead of git2 crate to get protobuf definitions * test(proto): ensure that tenderdash version we use is correct * build(github): enable checkout submodules * build(github): enable checkout submodules * Revert " build(github): enable checkout submodules" This reverts commit 2ba1db3. * build(github): enable checkout submodules * chote(proto-compiler): use git checkout on tenderdash submodule * chore(proto-compiler): fix git handling * chore(proto-compiler): git fetch update shallow * chore(proto-compiler): fetch tags * chore(proto-compiler): update submodule as needed * chore(proto-compiler): download tenderdash sources zip instead of cloning git repo * chore(proto-compiler): create cache (/target) dir if not exist * build(github): don't checkout submodules anymore
- Loading branch information
Showing
10 changed files
with
87 additions
and
152 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
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
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
Empty file.
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
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