example-helloworld icon indicating copy to clipboard operation
example-helloworld copied to clipboard

Transactions not completing on solana-test-validator

Open 0x1100010010 opened this issue 3 years ago • 3 comments

Hi guys,

I am unable to deploy the program successfully on solana-test-validator node running on the remote host 192.168.10.2:8899. Everything seems to be working fine except transactions verification on program deployment is not completing for some reason, there is no error in logs either.

image

Solana Config image

Solana logs: image

0x1100010010 avatar Aug 30 '21 09:08 0x1100010010

Hmm that is pretty odd, which version of solana are you using?

jstarry avatar Sep 12 '21 00:09 jstarry

I have tried it on 1.7.9, 1.7.10 & 1.7.11, none of them works, No problem deploying to Solana Devnet. Solana-test validator node is running on wsl, can it be triggering the issue?

0x1100010010 avatar Sep 22 '21 09:09 0x1100010010

@bashforger thanks for adding more info, I would ensure that your test node's tpu port is exposed. The deploy cli sends transactions directly to the node's tpu port for higher throughput. Typically it's port 8003, needs to be exposed for udp

jstarry avatar Sep 22 '21 13:09 jstarry