-
Notifications
You must be signed in to change notification settings - Fork 111
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
Verify inbound PushTransactions #2727
Conversation
e86d62b
to
0195a7a
Compare
As we discussed yesterday i removed the grafana changes in 9972d9e so they can be added in a stand alone PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a new ticket to track the tests we have missing #2745
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
Motivation
Transactions can be directly pushed to nodes (instead of their IDs being advertised) and we need to verify them before adding to the mempool.
Specifications
Designs
Solution
This adds a new function to the transaction dowloader/verifier to just verify a pushed transaction.
Closes #2692
Review
Must be merged after #2718.
Probably anyone working on the mempool can review this.
Reviewer Checklist
Follow Up Work