ralexstokes / mev-rs

a gateway to a network of block builders
Other
411 stars 76 forks source link

Initial pass at dynamic bidding #245

Closed ralexstokes closed 4 months ago

ralexstokes commented 4 months ago

Last remaining feature from recent major builder rewrite.

The Bidder now has a task per auction that streams fees from each built payload the builder produces, determines the amount to bid based on this fee and returns a value to bid in the final payload.

This finalized payload is sent from the builder to the auctioneer for dispatch.