-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add amino annotations to proto (#1280)
* Add amino annotations to proto * Formatting only
- Loading branch information
Showing
16 changed files
with
760 additions
and
645 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Protobufs | ||
|
||
This is the public protocol buffers API for [Wasmd](https://github.com/CosmWasm/wasmd). | ||
This is the public protocol buffers API for [Wasmd](https://github.com/CosmWasm/wasmd). | ||
|
||
## Download | ||
|
||
The `buf` CLI comes with an export command. Use `buf export -h` for details | ||
|
||
#### Examples: | ||
|
||
Download cosmwasm protos for a commit: | ||
```bash | ||
buf export buf.build/cosmwasm/wasmd:${commit} --output ./tmp | ||
``` | ||
|
||
Download all project protos: | ||
```bash | ||
buf export . --output ./tmp | ||
``` |
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
Oops, something went wrong.