Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Remove synchronizer dependency from EthTxManager #3657

Closed
tclemos opened this issue May 29, 2024 · 0 comments
Closed

Remove synchronizer dependency from EthTxManager #3657

tclemos opened this issue May 29, 2024 · 0 comments
Assignees
Milestone

Comments

@tclemos
Copy link
Contributor

tclemos commented May 29, 2024

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants