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
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
If there are many (like 100) packets to be relayed (result of getPendingPackets), they are all sent in one transaction (in receivePackets). The auto-gas simulation then fails once the simulation hits the block gas limit.
The text was updated successfully, but these errors were encountered:
Ah, yes, we definitely need to break them into groups.
Also handle the case when one of them fails or uses too much gas (this will happen more with ICA), such that we don't keep trying it and blocking others.
A lot of these edges to make it robust enough for the wild.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If there are many (like 100) packets to be relayed (result of
getPendingPackets
), they are all sent in one transaction (inreceivePackets
). The auto-gas simulation then fails once the simulation hits the block gas limit.The text was updated successfully, but these errors were encountered: