bnb-chain / op-geth

GNU Lesser General Public License v3.0
58 stars 47 forks source link

fix bundle pool issue #136

Closed redhdx closed 2 months ago

redhdx commented 3 months ago

Description

Fix bundle pool issue.

Rationale

Every time when dropped a bundle, should compare the price again. Otherwise, a huge bundle whose price is only higher the the minimal price bundle will result in other bundles dropped.

Example

N/A

Changes

Notable changes:

owen-reorg commented 3 months ago

plz add UT for this feature.

redhdx commented 3 months ago

plz add UT for this feature.

Done. Plz review.