Skip to content

Commit

Permalink
fix(uniond): update diffack message proto
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored and aeryz committed Jun 5, 2024
1 parent 8a5838d commit eb8a4b8
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 55 deletions.
11 changes: 7 additions & 4 deletions uniond/proto/differedack/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ service Msg {
}

message MsgWriteDifferedAck {
ibc.core.channel.v1.Packet packet = 1;
ibc.applications.transfer.v2.FungibleTokenPacketData data = 2;
DifferedPacketInfo differedPacketInfo = 3;
ibc.core.channel.v1.Acknowledgement ack = 4;
option (cosmos.msg.v1.signer) = "sender";

string sender = 1 [ (gogoproto.moretags) = "yaml:\"sender\"" ];
ibc.core.channel.v1.Packet packet = 2;
ibc.applications.transfer.v2.FungibleTokenPacketData data = 3;
DifferedPacketInfo differedPacketInfo = 4;
ibc.core.channel.v1.Acknowledgement ack = 5;
}

message MsgWriteDifferedAckResponse {
Expand Down
155 changes: 104 additions & 51 deletions uniond/x/differedack/types/tx.pb.go

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

0 comments on commit eb8a4b8

Please sign in to comment.