You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the downside to adding gRPC support to tower-abci?
We could have a second Server implementation that translates Tonic-generated types into domain types and invokes the inner tower::Services, and wouldn't need to jump through the hoops the TSP server does to translate into requests/responses.
We wouldn't have to wait on any upstream, and it would give us optionality to migrate to grpc communication with no significant changes to pd.
What's the downside to adding gRPC support to tower-abci?
We could have a second Server implementation that translates Tonic-generated types into domain types and invokes the inner tower::Services, and wouldn't need to jump through the hoops the TSP server does to translate into requests/responses.
We wouldn't have to wait on any upstream, and it would give us optionality to migrate to grpc communication with no significant changes to pd.
Originally posted by @hdevalence in penumbra-zone/penumbra#2771 (comment)
This is currently blocked on merging https://github.com/informalsystems/tendermint-rs/pull/1338/files into
tendermint-rs
, #30 , and upgrading to[email protected]
when it is released.The text was updated successfully, but these errors were encountered: