You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you provide an example scenario where it would be the case that the host cannot provide either its height or timestamp?
For downstream implementers to construct Height and timestap here there is a Result type, for the construction of Height returns a Result, my suggestion is that the host_height function returns a Return type of Result. For host_timestamp is similar.
DaviRain-Su
changed the title
Change host_height, host_timestamp return value in ics02, ics03, ics04
Change host_height, host_timestamp return value to a Result in ClientReader, ConnectionReader, ChannelReader and ValidationContextNov 21, 2022
DaviRain-Su
changed the title
Change host_height, host_timestamp return value to a Result in ClientReader, ConnectionReader, ChannelReader and ValidationContext
Change host_height, host_timestamp return value to a Result in ClientReader, ConnectionReader, ChannelReader and ValidationContext
Nov 21, 2022
Summary
For downstream implementation of
ibc-rs
interface,host_height
,host_timestamp
may be wrong, here we suggest to return a Result type.Problem Definition
Proposal
Acceptance Criteria
change before is
change after is
For Admin Use
The text was updated successfully, but these errors were encountered: