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
modules::src::core::ics04_channel::handler::send_packet::process emits a IbcEvent::SendPacket event with height packet.timeout_height.
modules::src::core::ics04_channel::handler::send_packet::process
IbcEvent::SendPacket
packet.timeout_height
Other handlers, such as chan_open_try, emit an event with height zero.
chan_open_try
Related to informalsystems/hermes#1009.
v0.13.0
Event height is the height as taken from ChannelReader::host_height().
ChannelReader::host_height()
The text was updated successfully, but these errors were encountered:
IbcEvent
ctx.host_height()
Enable Event CreateClient (#52)
90a1973
Update build create-client Enable emit event Remove something Public Event UpgradeClient inner type Public idenfitier clientId, connectionId, protId, channelId inner type Add some log Simple impl check_header_and_update_state Add query latest_height for substrate node for ConnectionInit Add ics10_grandpa, with_header function Add Event UpdateClient Add query consensus_state with subxt rpc fix success reveiver Event: Add OpenAckConnection, and OpenConfirmConnection Event Update Event Attributes for Connection Co-authored-by: DaviRain-Su <[email protected]>
No branches or pull requests
Summary of Bug
modules::src::core::ics04_channel::handler::send_packet::process
emits aIbcEvent::SendPacket
event with heightpacket.timeout_height
.Other handlers, such as
chan_open_try
, emit an event with height zero.Related to informalsystems/hermes#1009.
Version
v0.13.0
Acceptance Criteria
Event height is the height as taken from
ChannelReader::host_height()
.For Admin Use
The text was updated successfully, but these errors were encountered: