Irys-xyz / arweave-js-sdk

JS SDK for Irys on Arweave
110 stars 95 forks source link

Solana Node: Getting `TransactionExpiredBlockheightExceededError` frequently for bundlr fund transaction #67

Closed arunbluez closed 1 year ago

arunbluez commented 1 year ago

I have a nodejs server setup to upgrade the metadata of NFTs using the @metaplex-foundation/js module. recently i have been getting a lot of TransactionExpiredBlockheightExceededError on the server logs. after doing some digging in, it was clear that the error occurs only in the Bundlr fund transactions as seen below:

image

JesseTheRobot commented 1 year ago

Hey there @arunbluez - thanks for the issue - Can I have the version of the @metaplex-foundation/js module you're using, as well as: The frequency of the error, Any specific conditions you've found that affect the error, and If you are using a private Solana RPC, or the default public one (metaplex might be injecting their own RPC, so I can check for this on their side)