-
Notifications
You must be signed in to change notification settings - Fork 539
feat: add support for fork-aware txpool
#1653
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
feat: add support for fork-aware txpool
#1653
Conversation
librelois
left a comment
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.
Thank for your contribution!
LGTM
RomarQ
left a comment
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.
The changes look good to me 🚀
This reverts commit 997260b.
|
@sorpaas @boundless-forest @koushiro Would be great if you guys can have a look at this one |
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
* feat: replace basic pool impl with txpool wrapper * feat: update integration tests * feat: add comments in tests * format: make clippy happy * deps: pin to stable2412-4 tag * Revert "deps: pin to stable2412-4 tag" This reverts commit 997260b.
Add support for new
fork-awaretxpool introduced instable2412.Mostly replace hardcoded
graph: Arc<Pool<A>>type reference to generic typeP: TransactionPool