forked from romanz/electrs
-
Notifications
You must be signed in to change notification settings - Fork 165
Long regtest chain synchronization #198
Copy link
Copy link
Open
Description
simplexl regtest command takes ~7s to launch. Where ~5s of this is taken up by Electrs indexing the only one tx (after generating 100 initial empty blocks).
This 5s value is not random - it is the frequency of the main loop iterations.
Expected behavior:
The startup process should take 5 seconds or less for the described scenario.
The main loop iteration should be executed after new tx in the mempool, and not any ms before.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels