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

confirmTransaction is very slow #150

Open
Ismola opened this issue Jul 5, 2024 · 0 comments
Open

confirmTransaction is very slow #150

Ismola opened this issue Jul 5, 2024 · 0 comments

Comments

@Ismola
Copy link

Ismola commented Jul 5, 2024

This function in default-transaction-executor.ts runs very slow

const confirmation = await this.connection.confirmTransaction(
    {
      signature,
      lastValidBlockHeight: latestBlockhash.lastValidBlockHeight,
      blockhash: latestBlockhash.blockhash,
    },
    this.connection.commitment,
  )

I have the quick node RCP with the most expensive plan, but still, sometimes it takes up to 1 minute to confirm a transaction. I want response times in milliseconds. Any ideas?

@Ismola Ismola changed the title confirmTransaction ys very slow confirmTransaction is very slow Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant