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
The implementation of conn_open_ack::process() does not set the ConnectionEnd's counterpartyConnectionIdentifier as defined in ics03::connOpenAck().
ConnectionEnd
counterpartyConnectionIdentifier
0.8.0
The connOpenAck handler correctly sets the counterparty connection Id.
connOpenAck
The text was updated successfully, but these errors were encountered:
Merge pull request cosmos#70 from confio/prettier2
02465ea
Update prettier to 2.5.1 and format code
hu55a1n1
Successfully merging a pull request may close this issue.
Crate
ibc
Summary of Bug
The implementation of conn_open_ack::process() does not set the
ConnectionEnd
'scounterpartyConnectionIdentifier
as defined in ics03::connOpenAck().Version
0.8.0
Acceptance Criteria
The
connOpenAck
handler correctly sets the counterparty connection Id.For Admin Use
The text was updated successfully, but these errors were encountered: