Caleb

Results 26 comments of Caleb

Thanks, I missed that. I'll check it out and maybe add to the material ui packages as well if that would be helpful.

[SendTransaction.tsx](https://github.com/solana-labs/wallet-adapter/blob/master/packages/starter/example/components/SendTransaction.tsx) was complaining about needing a recentBlockhash - adding below got it to submit, but it wouldn't confirm. ```js let recentBlockhash = await connection.getRecentBlockhash(); const transaction = new Transaction({ recentBlockhash:...

Apparently [that was related to an installed extension](https://stackoverflow.com/questions/69506506/what-does-error-promised-response-from-onmessage-listener-went-out-of-scope-m). I moved to a private window and am not getting the error anymore, but the transaction still times out after 30 seconds....

Try a higher reward multiplier and/or a bigger bundle, i.e. more files to get the reward higher

Actually are you on wsl2 ?

This might not be it, but can you move the Linux binary into wsl and call from there instead of windows dir?

Ok try the higher reward multiplier too

The solana retry will retry 10 times. It timed out if not confirem in I think 5 seconds, but then tries again. Up to 10 times.

There are some examples files here you could use. https://github.com/CalebEverett/arloader/tree/master/tests/fixtures

I'll check this, sorry about the panic. Can you try moving the output flag to right after arloader?