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

TransactionScheduler: pre_lock_filter #34488

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

apfitzge
Copy link
Contributor

Problem

I want to introduce an earlier fee-payer check/validation, before we take locks.

Summary of Changes

Add a pre_lock_filter to schedule
Empty for now in the actual controller.

Fixes #

@apfitzge apfitzge marked this pull request as ready for review December 15, 2023 21:34
Copy link

codecov bot commented Dec 15, 2023

Codecov Report

Merging #34488 (f66940c) into master (a58e462) will decrease coverage by 0.1%.
Report is 5 commits behind head on master.
The diff coverage is 100.0%.

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #34488     +/-   ##
=========================================
- Coverage    81.8%    81.8%   -0.1%     
=========================================
  Files         819      819             
  Lines      220907   220929     +22     
=========================================
  Hits       180823   180823             
- Misses      40084    40106     +22     

Copy link
Contributor

@tao-stones tao-stones left a comment

Choose a reason for hiding this comment

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

the plumbing looks good to me

@apfitzge apfitzge merged commit d00c9a4 into solana-labs:master Dec 19, 2023
34 checks passed
@apfitzge apfitzge deleted the pre-lock-filter branch December 19, 2023 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants