Skip to content

Conversation

@ababino
Copy link
Contributor

@ababino ababino commented Sep 11, 2024

📝 Summary

Added the --with-duplicates flag to store duplicate bids from different relays. It changes the deduplication key to

fmt.Sprintf("%d-%s-%s-%s-%s-%s", bid.Slot, bid.BlockHash, bid.ParentHash, bid.Relay, bid.BuilderPubkey, bid.Value)

⛱ Motivation and Context

This will allow measuring builder to relay latencies

✅ I have run these commands

  • make lint
  • make test
  • go mod tidy

@ababino ababino requested a review from metachris September 11, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant