Hermes tx CLIs that use packet_data_query_height
should also clear begin/end block events
#2868
Milestone
packet_data_query_height
should also clear begin/end block events
#2868
Summary of Bug
cc @romac
While debugging issue #2867 in order to clear the stuck packets we tried to use the
hermes tx packet-recv ...--packet_data_query_height
in order to extract the events from
block_results
at exact height and relay those packets.The problem is that the CLI only gets the packets from the tx events and not the begin and end block events.
Version
all
Steps to Reproduce
Currently this is not easy without a custom gaia or using the ICS testnet.
We should write integration tests if possible.
Acceptance Criteria
Retrieve all events (begin block, tx, end block events) and clear packets for all. This should be done for both
packet-recv
andpacket-ack
.For Admin Use
The text was updated successfully, but these errors were encountered: