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
In the transaction download stream, we want to skip transactions we've already downloaded or verified.
We want to skip:
WtxId
transaction::Hash
We need to check:
PushTransaction
The text was updated successfully, but these errors were encountered:
I forgot this one also needs an estimate. Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @jvff @oxarbitrage @teor2345 @upbqdn
Probably just an estimate from @conradoplg is fine since they're the one who has actually worked on it already :)
Sorry, something went wrong.
mempool::Service
conradoplg
Successfully merging a pull request may close this issue.
Motivation
In the transaction download stream, we want to skip transactions we've already downloaded or verified.
We want to skip:
WtxId
) that are already in the mempoolWtxId
) that have already been rejected by the mempooltransaction::Hash
) that have already been committed to the stateWe need to check:
PushTransaction
s before verifyingThe text was updated successfully, but these errors were encountered: