Andrés Babino

Results 3 issues of Andrés Babino

Since we are not taking into account block size constraints, we might be overestimating MEV. To fix this we could run some builder algorithm on top of all the set...

## 📝 Summary 1. Added a new script `cmd/core/bid-adjustments-backfill.go` to fetch bid adjustments from ultrasound relay. 2. Amended builder profit query in `GetBuilderProfits` in `database/database.go`. Now, if the slot is...

## 📝 Summary Added the `--with-duplicates` flag to store duplicate bids from different relays. It changes the deduplication key to ```go fmt.Sprintf("%d-%s-%s-%s-%s-%s", bid.Slot, bid.BlockHash, bid.ParentHash, bid.Relay, bid.BuilderPubkey, bid.Value) ``` ##...