solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
399 stars 135 forks source link

Unable to send and receive SOLs in playground's wallet #193

Closed mshoaib112215 closed 3 months ago

mshoaib112215 commented 3 months ago

image

A day before I can use this wallet for deployment and transfering SOLs accors devnet for testing purposes. But now it is not accepting and sending SOLs anywhere, as you can see in the image, I tried to send all SOLs to another account and it shows me success, but didn't send... Please assist me.

acheroncrypto commented 3 months ago

This is because devnet cluster is currently down unfortunately. It will most likely be up soon but in the meantime, you can use testnet or localnet(if you have solana-test-validator installed).

You can also check the ping status of the devnet RPC from https://explorer.solana.com/?cluster=devnet (at the bottom).

acheroncrypto commented 3 months ago

This should work now since devnet is back up.

I also realized the "Success." text in the terminal when devnet was down which shouldn't happen. Added a fix for it in https://github.com/solana-playground/solana-playground/commit/7b6cfa0ea8fa7f34a7c63ab763acb3ff4457122c by always confirming the transaction before printing success message.