Skip to content

bundle scoring patch #76

@thegostep

Description

@thegostep

Change the way mev-geth performs bundle scoring to match the v0.2 spec.

The core issue is how the node handles transactions in the bundle that have a matching transaction in the txpool.

Currently, mev-geth considers two transactions with a matching nonce to be conflicting despite them having a different transaction hash and does not count the coinbase difference or the gasprice (related).

The proposed solution is to count the coinbase transfer of these transaction but not count the gas price.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions