-
Notifications
You must be signed in to change notification settings - Fork 12
Implement connOpenTry datagram in the ICS connection spec #166
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
Conversation
a4b6f70
to
99b0513
Compare
I omit vector commitment and light client part. I will fill the part after we merge them in the PoC branch.
99b0513
to
db33a78
Compare
consensus_height, | ||
} => { | ||
s.begin_list(10); | ||
s.append(&DatagramTag::ConnOpenTry) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we really need to improve macro to support enum
and tuple
someday...
fn verify_connection_state( | ||
&self, | ||
ctx: &mut dyn ibc::Context, | ||
connection: &ConnectionEnd, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain the meaning of this argument? @majecty (compared to connection_end
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the spec. The spec is not using it. Please ignore the argument.
No description provided.