Skip to content

Update Packet Data type #449

Closed
Closed
@seantking

Description

@seantking

Summary

Update IBCAccountPacketData to have the following definition:

message InterchainAccountPacketData  {
    bytes data = 1;
    string memo = 2;
    Type  type = 3;
}

Investigate if we can remove IBCTxRaw & only use IBCTxBody. Future versions of ICA may use the data field for use other than executing messages which we need to take into consideration.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned

Metadata

Metadata

Assignees

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions