[Core Protocol] Why is latency from tx submit -> confirm is so long? Is there a way to improve that? #89
Replies: 1 comment 7 replies
-
I'm not sure, two things come to mind:
Have you been able to bench mark this with a transaction directly submitted to the sequencer endpoint and see similar results? I'll see if someone else can weigh in on the matter as well. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
We have deployed an OP Stack with both 1s and 2s block time and have noticed that it is actually take about 4 - 8s from send tx to confirm noti popup. Tested on Rabby wallet which is possibly the fastest wallet.
See this video for demonstration
https://youtu.be/jQRQXuzvutc
You can see that it take about 7s to confirm and get the receipt.
We have tried with 1s block time and achieving similar latency.
We would like to know why it take so long and is there a way to improve it?
Additional Information
See this video for demonstration
https://youtu.be/jQRQXuzvutc
Beta Was this translation helpful? Give feedback.
All reactions