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
hermes keeps retrying for this failure delaying active packets that are sent which sometimes may timeout by the time hermes gets to them deferred to Relayer error handling specification #712
when multiple messages are sent with send_msgs() we use an algorithm that splits them in multiple Tx-es based on maximum allowed size and number of messages per Tx. This does not work well with gas configured with a low value.
one problem is that we stop at first message that increases the size of the Tx over the max but we include that message. (tbd)
Crate
relayer, realyer-cli
Summary
Many thanks to @ebuchman and @andynog for testing this.
liquidityd
uses timestamp based timeout packetstimeout_timestamp
#937)timeout_timestamp
from Tx result event when clearing packets...recv_packet
with timestamp0
while the proof collected from the source chain is for the packet with the proper value. (Add support for packet timeout based on thetimeout_timestamp
#937)timeout_timestamp
#937)hermes keeps retrying for this failure delaying active packets that are sent which sometimes may timeout by the time hermes gets to themdeferred to Relayer error handling specification #712send_msgs()
we use an algorithm that splits them in multiple Tx-es based on maximum allowed size and number of messages per Tx. This does not work well withgas
configured with a low value.timeout_timestamp
#937)query clients
Problem Definition
see above
Proposal
Fix most of these issues before DEX launch
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: