-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is transations always packed after T+2 blocks #239
Comments
No, you can't. This has been explained several times on this github. Always 2 blocks. |
Do you have any ref for explain why? |
@guagualvcha @yutianwu |
Why does some txns can be packed in next block? Does the official have some validator endpoint? and is there any service to pack on chain faster? @guagualvcha @yutianwu |
I can't find anything code about this logic, it maybe controled by the miners, that's unfair and be careful. |
i have same question, pls help |
Would also be interested to learn more. Some months earlier, I tried sending Txs fast and it was possible to get in the same block as a new pending Tx from the mempool and about 0.3-0.5s latency between seeing a tx in the mempool and seeing an own one sent afterwards. Now this latency is > 2s every time and it is nearly impossible to get in the same block. Did they change something in the system? |
@skyh24 this has been discussed several times, how fast your transaction can be validated on-chain depends on network, topology, location, and the a lot of things we can not explain in this repo. |
…-ci-image ci: update image to default
I am a dapp developer. I want to send transations after the event just from last block. But I try several ways, my block was always packed in block after T+2 block. It take too long to be packed. Can I packed my txn in the next block? Is there any ways to improve my latency? Or is the validator using proxy or block ordering?
The text was updated successfully, but these errors were encountered: