Skip to content
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

[Feature]: Mempool lanes #21780

Open
tac0turtle opened this issue Sep 17, 2024 · 0 comments
Open

[Feature]: Mempool lanes #21780

tac0turtle opened this issue Sep 17, 2024 · 0 comments
Labels

Comments

@tac0turtle
Copy link
Member

Summary

Comet is working on mempool lanes as a major performance unlock for users. We had a call with the team to discuss the design and talk about implementation goals. The design is somewhat simple to use and would need a custom mempool implementation to take advantage of it. We could also adapt the existing mempool implementations to take advantage of it.

CometBFT tracking issue: cometbft/cometbft#2803
ADR: https://github.com/cometbft/cometbft/blob/main/docs/references/architecture/adr-118-mempool-lanes.md

Problem Definition

No response

Proposed Feature

  1. look into modifying existing mempools to take advantage of this feature
  2. if 1 is not possible implement a simple priority mempool that uses the lanes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant