-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to solana devnet/testnet #7830
Comments
same issue for me |
Same issue for me now. have trouble with deploying to solana devnet, testnet, mainnet. |
Thanks for your posting, @blockchainlover2019. |
Is the data you aim to send sent using TCP or UDP? |
Not sure about that. |
Thank you gitpodders. You don't need to worry about this issue. We moved to other tool. |
@pawlean Users of the Figment Learn Solana pathway have been impacted by this bug. We have been using Gitpod with great success - A resolution or workaround to this issue would be greatly appreciated! 😄 |
Hi @pyr0gan 👋 , I was reading through the linked PR, and I rather like this thought Have you considered using tasks, to automate the configuration and starting of test validators within your Gitpod workspace? I'd be happy to share a PR, there are a couple benefits to using tasks. Things services start predictably, and automatically when the Gitpod workspace opens. Plus, you'll be able to remove the deploy contract documentation about local setup (because it'll be scripted in the .gitpod.yml file), which'll save users time so they can get coding faster. Let me know if you'd be willing to accept a PR using tasks? Let me share why I like tasks. I was recently working a project, where I deployed a local Regarding your devnet cluster, if tasks aren't enough, and you need to connect, a workaround may be for you to try connecting to it using Tailscale. Is that something you'd be willing to try? |
Hey @kylos101 👋 ,
It's not a bad idea, though the way it was working before where users were interacting directly with Solana's devnet was good. We were trying to reduce complexity for the sake of new learners. More experienced developers would likely be able to figure out the issue and work around it without our help. My only real issue with making test validators a part of the tutorial by default is that it requires users to have yet another running process in a terminal - as I said, we have been trying to reduce complexity where possible. Tailscale looks interesting. I'll need to discuss it with the team to see if we want to implement this. Personally, I think asking users to manually run a test validator is one of the least complex options and fits the learning curve for using Solana anyway - whereas additional tech outside the Web 3 stack is .. a bit of a sticky wicket 😁 Thanks for your response! I'm still intensely curious as to the technical reason for the breakage, too. 🤔 |
@blockchainlover2019 @pyr0gan can you try again and let me know if connectivity is now restored for you? |
👋 @BlockchainCrazy95 @pyr0gan hi there, just checking in, is it better now? |
Bug description
Hi. I am a solana blockchain engineer who is keen on gitpod. I have some mates and they also develop on gitpod.
But from a few days ago(I can't expect, but 2 or 3 days ago), I can't deploy smart contract to Solana Devnet from gitpod ubuntu.(In my computer it works well. And It worked very well on gitpod before.)
So solana engineers(my mates) couldn't use gitpod and they left from gitpod to local vs code.
But anyhow I love gitpod.
Steps to reproduce
--- solana install ---
sh -c "$(curl -sSfL https://release.solana.com/v1.8.6/install)"
export PATH="/home/gitpod/.local/share/solana/install/active_release/bin:$PATH"
solana-keygen new -f
solana config set --url devnet
solana airdrop 2
solana airdrop 2
solana airdrop 2
solana deploy first.so
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
first.zip
The text was updated successfully, but these errors were encountered: