Skip to content
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

Closed
CharanReddy404 opened this issue Oct 24, 2024 · 5 comments
Closed

Project 3 Integrating Blinks and Actions #11

CharanReddy404 opened this issue Oct 24, 2024 · 5 comments

Comments

@CharanReddy404
Copy link

CharanReddy404 commented Oct 24, 2024

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?

@jacobcreech
Copy link
Contributor

@CharanReddy404 what do you mean by not being able to see the transaction history? Could you send a screenshot?

@CharanReddy404
Copy link
Author

CharanReddy404 commented Oct 25, 2024

Screenshot 2024-10-25 at 8 24 58 AM @jacobcreech as you can see in this screenshot he is showing the 8 months old transaction history that says voted for candidate Smooth

video timestamp
i am not able to see this transaction on local. only the code run in this voting.spec.ts transactions are visible when i check in explorer.solana.com CustomRPC URL

@jacobcreech
Copy link
Contributor

@CharanReddy404 these are my own transactions. You will only see the transactions you ran personally

@emmanueluwa
Copy link

emmanueluwa commented Oct 30, 2024

for me to see my transaction history i had to do the following:

  • go to your phantom wallet, settings, developer settings, turn on "Testnet Mode", choose a test network
  • deposit sol into wallet, in your terminal run
    solana airdrop 1 "YOUR_WALLET_ADDRESS" --url localhost
    or for devnet
    run solana airdrop 1 "YOUR_WALLET_ADDRESS" --url devnet

@TheACJ
Copy link

TheACJ commented Jan 12, 2025

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

Annotation 2025-01-12 162939

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants