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: use batch tx validation in eth validator #13395

Closed

Conversation

stevencartavia
Copy link
Contributor

should close #13383

Comment on lines 66 to 72
pub fn validate_one(
&self,
origin: TransactionOrigin,
transaction: Tx,
) -> TransactionValidationOutcome<Tx> {
self.inner.validate_one(origin, transaction)
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

we still want to keep this but we want a new function that takes a helper where the provider initialization is optional, I assume an &mut Option<Client> could work

@stevencartavia stevencartavia deleted the batch-tx-validation branch December 19, 2024 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use batch tx validation in eth validator
2 participants