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

The solana-web3.js transaction confirmation logic with "confrimed" is stuck when transaction had been finalized #35556

Closed
wngasinur opened this issue May 14, 2024 · 1 comment
Labels
community Community contribution

Comments

@wngasinur
Copy link

Problem

I'm getting random issue while calling

// send transaction with "confirmed" blockhash

// transaction seems to be finalized before below line is being executed
connection.confirmTransaction(
                        {
                            blockhash: latestBlockValue.blockhash,
                            lastValidBlockHeight: latestBlockValue.lastValidBlockHeight,
                            signature: finalSignature,
                        },
                        "confirmed"
                    )```

The confirmTransaction is throwing block height expiry exception. Is this expected behaviour ? 
@wngasinur wngasinur added the community Community contribution label May 14, 2024
Copy link
Contributor

This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

No branches or pull requests

1 participant