We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IBC
No Protobuf for Counterpary. We need to encode/decode it with RawCounterparty explicitly.
0.6.1
let counterparty = Counterparty::default(); let bytes = counterparty.encode_vec().unwrap();
Counterparty can be encoded/decoded by Protobuf
The text was updated successfully, but these errors were encountered:
Protobuf
ics03_connection::connection::Counterparty
Successfully merging a pull request may close this issue.
Crate
IBC
Summary of Bug
No Protobuf for Counterpary. We need to encode/decode it with RawCounterparty explicitly.
Version
0.6.1
Steps to Reproduce
Acceptance Criteria
Counterparty can be encoded/decoded by Protobuf
For Admin Use
The text was updated successfully, but these errors were encountered: