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

auctioneer: Do not allow searchers to send transactions when optimistic block height deviates from the soft block height #39

Open
bharath-123 opened this issue Feb 4, 2025 · 0 comments · May be fixed by #41

Comments

@bharath-123
Copy link
Collaborator

Rationale

The optimistic block height should be always one block ahead of the soft block at any given time. If there is an issue with the optimistic block execution, we will be validating txs in the mempool on a stale optimistic block which is not desirable.
We need to disallow searchers from sending transactions via the eth_sendRawTransaction and eth_sendTransaction json-rpc methods if the deviation between optimistic block and soft block is more than 2.

@bharath-123 bharath-123 changed the title Do not allow searchers to send transactions when optimistic block height deviates from the soft block height auctioneer: Do not allow searchers to send transactions when optimistic block height deviates from the soft block height Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant