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

[pool] Consider marking underpriced UOs as ineligible and not serving to builder #889

Open
dancoombs opened this issue Oct 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dancoombs
Copy link
Collaborator

Describe the feature
Currently we don't mark underpriced UOs as ineligible. We always serve the highest priced UOs to the builder regardless of their price, and let the builder filter out by price. We could instead mark those UOs as ineligible (similar to how we do it with DA tracking) and remove them from the response.

This seems cleaner, but its unclear if it gets many benefits besides not needing to do the filtering a second time at the builder.

@dancoombs dancoombs added the enhancement New feature or request label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@dancoombs and others