Skip to main content

All Questions

Tagged with
0 votes
1 answer
419 views

Solana Transactions using Solders object has no attribute 'recent_blockhash'

Below is the Python code I wrote to try to engage the logs of a deployed program. I don't know why I keep getting the following error: An error occurred: 'solders.transaction.Transaction' object has ...
Dino Anastos's user avatar
0 votes
1 answer
51 views

How can i enter a Vec<PubKey> in the solana play ground?

I want to enter a Vec as input But i can't do that i don't know what is wrong !
pooria sarkhan's user avatar
3 votes
2 answers
2k views

429 Too Many Requests for url: https://api.mainnet-beta.solana.com/

I'm getting: 429 Too Many Requests for url: https://api.mainnet-beta.solana.com/ solana program close --buffers Does anyone know of a solution?
amirs's user avatar
  • 51
0 votes
1 answer
57 views

Find all transactions in which a program was redeployed

How to get all transactions, when a specific Solana program was redeployed given I only have a program address.
RowanStone's user avatar