-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Tried fixes for #14774 #14776
base: main
Are you sure you want to change the base?
Tried fixes for #14774 #14776
Conversation
@mattsse please check this |
@mattsse should I change the original on_invalid_block and take the invalid_header_cache as input for checking? |
this is not necessary if you define the function in the engine type |
@mattsse is this correct ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, this is correct yes
we have a few more calls to self.invalid_block_hook, so we need to update those as well
…_block_checked() as required
@mattsse i have made the changes...please look into it.. |
No description provided.