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
Note that this problem also runs afoul of simulation errors preventing the flow of packets. Ideally, simulation errors would not interrupt the flow, and instead still send packets to the recipient where they can be reported as acknowledgements with a failure content, so that sender can tell they've made a mistake.
Acceptance Criteria
Packets are relayed successfully.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
ibc-rs (Hermes)
Summary of Bug
EndBlock
SendPacket events appear to be unexpectedly duplicated, causing an error with a reused sequence number when trying to send the batch.Version
#1840 merged with #1801
Steps to Reproduce
Send a single packet from
EndBlock
on an established channel.Here is the relevant logs after sending a single packet from
EndBlock
:Complete log is at: https://gist.github.com/michaelfig/ba3eefc15134e3d2aea92c106cad56c4
Note that this problem also runs afoul of simulation errors preventing the flow of packets. Ideally, simulation errors would not interrupt the flow, and instead still send packets to the recipient where they can be reported as acknowledgements with a failure content, so that sender can tell they've made a mistake.
Acceptance Criteria
Packets are relayed successfully.
For Admin Use
The text was updated successfully, but these errors were encountered: