Skip to content

Commit

Permalink
Add new gen proto from chain=2.3.0, cosmos-sdk=0.44.0, ibc-go=1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p-rial committed Sep 6, 2021
1 parent df4f752 commit 039023a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 18 deletions.
5 changes: 3 additions & 2 deletions pyband/proto/confio/proofs_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 15 additions & 13 deletions pyband/proto/cosmos/upgrade/v1beta1/query_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyband/proto/cosmos/upgrade/v1beta1/query_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def UpgradedConsensusState(self, request, context):
as a trusted kernel for the next version of this chain. It will only be
stored at the last height of this chain.
UpgradedConsensusState RPC not supported with legacy querier
This rpc is deprecated now that IBC has its own replacement
(https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54)
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
Expand Down
4 changes: 4 additions & 0 deletions pyband/proto/cosmos/upgrade/v1beta1/query_pb2_grpc.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class QueryStub:
# as a trusted kernel for the next version of this chain. It will only be
# stored at the last height of this chain.
# UpgradedConsensusState RPC not supported with legacy querier
# This rpc is deprecated now that IBC has its own replacement
# (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54)
UpgradedConsensusState:grpc.UnaryUnaryMultiCallable[
global___QueryUpgradedConsensusStateRequest,
global___QueryUpgradedConsensusStateResponse] = ...
Expand Down Expand Up @@ -53,6 +55,8 @@ class QueryServicer(metaclass=abc.ABCMeta):
# as a trusted kernel for the next version of this chain. It will only be
# stored at the last height of this chain.
# UpgradedConsensusState RPC not supported with legacy querier
# This rpc is deprecated now that IBC has its own replacement
# (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54)
@abc.abstractmethod
def UpgradedConsensusState(self,
request: global___QueryUpgradedConsensusStateRequest,
Expand Down
6 changes: 3 additions & 3 deletions pyband/proto/google/protobuf/any_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 039023a

Please sign in to comment.