Skip to content

[chore] Update Proto #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyband/messages/band/tss/v1beta1/msgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
MsgComplain as MsgComplainProto,
MsgConfirm as MsgConfirmProto,
MsgSubmitDEs as MsgSubmitDEsProto,
MsgResetDE as MsgResetDEProto,
MsgResetDe as MsgResetDEProto,
MsgSubmitSignature as MsgSubmitSignatureProto,
MsgUpdateParams as MsgUpdateParamsProto,
)
Expand Down
4 changes: 2 additions & 2 deletions pyband/messages/cosmos/staking/v1beta1/msgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
)
from .....proto.cosmos.staking.v1beta1 import MsgDelegate as MsgDelegateProto
from .....proto.cosmos.staking.v1beta1 import MsgUndelegate as MsgUndelegateProto
from .....proto.tendermint import types as ___tendermint_types__
from .....proto.tendermint import types as __tendermint_types__

assert __base_v1_beta1__
assert __base_query_v1_beta1__
assert ___tendermint_types__
assert __tendermint_types__


class MsgBeginRedelegate(BaseMessageWrapper, MsgBeginRedelegateProto):
Expand Down
28 changes: 14 additions & 14 deletions pyband/proto/band/bandtss/v1beta1/__init__.py

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

10 changes: 5 additions & 5 deletions pyband/proto/band/base/node/v1/__init__.py

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

20 changes: 10 additions & 10 deletions pyband/proto/band/base/oracle/v1/__init__.py

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

Loading