-
Notifications
You must be signed in to change notification settings - Fork 438
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
Disable txpool if SequencerUrl is set #7513
Conversation
src/Nethermind/Nethermind.Optimism/Rpc/RegisterOptimismRpcModules.cs
Outdated
Show resolved
Hide resolved
This reverts commit 7bbfc99.
# Conflicts: # src/Nethermind/Nethermind.Init/Steps/InitializeBlockchain.cs
Looks good |
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.
Overall good. I left a question. Let's make sure we run a node and send it a tx before merging.
I think the tx will be ignored as the tx pool won't do anything with it |
Should forward it to the sequencerUrl; which is why no point in having the TxPool doing work on every new head |
Tested in OP-Sepolia through |
Changes
Types of changes
What types of changes does your code introduce?
Testing
Requires testing