You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
andeth_sendTransaction
json-rpc methods if the deviation between optimistic block and soft block is more than 2.The text was updated successfully, but these errors were encountered: