Skip to content

Be lenient during rewind when reintroducing transactions into the mempool #2177

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

Open
wants to merge 1 commit into
base: pp/evm
Choose a base branch
from

Conversation

larskuhtz
Copy link
Contributor

No description provided.

@larskuhtz larskuhtz changed the base branch from master to pp/evm July 3, 2025 19:15
Comment on lines -636 to +625
rewoundPayloads <- liftIO $ fmap fromJuste <$>
rewoundPayloads <- liftIO $ catMaybes <$>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

At the very least there should be some comment that explains the effects and reasons of this code.

There should probably also be a warning if the list contains Nothing, since, that should not happen under normal circumstances.

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.

1 participant