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
Describe the feature
Our current ordering logic looks at maxFeePerGas, this is insufficient for a correct priority fee based ordering of user operations. To order UOs correctly, we should be sorting by gas price, which requires the current baseFee to do the calculation. We can do this during our existing loop over the UOs in the pool maintenance function.
The text was updated successfully, but these errors were encountered:
Describe the feature
Our current ordering logic looks at
maxFeePerGas
, this is insufficient for a correct priority fee based ordering of user operations. To order UOs correctly, we should be sorting by gas price, which requires the currentbaseFee
to do the calculation. We can do this during our existing loop over the UOs in the pool maintenance function.The text was updated successfully, but these errors were encountered: