-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tendermint-proto: grpc server definitions for rpc/abci (#1338)
* proto-compiler: use `[email protected]` Co-authored-by: Tomas Tauber <[email protected]> Co-authored-by: Tony Arcieri <[email protected]> * proto-compiler: generate bindings for ABCI/RPC service definitions Co-authored-by: Tomas Tauber <[email protected]> Co-authored-by: Tony Arcieri <[email protected]> * tendermint-proto: update bindings for `v0_34`, `v0_37`, `v0_38` Co-authored-by: Tomas Tauber <[email protected]> Co-authored-by: Tony Arcieri <[email protected]> * tendermint-proto: gate tonic import on `grpc` feature Co-authored-by: Tomas Tauber <[email protected]> Co-authored-by: Tony Arcieri <[email protected]> * proto: allow `std` when `grpc-*` feature is enabled * changelog: add an entry for #1338 * proto: use `[email protected]` * tendermint-proto: regenerate bindings with `[email protected]` * cargo: bump to `[email protected]` * Re-generate proto files * proto: Add grpc-server attribute on the grpc API --------- Co-authored-by: Tomas Tauber <[email protected]> Co-authored-by: Tony Arcieri <[email protected]> Co-authored-by: Mikhail Zabaluev <[email protected]>
- Loading branch information
1 parent
c2b5c9e
commit cc04d6b
Showing
12 changed files
with
3,450 additions
and
12 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,2 @@ | ||
- `[tendermint-proto]` add `grpc`/`grpc-server` features to include gRPC server definitions for the RPC/ABCI services. | ||
([#1338](https://github.com/informalsystems/tendermint-rs/issues/1338)) |
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
Large diffs are not rendered by default.
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
Oops, something went wrong.