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 17, 2025. It is now read-only.
Currently, after checking whether a TX was mined, the EthTxManager waits for the synchronizer to synchronize the block where the TX was mined to confirm it. This makes the EthTxManager totally coupled to the Synchronizer and makes it to hand when using the Synchronizer with a Safe point far from the tip. The side effect of it is the network getting slow to virtualize blocks when there are a lot of batches to virtualize.
The text was updated successfully, but these errors were encountered:
Currently, after checking whether a TX was mined, the EthTxManager waits for the synchronizer to synchronize the block where the TX was mined to confirm it. This makes the EthTxManager totally coupled to the Synchronizer and makes it to hand when using the Synchronizer with a Safe point far from the tip. The side effect of it is the network getting slow to virtualize blocks when there are a lot of batches to virtualize.
The text was updated successfully, but these errors were encountered: