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

Is eth_newPendingTransactionFilter method disabled in Base node? #138

Closed
dreygur opened this issue Nov 6, 2023 · 1 comment
Closed

Is eth_newPendingTransactionFilter method disabled in Base node? #138

dreygur opened this issue Nov 6, 2023 · 1 comment

Comments

@dreygur
Copy link

dreygur commented Nov 6, 2023

Is eth_newPendingTransactionFilter method disabled in Base node?
Or can I enable it on my own node?

@danyalprout
Copy link
Collaborator

Hi @dreygur, eth_newPendingTransactionFilter is disabled by default in op-geth. This is to prevent any transaction leakage/MEV opportunities. There is more context on this here and here.

You can enable it on your own node, but you'll only see transactions in that nodes mempool.

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

No branches or pull requests

2 participants