-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[proto] update protocol version 28 (#23)
* proto: update to protocol version 28 Signed-off-by: Sam Batschelet <[email protected]> * proto: regen Signed-off-by: Sam Batschelet <[email protected]> * bump protoc-gen-prost Signed-off-by: Sam Batschelet <[email protected]> * *: react to proto regen Signed-off-by: Sam Batschelet <[email protected]> * Move protoc plugins to community versions where possible Signed-off-by: Sam Batschelet <[email protected]> * Remove unneeded deps Signed-off-by: Sam Batschelet <[email protected]> * remove community plugins as deps from codegen Signed-off-by: Sam Batschelet <[email protected]> * regen Signed-off-by: Sam Batschelet <[email protected]> * Add note on community mods Signed-off-by: Sam Batschelet <[email protected]> * Add readme Signed-off-by: Sam Batschelet <[email protected]> --------- Signed-off-by: Sam Batschelet <[email protected]> Co-authored-by: Ron Kuris <[email protected]>
- Loading branch information
Showing
34 changed files
with
9,465 additions
and
6,469 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
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,21 @@ | ||
# Avalanche-rs Proto | ||
|
||
Now Serving: **Protocol Version 28** | ||
|
||
Protobuf files are hosted at | ||
[https://buf.build/ava-labs/avalanche](https://buf.build/ava-labs/avalanche) and | ||
can be used as dependencies in other projects. | ||
|
||
Protobuf linting and generation for this project is managed by | ||
[buf](https://github.com/bufbuild/buf). | ||
|
||
Please find installation instructions on | ||
[https://docs.buf.build/installation/](https://docs.buf.build/installation/) or | ||
use `Dockerfile.buf` provided in the `proto/` directory of AvalancheGo. | ||
|
||
Introduction to `buf` | ||
[https://docs.buf.build/tour/introduction](https://docs.buf.build/tour/introduction) | ||
|
||
To update the protocol version update the `PROTOCOL_VERSION` environment variable | ||
in `scripts/protobuf_codegen.sh` and `mod.rs` then run the script. | ||
|
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.