-
Notifications
You must be signed in to change notification settings - Fork 144
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
Project 3 Integrating Blinks and Actions #11
Comments
@CharanReddy404 what do you mean by not being able to see the transaction history? Could you send a screenshot? |
![]() video timestamp |
@CharanReddy404 these are my own transactions. You will only see the transactions you ran personally |
for me to see my transaction history i had to do the following:
|
I faced this error... Apparently, the network section of my Developer Tools shows that I am sending a request to https://leone-bglol6-fast-mainnet.helius-rpc.com repeatedly which then returns "Unable to confirm transaction: timeout reached" in my blinks page. I made some updates to the code after some research to determine if my transaction is being redirected to mainnet. It wasn't by the way... I hope to understand why this happened because searching the Program Address does not get me any transaction history To cut the story short, I searched Solana Explorer (Local) for the params provided in the payload of the first https://leone-bglol6-fast-mainnet.helius-rpc.com in my Developers Tools window and voila the transaction was finalized on the blockchain Below is the screenshot of the code I added |
Project 3 Integrating Blinks and Actions :-
my program runs fine but i am not able to see transaction history after voting in blinks.
repo link: https://github.com/CharanReddy404/Solana-Bootcamp/tree/main/project-2-voting-application
any solutions?
The text was updated successfully, but these errors were encountered: