relayscan icon indicating copy to clipboard operation
relayscan copied to clipboard

Ethereum MEV-Boost Relay Monitoring

Results 12 relayscan issues
Sort by recently updated
recently updated
newest added

## 📝 Summary Fixes #28 --- ## ✅ I have run these commands * [x] `make lint` * [x] `make test` * [x] `go mod tidy`

Seems updating the 7d stats in the webserver can take up to 8 minutes. This is also blocking the webserver from starting at program startup. Todo: - Look at why...

See https://github.com/flashbots/mev-boost-relay/tree/main/database

If relayscan-website can't update it's data (i.e. lost connection to DB), it should show a warning on the website after some time See also - https://github.com/flashbots/relayscan/blob/main/services/website/webserver.go#L191 - https://github.com/flashbots/relayscan/blob/main/services/website/webserver.go#L150 Error was:...

## 📝 Summary Publishing bids should not block --- ## ✅ I have run these commands * [x] `make lint` * [x] `make test` * [x] `go mod tidy`

## 📝 Summary - Make top-bid websocket stream usable for any URL (not only Ultrasound) - Add Aestus top-bid websocket stream ## ⛱ Motivation and Context Before, the top-bid websocket...

Merges "Illuminate Dmocratize Dstribute" and "Illuminate Dmocrtz Dstrib Prtct" extra data into "flashbots" :)

Logging and CLI arg handling is a bit hacky. For instance: - some vars defined here and reused: https://github.com/flashbots/relayscan/blob/3a3dcb24167078f66952ad41034124360ba6bbec/cmd/service/service.go#L10 - logging actually instantiated here: https://github.com/flashbots/relayscan/blob/3a3dcb24167078f66952ad41034124360ba6bbec/common/logging.go Improvements: - Switch to https://github.com/urfave/cli...

## 📝 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...