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
As far as I checked the reth mempool implementation, update_accounts method already removes the transactions since the transactions will already be dropped due to updated nonce of the account. But there is also the fact that we also need to remove l1_fee_failed_txs, which is not going to be removed by update_accounts method.
This is a reminder issue to double-check reth and potentially find ways to improve this part of the code.
The text was updated successfully, but these errors were encountered:
We have this following code piece in produce_l2_block method of sequencer:
As far as I checked the reth mempool implementation, update_accounts method already removes the transactions since the transactions will already be dropped due to updated nonce of the account. But there is also the fact that we also need to remove l1_fee_failed_txs, which is not going to be removed by update_accounts method.
This is a reminder issue to double-check reth and potentially find ways to improve this part of the code.
The text was updated successfully, but these errors were encountered: