We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
transactions can end up being forwarded around a lot before being dropped for being too old, which is unnecessary
verify that TX's recent_blockhash is still recent before re-adding to forward or buffered queues
part of #3149
The text was updated successfully, but these errors were encountered:
Fixed in #3935
Sorry, something went wrong.
fix uncommitted Cargo.lock (solana-labs#3720)
30c4aef
fix uncommited Cargo.lock
pgarg66
No branches or pull requests
Problem
transactions can end up being forwarded around a lot before being dropped for being too old, which is unnecessary
Proposed Solution
verify that TX's recent_blockhash is still recent before re-adding to forward or buffered queues
part of #3149
The text was updated successfully, but these errors were encountered: