helius-labs / helius-sdk

123 stars 39 forks source link

Transactions goes through but sendSmartTransaction returns timeout error #102

Closed FractalH closed 2 months ago

FractalH commented 2 months ago

Had sendSmartTransaction function return Transaction failed to confirm in 60s even though the transaction was confirmed, (causing the user to make a new one not knowing the first one went through), it just throws that error it doesn't return any tx id so I can't check confirmation status in the code.

tavindev commented 1 month ago

I'm getting "Transaction failed to confirm within lastValidBlockHeight" error, but the transaction still goes through 🤔. Looks like it's still broken. Maybe we should add an offset to the lastValidBlockHeight @0xIchigo?