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

Hello I fixed several spelling issues found in your docs. Br, Elias.

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