Skip to content
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

How to Reduce Transaction Execution Time on Sui Chain? #20007

Open
qxyanda opened this issue Oct 24, 2024 · 0 comments
Open

How to Reduce Transaction Execution Time on Sui Chain? #20007

qxyanda opened this issue Oct 24, 2024 · 0 comments
Assignees
Labels
doc-issue Issue submitted using the Doc issue template

Comments

@qxyanda
Copy link

qxyanda commented Oct 24, 2024

I am currently executing

executor.executeTransaction(tx)

, and it typically takes over 1 second for the transaction to be recorded on the Sui chain.

Since we are developing a game that requires strong real-time performance, is there any way to significantly reduce this time? For example, can we shorten it to around 100ms?

Can deploying a full node significantly reduce latency? If I use my own full node, how can I correctly send transactions? As far as I know, full nodes do not have the ability to validate transactions.

Or, How can I find the lowest latency full nodes/validators near me?

Thank you!

@qxyanda qxyanda added the doc-issue Issue submitted using the Doc issue template label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-issue Issue submitted using the Doc issue template
Projects
None yet
Development

No branches or pull requests

3 participants