Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store all relays bids #53

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

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

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