-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
client-demo: solana::bank: tx error: Err(AccountNotFound(...)) #697
Milestone
Comments
The client-demo first gets tokens to a single account in the airdrop, then sends those tokens to random accounts. Then it transfers them back to the original account. If any packets are dropped in the first stage, then those accounts will be missing in the second stage. |
Dup of #867 |
yihau
pushed a commit
that referenced
this issue
Apr 11, 2024
* BankingStage Forwarding Filter (#685) * add PacketFlags::FROM_STAKED_NODE * Only forward packets from staked node * fix local-cluster test forwarding * review comment * tpu_votes get marked as from_staked_node (cherry picked from commit 1744e9e) # Conflicts: # sdk/src/packet.rs * resolve conflict * revert: local-cluster test changes --------- Co-authored-by: Andrew Fitzgerald <[email protected]> Co-authored-by: Trent Nelson <[email protected]>
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this issue
Apr 24, 2024
…olana-labs#697) * BankingStage Forwarding Filter (solana-labs#685) * add PacketFlags::FROM_STAKED_NODE * Only forward packets from staked node * fix local-cluster test forwarding * review comment * tpu_votes get marked as from_staked_node (cherry picked from commit 1744e9e) # Conflicts: # sdk/src/packet.rs * resolve conflict * revert: local-cluster test changes --------- Co-authored-by: Andrew Fitzgerald <[email protected]> Co-authored-by: Trent Nelson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
STR:
./multinode-demo/client.sh master.testnet.solana.com 50
solana::bank: tx error: Err(AccountNotFound(...))
-like messages.The text was updated successfully, but these errors were encountered: