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

feat(node): txn prioritization based on gas parameters #1185

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

cryptoAtwill
Copy link
Contributor

This is a follow up to gas market feature and addresses #1183.

The implementation follows the method 2 described. A high-level review is as follows:

@cryptoAtwill cryptoAtwill requested a review from a team as a code owner October 25, 2024 08:34
)
.context("error creating check state")?
}
None => self.create_check_state()?,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can avoid loading the 5 blocks state params for check_tx, to do this, we must change the commit to hold some historical check_state instead of purging everything. Not sure if we should do in this PR.

@raulk raulk changed the title feat(node): txn prioritizatioin based on gas parameters feat(node): txn prioritization based on gas parameters Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

1 participant