You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve integrated Solana Pay into my application, and it has been working smoothly until recently. However, I’ve started encountering the following error:
It appears that getRecentBlockhash has been deprecated, and this method is still being used internally when creating a transfer transaction. This may be leading to compatibility issues, particularly with newer RPC providers like Helius.
The text was updated successfully, but these errors were encountered:
Hey @jude98 I've added a PR that fixes this issue, if you need this urgently, change the version in your package.json to: "@solana/pay": "https://gitpkg.vercel.app/0x2539/solana-pay/core?fix/latest-blockhash-build"
I’ve integrated Solana Pay into my application, and it has been working smoothly until recently. However, I’ve started encountering the following error:
This issue arises when calling the createTransfer method:
Environment
It appears that getRecentBlockhash has been deprecated, and this method is still being used internally when creating a transfer transaction. This may be leading to compatibility issues, particularly with newer RPC providers like Helius.
The text was updated successfully, but these errors were encountered: